JoepVanlier / JSFX

A bundle of JSFX and scripts for reaper.
MIT License
375 stars 19 forks source link

midi_arp: reset midi after all previous notes are released #90

Closed samlletas closed 11 months ago

samlletas commented 11 months ago

Currently MIDI mode resets the playhead as soon as any new note is pressed, I thought it would be useful to play a chord and be able to for example change one note to create some variation without fully resetting the pattern, to allow this, this PR adds an additional condition to make the playhead reset only after all of the previous notes have been released (similar to BlueARP when configured to reset on 'key').

samlletas commented 11 months ago

Thanks for taking a look at this!

I have pushed a new commit with the version bump details, please let me know if further changes are needed.