Re: Glissando revisited
If someone were to automate the process of changing the duration of MPCs at the same time notes, chords, rest-chords, and rests; what operands in what type MPCs should be addressed?
Global_Mod can already do it...
E.G.
<Global_Mod dialogue box> MPC,Controller==pitch SweepRes=512
will change this:
|MPC|Controller:pitch|Style:Linear Sweep|TimeRes:Whole|SweepRes:256|Pt1:0,0|Pt2:1,16383|Pos:7|Visibility:Always
to this:
|MPC|Controller:pitch|Style:Linear Sweep|TimeRes:Whole|SweepRes:512|Pt1:0,0|Pt2:1,16383|Pos:7|Visibility:Always
<Global_Mod dialogue box> MPC,Controller==vol SweepRes=10
will change this:
|MPC|Controller:vol|Style:Linear Sweep|TimeRes:Quarter|SweepRes:3|Pt1:0,0|Pt2:1,127|Pos:-8|Visibility:Always
to this:
|MPC|Controller:vol|Style:Linear Sweep|TimeRes:Quarter|SweepRes:10|Pt1:0,0|Pt2:1,127|Pos:-8|Visibility:Always