-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leap to Midi #1
Comments
Interesting discovery--I always assumed that OSCulator had an easy ...personally I would rather use Max/MSP/Jitter (or PD, free) to convert Processing can output MIDI though--can you suggest a good controller scheme Nick On Thu, May 16, 2013 at 4:08 PM, Mike Heavers [email protected]:
|
I'll see if I can come up with a working scheme. I tried the max route - I am running a max trial and downloaded this: https://github.com/akamatsu/aka.leapmotion/tree/master/_distribution/aka.leapmotion%200.2 - which captures the leap data successfully, but I wasn't able to figure out how to use max for live in ableton - I have access to the max for live effects. How would you set that up? |
Try this... Nick On Thu, May 16, 2013 at 6:15 PM, Mike Heavers [email protected]:
|
Hey Nick - nothing came through, but I managed to use your existing code to broadcast MIDI in OSCulator - I just had to demux the OSC message in order to be able to set the midi mappings. It's here if you want it: |
That's awesome, thanks! The attachment didn't get through? Here it is Nick May 20, 2013 3:06 PM, "Mike Heavers" [email protected] wrote:
|
Hey Nick - thanks so much for creating this library. I am trying to use this, in conjunction with osculator, to pipe the OSC messages into Ableton Live, similar to Kyle McDonald's faceShiftOSC - https://github.com/kylemcdonald/ofxFaceShift/downloads. I can get all the messages to register fine in Osculator, but I can't change the event type to MIDI - so I'm not sure if there's something I need to do in the processing sketch, or something that needs to be adjusted in OSCulator, or what. Any idea how I would get this data to broadcast to Ableton?
The text was updated successfully, but these errors were encountered: