Feature Request #1187
Change parameter names for preset/cue intepolation and mixing
Status: | Rejected | Start date: | 2012-08-13 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | - | Spent time: | - | |
Target version: | MVC for 0.6 | |||
Branch: |
Description
As discussed on the list, and in http://redmine.jamoma.org/issues/343
the current syntax for preset/cue intepolation and mixing is not adequate anymore, since generic values cannot be ramped anymore.
A proposal would be to add a parameter for each of these mechanisms, by separating names and indices :
the syntax is currently :
- for interpolation : interpolate name1 name2 float
- for mixing : name1 weight name2 weight ... namen weight (weight being floats)
I propose to have instead
- interpolate/names @type generic
- interpolate/weight @type decimal
(proposals for better names are welcome)
- mix/names @type generic
- mix/weights @type decimalArray
Related issues
History
#1
Updated by Pascal Baltazar over 8 years ago
we should also make a decision concerning the related issue #103 - should we also allow using numbers instead of names for the presets ?
I think it could be nice, but I don't know if that's worth the effort...
#2
Updated by Trond Lossius almost 8 years ago
- Status changed from New to Rejected