fixed x axis for the first point of Breakpoints?

Discuss Lemur and share techniques.
Post Reply
dbk
Regular
Posts: 98
Joined: 14 Dec 2011 11:35

fixed x axis for the first point of Breakpoints?

Post 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
axel_liine
Liine Staff
Posts: 126
Joined: 14 Dec 2011 12:12

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

Post 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};
dbk
Regular
Posts: 98
Joined: 14 Dec 2011 11:35

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

Post by dbk »

Hi axel,

both works great. Thanks a lot!

cheers,
Martin
Post Reply