Page 1 of 1
bezier curves in max?
Posted: Fri Mar 05, 2010 5:55 pm
by Grappadura
could this be possible? Like an advanced automation editing feature in max? If so, who´s gonna do it?

Re: bezier curves in max?
Posted: Fri Mar 05, 2010 6:31 pm
by marcoskohler
Yeah you could do it, but it's still a hassle. That was one of the reasons I bought the student discounted Logic Pro. I like my automation to be accurate :]
Re: bezier curves in max?
Posted: Fri Mar 05, 2010 7:01 pm
by Grappadura
marcoskohler wrote:Yeah you could do it, but it's still a hassle.
I guess that depends on how you implement it. What would be a handy way of implementation?
Re: bezier curves in max?
Posted: Sun Mar 07, 2010 11:33 am
by Grappadura
any ideas?
Re: bezier curves in max?
Posted: Sun Mar 07, 2010 1:17 pm
by tamtam
Re: bezier curves in max?
Posted: Sun Mar 07, 2010 2:10 pm
by Grappadura
oh cool, thx! I havent got max installed atm, can anybody tell me if thats a good solution?
Re: bezier curves in max?
Posted: Mon Mar 08, 2010 1:41 pm
by Grappadura
?

Re: bezier curves in max?
Posted: Mon Mar 08, 2010 3:57 pm
by Tweaking Knobs
wouldnt it be great if a musical software had bezier curves for automation ?
yes i know im dreaming...

Re: bezier curves in max?
Posted: Mon Mar 08, 2010 6:07 pm
by Grappadura
fruity loops is great in this sense.
Re: bezier curves in max?
Posted: Mon Mar 08, 2010 6:53 pm
by Tweaking Knobs
Grappadura wrote:fruity loops is great in this sense.
yes , i have used flstudio for like 8 years or so , and i switched to live , but i miss so many things.
the step sequencer and piano roll , bezier curves and its playlist , i think im going to start re using fl again.
Re: bezier curves in max?
Posted: Mon Mar 08, 2010 11:31 pm
by Grappadura
Tweaking Knobs wrote:Grappadura wrote:fruity loops is great in this sense.
yes , i have used flstudio for like 8 years or so , and i switched to live , but i miss so many things.
the step sequencer and piano roll , bezier curves and its playlist , i think im going to start re using fl again.
I´m currently trying to use both live and fl, but I´m not sure about the workflow... how would you do it?
Re: bezier curves in max?
Posted: Tue Mar 09, 2010 10:02 am
by leedsquietman
You can use FL studio as a VST I believe in other hosts. Or rewire.
Let's not forget though that while FL Studio has some advantages, it also has a lot lacking compared to Live, and Live is especially better at recording and manipulating audio. Audio is still something tacked on and half baked in FL Studio.
Re: bezier curves in max?
Posted: Tue Mar 09, 2010 4:10 pm
by Grappadura
leedsquietman wrote:You can use FL studio as a VST I believe in other hosts. Or rewire.
Let's not forget though that while FL Studio has some advantages, it also has a lot lacking compared to Live, and Live is especially better at recording and manipulating audio. Audio is still something tacked on and half baked in FL Studio.
Yeah, and the workflow is not as handy as in live, the screen gets cluttered up fast and live is usually 2 or 3 clicks faster to achieve the same thing.
Re: bezier curves in max?
Posted: Tue Mar 09, 2010 10:17 pm
by rbrown46
Grappadura wrote:could this be possible? Like an advanced automation editing feature in max? If so, who´s gonna do it?

I wrote a very simple M4L patch that will curve automation data applied to a M4L knob and apply it to any parameter. The tension of the curve is controlled via another (automatable) knob. I could post it after cleaning it up if there is interest...
There is a bit of misnomer between curves with a tension control and Bezier curves. Bezier curves are much more computationally intensive (you have to solve for a parametric equation at each step, or use fancy tricks to avoid doing so), and you have to limit the curve's range to avoid loops. I don't know of any DAW that supports true Bezier curves for automation data...haven't looked too hard though. Space Designer in Logic supports them for modifying IRs, but not for general automation data. Having a single tension control makes editing the curves quicker and computation more efficient.
Re: bezier curves in max?
Posted: Tue Mar 09, 2010 11:29 pm
by Grappadura
sounds great, yeah I would be very interested!