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
fixed x axis for the first point of Breakpoints?
-
- Liine Staff
- Posts: 126
- Joined: 14 Dec 2011 12:12
Re: fixed x axis for the first point of Breakpoints?
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};
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?
Hi axel,
both works great. Thanks a lot!
cheers,
Martin
both works great. Thanks a lot!
cheers,
Martin