Newbie and first post here, Hi all!
Give you a little background of what I am trying to accomplish. I have a casio keyboard inputting MIDI to TD (works as intended). I want to output key presses and have it move a specified horizontal line up on y coordinate to a max height which was defined by how hard the key was pressed and then back down at a static rate. I have looked at the event CHOP but it seems to add an event when the same key is pressed multiple times which is not ideal.
End result of all of this madness will be multiple horizontal lines all placed with even spacing beside each other and each keypress will move the respective line up and down on release.
If anyone has any ideas that could help it would be great!
hey JDavies, welcome to the forum!
I have attached a little example here below of how I would approach this.
I donβt have a midi keyboard with me right now, so for this example I have used the laptop keys 1 and 2.
Basically you have to press β1ββ or β2β on your computer keyboard to see the lines jumping up.
I have set up a midi in CHOP with a couple of selects to give you a hint on how to implement it for your project.
Hope that helps to put you on the right track!
MIDI input to control coordinates.toe (3.8 KB)
1 Like
Thanks so much for the reply! I just looked to in here to post another question as I think I figured it out, kind of the same way you just posted. I had another question following what I found working. Is there any way to output xyz coordinates from a render TOP? Basically, end game is for output to laser. Posted a screenshot of what I have, but the top to chop does not output as expected.