svn co https://cycloneloop.svn.sourceforge.net/svnroot/cycloneloop cyclonesvn statistics - download
PARAM | DESCRIPTION | DEFAULT |
---|---|---|
debug | Debug Level | 2 |
mfreq | Metronome sound Frequency (in Hz, 20 - 20000) | 900 |
mamplitude | Metronome sound maximum amplitude (1 - 100) | 1 |
mduration | Metronome sound duration (in ms) | 20 |
mattack | Metronome sound attack (in percent of duration) | 5 |
mdecay | Metronome sound decay (in percent of duration) | 5 |
ntrans | Midi note triggering start/stop (0 - 127) | 60 (C4) |
nstart | Midi note triggering only start (0 - 127) | 62 (D4) |
nstop | Midi note triggering only stop (0 - 127) | 64 (E4) |
nthres | Minimum Velocity to trigger command (0 - 127) | 0 |
bpm | Bpm value at program start (10 - 400) | 120 |
midich | Default Midi Channel (0 - 15) | 0 |
notimebase | Whether JackDirector shouldn't set as timebase master (0 - 1) | 0 |
mcresyncdelay | Midi clock output: delay between repos and continue (in msec) | 300 |
mcnotransport | Midi clock output: if 1 don't send transport messages | 0 |
mcnoposition | Midi clock output: if 1 don't send position messages | 0 |
name | Name for jack client | JackDirector |
prgX | program change, where X is 0-127, see below for values |
Values for program change functions have to be defined like this (example):
prg0=bpm:120,midich:0,stop
bpm=XXX beats per minute (10 - 400) midich=XX midi channel listening for this program change (0 - 16) Defaults to general midich values mute whether to mute the metronome's click (and let the user control jack transport) (0 - 1) stop whether to stop transport on program change (and let the user control jack transport) (0 - 1) ignore ignore prg command if we are already on this prg (eg. no retrigger) locate=NFRAME set transport to NFRAME (unsigned int) stopzero select whether the song's position must be set to zero at stopYou can define multiple midich for the same prg value (example):
qmake && make
svn checkout svn://svn.code.sf.net/p/jack-director/code/ jack-director-code