kyma•tweaky . How . SyncKymaBPMtoMidiSequenc |
!Trigger bpm: !BPMThen have your sequencer send !Trigger at the beginning of each bar. Another thought is to set the bpm to a multiple of the tempo and to use countTriggersMod: to get the submultiples of that faster beat, for example:
(1 bpm: (128 * !BPM)) countTriggersMod: 128-- CarlaScaletti - 01 Feb 2004 Why use a single BPM and derive submultiples from it? Let's assume that any BPM is going to have some small numerical error in it that accumulates over time. If you pick one tempo and derive all the other subdivisions from that one tempo then, if there is and error that accumulates, at least it will be the same error over all the synchronized parts. In other words, they will stay synchronized to each other, even if there is a small drift due to numerical error. -- CarlaScaletti - 19 Apr 2004
WebForm | |
---|---|
Question: | How do I sync Kyma BPM to Midi Sequencer's tempo map? |
Keywords: | KymaBPM? Synch MidiSequencer? |
----- Revision r1.9 - 29 Nov 2011 - 22:10 GMT - MarcusHorndt
|