Page 1 of 1

fixed x axis for the first point of Breakpoints?

Posted: 16 Jan 2012 23:28
by dbk
Hello,

i started working on a template for the korg prophecy, assigned a few controls and it´s real fun to edit allready.
Now´ i´d like to assign the various envelopes (EG in Korg-Speech) to breakpoint objects
Can one please tell me how to fix only the x-axis of the first point of five points, i know it´s the holdX but i can´t access it fom a script?
i tried various things like setattribute and so on, no luck so far.

cheers,
martin

Re: fixed x axis for the first point of Breakpoints?

Posted: 18 Jan 2012 09:13
by axel_liine
Hi,
Have you tried setting the holdX or holdY value in the Breakpoint object's properties to {1,0,0,0,0} ?
You can either type that in the holdX field in the Behaviour panel, or from a script : Breakpoint.holdX = {1,0,0,0,0};

Re: fixed x axis for the first point of Breakpoints?

Posted: 18 Jan 2012 10:51
by dbk
Hi axel,

both works great. Thanks a lot!

cheers,
Martin