Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions MIDI/mschnell_Note On Delay Tool.jsfx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desc: Note On Delay Tool
author: Michael Schnell (mschnell@bschnell.de)
version: 1.2
changelog: Adding Random Profile slider
version: 1.3
changelog: bugfix: use Slider 4 for PDC
about:
# Note On Delay
Tool modulates the Note-On and Note-Off time of the notes passing through, according to two parameters and a random amount. One of the two parameters can be controlled by Midi CC messages.
Expand Down Expand Up @@ -62,8 +62,8 @@ out_pin:none
@slider
inChannel = slider1-1;
modCC = slider2-1;
pdc = -floor(slider3 / 1000 * srate);
pdc_delay = -pdc;
pdc = -floor(slider4 / 1000 * srate);
pdc_delay = pdc;

@block
/*
Expand Down