userJarryd Campicancel

11,890 Commits over 2,466 Days - 0.20cph!

4 Years Ago
Merge from main
4 Years Ago
Hooked up the rest of the trumpet notes NoteSFXImporter can now hook up start sounds
4 Years Ago
Bumped priority of local player made instrument sounds (was -10, no -40)
4 Years Ago
Compile fix
4 Years Ago
Fix NRE in Server_PlayNote when playing midi input and getting up off an instrument
4 Years Ago
Up max voice count to 128
4 Years Ago
Merge from instruments
4 Years Ago
Uncomment achievement award
4 Years Ago
Remove some logs
4 Years Ago
Merge release stuff
4 Years Ago
Disable synced autoplay playback when in teams (was really ping reliant and the new autoplay loops aren't designed for this anyway)
4 Years Ago
Fix for not being able to download workshop models. Since most meshes now have read/write enabled for memory reasons we can't read the mesh to output the .obj. To fix, there's a new process under Tools/Workshop/Export Workshop Models that outputs all of the skinnable meshes as .obj into the StreamingAssets folder and stores the path to it on the Skinnable object. Then instead of creating the .obj at run time we can just copy the file to the desired directory at run-time.
4 Years Ago
Added midi codes to the tambourine notes
4 Years Ago
Merge from instruments
4 Years Ago
Fix autoplay not stopping notes correctly after it's looped
4 Years Ago
Moved to the right branch
4 Years Ago
Primary Fire now has to be released in order to reload the chainsaw
4 Years Ago
Merge from instruments
4 Years Ago
Put in some protections to stop recorded notes finishing too early
4 Years Ago
Merge from instruments
4 Years Ago
Assigned the conflicting drum midi notes up an octave
4 Years Ago
Fixed incorrect DLC app id Enabled DLC ownership checks Enabled Steam stats and Achievements
4 Years Ago
Merge from instruments
4 Years Ago
Added instruments.overrideautoplay to override which autoplay file from the /instruments folder is used when holding RMB for the currently held instrument Added instruments.clearautoplayoverride to clear the above override for the current instrument
4 Years Ago
Can now adjust autoloop delay per instrument Set better delays for all built in autoplays
4 Years Ago
Drumkit autoplay loop and midi bind updates
4 Years Ago
Validate string input on instruments.playnote rather than throwing an exception Fixed instruments.playnote not sending an rpc
4 Years Ago
Reworked drum bindings again: -Remove all drumkit audio references -Still has multiple entries for drums and snares
4 Years Ago
Fixed guitar vm's not playing strum animations when played via midi
4 Years Ago
Tuba autoplay loop
4 Years Ago
Hooked up new tuba notes
4 Years Ago
Merge from main
4 Years Ago
Update autoplay loops for acoustic guitar, bass, flute, jerry can guitar, piano, trumpet and xylophone
4 Years Ago
Tweaked bass third person hold position
4 Years Ago
Add channel info to debugMidi logs
4 Years Ago
█▄▋█ ▉▉▄▄▇▌█ ▍▌▇▋▆ ▆█▉█▄▅▋ ▉█▊▇▅▋▍▍ ▄▅ ▅▄▋▅▌▊▆, ▉▉▆ ▋▋▌▅▉█ ▌▇▆▆ ▅▍▇▆▅▄▍▅▌▆▇.▌▇▌▊▆▍▄█▋▆▍█ ▌▄▋▉▉▌
4 Years Ago
Tweaked bass hold position
4 Years Ago
Drum note changes
4 Years Ago
Fixed MIDI input sending RPC's even if a note was rate limited Added a max of 5 MIDI notes started in a frame
4 Years Ago
Move AllowFullKeyboardInput to the NoteBindings object, should fix full keyboard mode not working on compound instruments
4 Years Ago
Merge from main
4 Years Ago
Enable sustain on piano Possible Exception fix on InstrumentViewModel
4 Years Ago
Fix compile error
4 Years Ago
Added support for sustain pedals on MIDI keyboards
4 Years Ago
Fixed IKNoteTarget drawer not appearing
4 Years Ago
Play deploy animation when mounting a piano
4 Years Ago
Remove some placeholder tambourine and cowbell stuff
4 Years Ago
Move instruments audio group so that it's not underneath game sounds
4 Years Ago
Make notebindings non-serialized, pass in Binding info when required
4 Years Ago
Merge from main