Fixed an issue where Arpeggiator would not behave correctly when the host’s transport was in loop mode.
Arpeggiator now releases notes as soon as it receives corresponding note-off events, instead of quantising the events to the rate parameter.
Arpeggiator now releases all notes as soon as it’s switched off.
Arpeggiator now releases all notes when it receives the All Notes Off MIDI message.
Improved how the host’s loop mode is handled for all audio units.
The Velocity module’s Random parameter has been replaced with Random Add. This change should make the module more intuitive to use.
Random Add adjusts notes’ velocities by adding a non-negative random number. Changing velocities by negative amounts is still possible by simply setting the Offset parameter to a negative value.