Search found 14 matches

by JoeM
Mon Dec 02, 2013 6:55 am
Forum: Ableton Live
Topic: touchAble 2 is on the App Store.
Replies: 124
Views: 24961

Re: touchAble 2 is on the App Store.

I can't seem to get MIDI note data to send from the app to Ableton. I can play the keys using my synths in standalone mode, but I can't get MIDI track data to work in Live (9.0 + 9.1 OS X 10.9, 2.0.1 client) I have 'Track & 'Remote' on for touchable's MIDI settings and touchable remote script ha...
by JoeM
Thu Mar 18, 2010 1:54 am
Forum: Max For Live
Topic: Sending MIDI to different tracks
Replies: 4
Views: 1020

Re: Sending MIDI to different tracks

i think he means dynamically. i think you have found the workaround we would suggest. you add the effect on one track and use receive objects to get the midi to other tracks. take a look at stretta's suite for thisinstance and autofocus. he has worked out a fair amount of logic that does what you w...
by JoeM
Wed Mar 17, 2010 5:19 am
Forum: Max For Live
Topic: Sending MIDI to different tracks
Replies: 4
Views: 1020

Re: Sending MIDI to different tracks

I've been able to successfully send messages via a slave device that literally just funnels a [r ] object to midisend. Pretty dumb. I can't help but feel they dropped the ball in some spots. Sending midi to an arbitrary track/device seems like a pretty basic feature to have in a MIDI centric DAW (un...
by JoeM
Wed Mar 17, 2010 2:05 am
Forum: Max For Live
Topic: Sending MIDI to different tracks
Replies: 4
Views: 1020

Sending MIDI to different tracks

I don't how to go about doing what I want to achieve and am looking for some guidance. I have a controller, a Korg padKontrol, that I have a working m4l device for. What I want to do is observe the active track and have the controller change how it works based on the instrument in that track. So if ...
by JoeM
Tue Mar 16, 2010 2:17 am
Forum: Max For Live
Topic: [share] padKontrol device & Mootools JS LiveAPI abstraction
Replies: 2
Views: 803

[share] padKontrol device & Mootools JS LiveAPI abstraction

I was going to wait until this was polished before I shared, but what the hell. Here's an early preview of some stuff I'm working on in M4L. This is basically two things. 1) A M4L device that is a modification of some publicly available Max patches for the Korg padKontrol. Max handles talking to the...
by JoeM
Fri Feb 26, 2010 4:57 pm
Forum: Max For Live
Topic: M4L & MXJ
Replies: 9
Views: 2102

Re: M4L & MXJ

The problem with Js is there is no concept of includes and my source file quickly got way out of hand for a basic patch, and I anticipate this next one to be much more advanced by several orders of magnitude. But I'd suggest you look at our very own Tom Swirly's use of Make in this context, which i...
by JoeM
Fri Feb 26, 2010 5:48 am
Forum: Max For Live
Topic: M4L & MXJ
Replies: 9
Views: 2102

Re: M4L & MXJ

And yet another advancement, You can progamatically call any Live object without using outlets. Here's a simple example where I have a [live.object ] with the script name of "live_set". It's live.path is set on load to 'live_set'. MaxPatcher myPatch = getParentPatcher(); MaxBox liveAPI_set...
by JoeM
Fri Feb 26, 2010 4:55 am
Forum: Max For Live
Topic: M4L & MXJ
Replies: 9
Views: 2102

Re: M4L & MXJ

To follow up, I've come up with a stupidly easy way to send messages to Live from Java. I basically create several different outlets in my main class and give them easy to remember labels using static ints. (I remember Java get enum but they're nothing like my beloved C ones so this works for me) pr...
by JoeM
Fri Feb 26, 2010 3:38 am
Forum: Max For Live
Topic: M4L & MXJ
Replies: 9
Views: 2102

M4L & MXJ

I'm still a beginner when it comes to Max. I wrote a basic patch for my Korg padKontrol using mostly js last summer. I'm working on a complete patch in M4L to turn my padKontrol into a full fledged Live controller. I'm a veteran programmer and would be 100 times more productive writing everything in...
by JoeM
Thu Feb 25, 2010 2:38 am
Forum: Max For Live
Topic: SY77 editor in M4L - Sysex problem
Replies: 11
Views: 2618

Re: SY77 editor in M4L - Sysex problem

You can download my JunoControl patch to see an example of how I overcame this. http://www.neilbufkin.com/Neil_Bufkin_2.0/Neil_Bufkin___News/Entries/2010/2/18_Juno_Control_-_MaxForLive_Patch_for_the_Roland_JUNO-106.html I hope this helps. I tried following your instructions but I'm confused by step...
by JoeM
Thu Feb 25, 2010 2:25 am
Forum: Max For Live
Topic: SY77 editor in M4L - Sysex problem
Replies: 11
Views: 2618

Re: SY77 editor in M4L - Sysex problem

I've gotten data sent back and forth using sysex by processing it all in a small patch and using the [s ] and [r ] objects... Seems I was wrong. This only works in live preview mode. As soon as you close the patch in Max the device stops receiving messages using the [r ] objects working. Oddest thi...
by JoeM
Tue Feb 23, 2010 4:03 am
Forum: Max For Live
Topic: SY77 editor in M4L - Sysex problem
Replies: 11
Views: 2618

Re: SY77 editor in M4L - Sysex problem

I've gotten data sent back and forth using sysex by processing it all in a small path and using the [s ] and [r ] objects, but I think a limitation is that you need Max running your other patch. I've tried exporting as a .app and the message sending no longer works. Any one know how to do this if it...
by JoeM
Thu Dec 20, 2007 9:57 am
Forum: Ableton Live
Topic: TranzPort emulation for Apple Remote
Replies: 13
Views: 2945

Never mind. After restarting the app and changing the prefs in Ableton everything started working all of sudden. This is pretty damn cool btw, great job.
by JoeM
Thu Dec 20, 2007 9:50 am
Forum: Ableton Live
Topic: TranzPort emulation for Apple Remote
Replies: 13
Views: 2945

This looks really cool. Question though, how do you get the rest of the machine to ignore the remote? I keep getting iTunes and Front Row getting in the way. Also I don't seem to have anything coming up on the LED. Let me just verify. In TranzPort under MIDI 'To host' is set to 'from TranzPort 1' an...