Page 1 of 1

problem controlling pitch of makenote [SOLVED]

Posted: Sat Aug 31, 2013 5:53 pm
by h_double
I am trying to build a sequencer type device, the basic idea is that a metro object sends pulses through a live.numbox (to set the pitch), which then goes to a makenote.

My problem is, when I change the pitch in the note selector numbox (by dragging it with a mouse etc.), it outputs a huge blurt of notes every time the value is changed. What I want is for the makenote to not receive the changed pitch until the next metronome click.

I've tried setting up something with a gate, with the numbox feeding into the right inlet of the gate and the metro bang going into the left outlet of the gate, but gate doesn't work quite like that -- it seems to need a steady "on" (via a toggle etc.) in the left inlet.

Is there a way to get around this, to require an explicit bang (from the metro) before the new pitch value gets sent to makenote?

Image

Re: problem controlling pitch of makenote [SOLVED]

Posted: Sat Aug 31, 2013 6:20 pm
by h_double
Turns out I just needed an [int] in there, right before the makenote. Works great now!