Skip to content
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

Open
heaversm opened this issue May 16, 2013 · 5 comments
Open

Leap to Midi #1

heaversm opened this issue May 16, 2013 · 5 comments

Comments

@heaversm
Copy link

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?

@n1ckfg
Copy link
Owner

n1ckfg commented May 16, 2013

Interesting discovery--I always assumed that OSCulator had an easy
drop-down menu to turn OSC into MIDI, but turns out it doesn't!
It is possible, but it requires a lot of messing around; here're the
instructions:
http://cote.cc/blog/using-osculator-as-an-osc-to-midi-bridge

...personally I would rather use Max/MSP/Jitter (or PD, free) to convert
OSC to MIDI as I needed. (I have Max for Live, so I typically do the
conversion right inside Live itself.)

Processing can output MIDI though--can you suggest a good controller scheme
for Leap? I could implement it

Nick

On Thu, May 16, 2013 at 4:08 PM, Mike Heavers notifications@github.comwrote:

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?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

@heaversm
Copy link
Author

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?

@n1ckfg
Copy link
Owner

n1ckfg commented May 16, 2013

Try this...

Nick

On Thu, May 16, 2013 at 6:15 PM, Mike Heavers notifications@github.comwrote:

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?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-18032670
.

@heaversm
Copy link
Author

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:

https://github.com/heaversm/leap-osc-to-midi

@n1ckfg
Copy link
Owner

n1ckfg commented May 21, 2013

That's awesome, thanks! The attachment didn't get through? Here it is
again...

Nick

May 20, 2013 3:06 PM, "Mike Heavers" notifications@github.com wrote:

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:

https://github.com/heaversm/leap-osc-to-midi


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-18166003
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants