Page 1 of 1

Rewire and MAX

Posted: Fri Dec 05, 2014 5:14 pm
by Byxx
Unfortunately Live is not able to open M4L in Rewire Mode. Is it possible to convert the Max Instruments to regular live Instruments to avoid the Max Level?

Thx
T

Re: Rewire and MAX

Posted: Fri Dec 05, 2014 6:44 pm
by stringtapper
No.

But that would be some serious wizardry if they could make M4L devices compile as C++ to run Natively though!*


* i.e. I wouldn't hold my breath on that one… :wink:

Re: Rewire and MAX

Posted: Fri Dec 05, 2014 8:26 pm
by Stromkraft
LTM wrote:Unfortunately Live is not able to open M4L in Rewire Mode. Is it possible to convert the Max Instruments to regular live Instruments to avoid the Max Level?
Freeze the tracks.

Re: Rewire and MAX

Posted: Sat Dec 06, 2014 1:46 pm
by Byxx
Thanks,

I would love to rewire with open m4L Devices to work on the complete arrangement dynamically here. I work with notation options for my musicians using a regular sequencer as a master. Wouldn´t freezin imply a finished arrangement process in LIVE?

olreittie
Best
Tim

Re: Rewire and MAX

Posted: Sat Dec 06, 2014 6:18 pm
by Ernest Meyer
I am a newbie to M4L, but I think the problem is that Max is a Rewire host, not a Rewire client. As I understand it,the problem is the same as for VSTs, that is the Max scheduler needs CPU priority for the high=priority threads to work properly. So these days Max cannot be a VST client either. It would be nice if there were a way to use it anyway, if the scheduler isnt really needed to run in high priority mode, but I dont know of any simple way to do that.

Re: Rewire and MAX

Posted: Sun Dec 07, 2014 1:08 pm
by Stromkraft
LTM wrote:Thanks,
Wouldn´t freezin imply a finished arrangement process in LIVE?
When I freeze tracks it's because I'm done working on that track for now. It doesn't have to be finished. Sometimes I freeze when giving the project to someone that doesn't have my used range of plug-ins.

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 3:34 pm
by RobPaper
I want to make sure I understand correctly. if I use ableton with rewire to protools I will have an error message trying to load M4L plugs!? so I need to buy max and rewrite the dacs to each patch? but then I lose the m4l API? if this is true you should put a * next to your advertising that says rewire compatible*

*m4l dissabled in rewire mode.

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 5:06 pm
by Stromkraft
RobPaper wrote: next to your advertising
Your? Who do you think you're talking with? We're users. Well, mostly. No staff in this thread so far I think.

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 5:24 pm
by RobPaper
I think there is a good chance ableton staff read these forums

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 5:35 pm
by Stromkraft
RobPaper wrote: *m4l dissabled in rewire mode.
Is m4l disabled as a Rewire host, is it?

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 5:38 pm
by Stromkraft
RobPaper wrote:I think there is a good chance ableton staff read these forums
You're talking to us users so far and commented on things written by users. Don't assume.

If you want Ableton Staff, get support or post in Feature Wishlist if you have suggestions. That one is read more regularly. Ableton staff also need to, you know, work. Reading every post is hardly that important or practical.

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 8:51 pm
by RobPaper
stringtapper wrote:that would be some serious wizardry if they could make M4L devices compile as C++ to run Natively though!*


* i.e. I wouldn't hold my breath on that one… :wink:
if it was made in Gen~ you can
https://github.com/olilarkin/IPlugGen

Re: Rewire and MAX

Posted: Wed Dec 10, 2014 10:28 pm
by stringtapper
RobPaper wrote:
stringtapper wrote:that would be some serious wizardry if they could make M4L devices compile as C++ to run Natively though!*


* i.e. I wouldn't hold my breath on that one… :wink:
if it was made in Gen~ you can
https://github.com/olilarkin/IPlugGen
But that's only for internal processing inside a device. You'd still have to recreate the GUI yourself in C++. Gen is for lower level functions.

In other words Oli's solution (while awesome) is nowhere near the same as a function within Live that could compile M4L and run them as native Live devices.