Midi Clock reset


#1

Hey there.

Im trying to get a sequencer to run on midi clock and not internal clock but i cant figure out how to get it to restart with the midi clock, if i connect it thru the logic counter (wich does the trick with the internal lfo-clock source) it just runs step 1 and 2 and stops there if i connect pos4ppg direct to the sequencer it runs out and then yeah hangs on the last note.. have tried different combinations but nothing really didt what i wanted... maybe some kind soul can point med in the right way..

smile


#2

You want to repeat 16 steps?
Connect the pos4ppq outlet of midi/in/clock to a math/divremc object, set the denomiator to 16, the rem outlet will give you the 16-step index.

Green outlets are fundamentally different from yellow outlets. Green = index numbers. Yellow = CV/gate, only on or off.
Connecting a green outlet to a yellow inlet will evaluate to "on" when index is 1 or more, hence the pattern you are observing.


#3

Thx alot @johannes will try it out right away =)

Its running perfect smile


#4

Hello!
Sorry for resurrecting an old thread, but I found some nice information here!
However, my clock source sends clock pulses even though it isn't playing, and I found the source for the clock in object to always set the active output to 1 as long as it receives clock..

Using the "edit object definition" tabs doesn't seem to save my edits, and I'm trying to comment out the following line:

if (status == MIDI_TIMING_CLOCK) {
_active = 1; //This line breaks the deal for me :o/
posshadow++;
pos = _posshadow;
}

Also in the midi_clock_in.axh file, this code isn't anywhere, where can I find it? smiley


#5

check the file objects/midi/in/clock.axo