Any CM Labs MotorMix users out there?

Learn about building and using Max for Live devices.
Post Reply
cassiel.com
Posts: 92
Joined: Mon Aug 14, 2006 6:12 pm
Location: London
Contact:

Any CM Labs MotorMix users out there?

Post by cassiel.com » Sun Nov 22, 2009 5:19 pm

I'm in the process of knocking up a MotorMix driver layer in Max for Live. I've spent a few hours on it so far, and I'm getting MIDI from it, have the LEDs lighting up and the faders moving. I threw a few Live knobs into the device and am now in the curious position of being able to turn the knobs on my RemoteSL and have the MM's faders move in response.

I'm trying to decide whether I want to port my monome sprite library to the MotorMix's central 8 x 4 block of LEDs. It wouldn't be difficult, since I have a working Ohm64 port already, but it might be a bit pointless.

huupsel
Posts: 6
Joined: Mon Oct 02, 2006 8:42 am

Re: Any CM Labs MotorMix users out there?

Post by huupsel » Tue Dec 15, 2009 9:53 pm

Hi Nick,

do you use the motormix-object (from darwin grosse) to communicate with the motormix?

Curious 'bout what you're able to do with the motormix + max4live...

"I'm trying to decide whether I want to port my monome sprite library to the MotorMix's central 8 x 4 block of LEDs. It wouldn't be difficult, since I have a working Ohm64 port already, but it might be a bit pointless."

- Nice idea!
I don't own a monome or a Ohm64 so i'd love to use the motormix for this kind of stuff.

-hugo-
Belgium

cassiel.com
Posts: 92
Joined: Mon Aug 14, 2006 6:12 pm
Location: London
Contact:

Re: Any CM Labs MotorMix users out there?

Post by cassiel.com » Tue Dec 15, 2009 10:45 pm

huupsel wrote:do you use the motormix-object (from darwin grosse) to communicate with the motormix?
I've got Darwin's sources, and I think I have them compiled in Xcode, but all my control surface and monome stuff is in Python so I've been working on a Python layer for the Motor Mix. I am also going to do a simple monome emulator since I need that for another project...

huupsel
Posts: 6
Joined: Mon Oct 02, 2006 8:42 am

Re: Any CM Labs MotorMix users out there?

Post by huupsel » Wed Dec 16, 2009 10:12 am

Hello Nick,

Nice!

can you keep me up to date about this? Sounds interesting...

thanks,

-hugo-

jayemell
Posts: 95
Joined: Wed Nov 18, 2009 6:05 pm

Re: Any CM Labs MotorMix users out there?

Post by jayemell » Mon Jan 25, 2010 8:46 pm

Hi Nick,

I am wondering if you've made any progress on this.
I also have a MM and I would like to start using it with Live.
I guess I can just use the objects made by DG, but also curious about the py-layer in abez.

Where can I find information on utilizing python in Live?

Thanks,
jml

pulse
Posts: 189
Joined: Sat Jun 19, 2004 6:56 pm
Location: Geneva - Switzerland
Contact:

Re: Any CM Labs MotorMix users out there?

Post by pulse » Tue May 18, 2010 3:38 pm

hi there,

still got my motormix, maybe a dump question but can I hope to use it with live 8 or is it better to sell it through ebay and buy a cheap launchpad?

I dont use it that fabulous unit from ages cause live forgot that unit ...

cassiel.com
Posts: 92
Joined: Mon Aug 14, 2006 6:12 pm
Location: London
Contact:

Re: Any CM Labs MotorMix users out there?

Post by cassiel.com » Tue May 18, 2010 3:50 pm

I now have a small pile of Python code for driving the Motor Mix - it sits inside MaxMSP using MXJ and Jython. I tend to use this standalone, since there's no clean way to put it inside Max for Live: the MIDI to and from the Motor Mix would interfere with the MIDI to and from the Max for Live Device. (I suppose it could be used to control Live via the API instead.) In any case, MfL doesn't support sysex so there'd be no way to drive the display.

Michael Chenetz has just done a Python device driver for the Ohm64, so a Motor Mix one shouldn't be too difficult.

huupsel
Posts: 6
Joined: Mon Oct 02, 2006 8:42 am

Re: Any CM Labs MotorMix users out there?

Post by huupsel » Tue May 18, 2010 6:07 pm

Hello Cassiel,

so you wrote a little standalone application? Can you share it with us?

thanks!

-hugo-

cassiel.com
Posts: 92
Joined: Mon Aug 14, 2006 6:12 pm
Location: London
Contact:

Re: Any CM Labs MotorMix users out there?

Post by cassiel.com » Tue May 18, 2010 7:30 pm

If you can get as far as getting Jython working - see http://www.loadbang.net/space/Software/ ... ang.jython - then I can put together a package with the Python script and the Max patcher wrapper.

pulse
Posts: 189
Joined: Sat Jun 19, 2004 6:56 pm
Location: Geneva - Switzerland
Contact:

Re: Any CM Labs MotorMix users out there?

Post by pulse » Wed May 19, 2010 8:07 am

so there are two things to install:
- Jython
- MaxMSP

sounds a bit complicated isnt it?

I bought years ago a little midi soft (when I was on PC) that was allowing to use the motormix via virtual midi ports ... but that was not working 100%

cassiel.com
Posts: 92
Joined: Mon Aug 14, 2006 6:12 pm
Location: London
Contact:

Re: Any CM Labs MotorMix users out there?

Post by cassiel.com » Wed May 19, 2010 8:48 am

Correct - although most of the people I know using unusual controllers have Max for Live already.

It's not as neat as a "native" Python device script in Live, I admit.

Post Reply