I have some project in ableton live and arp from midihub to external synth.
Its simply patch and its work, but i have troubles with playing arp.
Arp starts to play different every start. When i press a key on midi kb, i hear that quantize work, but i want, that clock start to work every pressing a key and stopped, when a key off.
Maybe will be good to do quantize not 4/4 but 4/8 - 4/16?
this makes it easier to figure out there are 24 Clocks to the beat.
but Clock doesnāt have any other data, itās a bit like a real clock going ātick, tick, tickā¦ā;
Midihub canāt see the clock hands (it doesnāt even get ātick, tock, tickā¦ā!)
So thatās all Arp has to go on:
it will do notes at (say) 1/8 intervals (with the odd ones swung if you want)ā¦
ā¦but only from the next Clock after you do NoteOn
It simply doesnāt have the information to anything more.
Let me know if Iāve misunderstood your question
ā (until itās paused/restarted then it will probably send Song Position Pointer but thatās another story and of no use to us here)
I mean I want the clock to start with a note on and stop with a note of
I have a midi track inside ableton. The midihub clock doesnāt know when the message from Ableton will start transmitting, and I need to catch the position when the ARP will sync with the midihub clock
If the clock started every time a note started, the arp would play exactly always i think
You just need to map a note to the āstartedā argument. If your midi buttons/key can be toggled then no more is needed.
If not, youāll have to create your own on/off toggle.
If you can spare 2 midi buttons/keys you can map both to the started argument, one using value 64-100(on) and the second using value 0-63(off).
If you canāt set these values in your controller you can alternatively use a pipeline to rescale your input to the desired values before it hits the virtual pipe that is designated as the target port for mapping.
If you want to use a knob, youāll could to use a rescale pipe to turn values 0-127 into 63-64.
If you want to use 1 key only as a toggle for your mapping it gets a bit trickier. I had a patch that did this but I donāt use that technique much. Iāll see if I can dig it up. Maybe Resonator has or can point you to an existing toggle patch for mapped arguments.
a Note_on ā CC Replace Transform (fixed CC, fixed value) for each key you want to toggle (values are set to 0|127~ see below)
a (CC) Rescale [0;127] ā [127;0] to do the flipping (so set value above to the opposite of what you want your initial value to be)
and a couple of ābookendā Filters to make sure that only Note_onās get in and CCs get out (this way you can keep adding new ātogglesā as your preset develops ā any unTransformed note_ons just get stopping from leaving)
end the line with a Virtual out, say H, which will ācollectā all the virtual mapping toggle events for use in other āmessageā pipelines
(The beauty is, you donāt even need Virtual H-IN in your preset for the mappings to work )
and finally the ācoup de graceāā for each of the mapping Transform, map the āvalueā Arg to āitselfā
(so if your Transform is Ch16 CC77 and the Value is set to Arg2 then Add a mapping to Arg2 {Virtual H, CC, 16, 77}ā¦
⦠and so on for each toggle you create)
When 1.14.0 graduates beyond Beta, this will be in a short series of āVirtual Mapping Techniquesā
(In meantime, Iāll post a shot/patch tomorrow if you havenāt sussed it already)
thank you very much, both of you. I donāt think I am ready to implement this until your tutorials come out, but I will think about it.
is there a place I can look up the definition for example, of the word argument as used with MHā¦.
iām on that level. although, with R.ās help, I have a Loopback that I use gigs now
āArgumentsā are each of the individual settings that you can adjust in any pipe. But in the transform pipe there are arguments literally labeled argument 1, argument 2.
Hereās the patch to stop and start the clock with note-onās. This is for every note-on message received. Whichever specific note you want to trigger the clock, specify that note in the work with note number range. Clock Start Note Toggle.mhp (396 Bytes)
May not be necessary, but itās always interesting!
If you do, Pavel, would you also make clear what sound is coming from where? Thx
PS. I wonāt get time to look at patch until Weds
and
PS2. If weāre using Start to get Live and MH in sync as you & Joey suggest, do we know how Live responds (with some sequencers I think Start is ignored if itās running)?
I do not send start message from ableton at all. Ableton in this case is only a sequencer that transmits a note, not a sync message
When I talk about synchronization, Iām guessing that if the ableton is worth 120 bpm and the MH is 120bpm, the arp and ableton should play in sync, without the start message from ableton for the arp in the MHā¦
Not so long ago, I had a north lead 4 in which there was a arp and I was just recording midi messages in a real time inside the ableton and playing them like they are, without a synchronized start
3 audio examples.
Every time Ableton starts playing I have a different arp. Itās not a song position problem, the starting point is always the same - the beginning of the track