Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

j.cue : recall a state with a custom ramp #980

Open
avilleret opened this issue Dec 1, 2015 · 4 comments
Open

j.cue : recall a state with a custom ramp #980

avilleret opened this issue Dec 1, 2015 · 4 comments
Assignees
Milestone

Comments

@avilleret
Copy link
Contributor

how can I recall a j.cue state with a custom value ?
for example I have a cue with some ramp time defined, I would like to go to that cue in 4500 ms from current state whatever its ramp value is
how can I override that ?

afaik using a [interpolate( message doesn't work since I want to interpolate from current state (which is not a cue)

@theod
Copy link
Member

theod commented Dec 2, 2015

I add @jln, @reno-, @bltzr and @matcham to discuss about this because there are particularly involved into the design of j.cue.

IHMO j.cue should send what is written into the cue. For more advanced mechanism I would recommend to hack the content of the cue using the output message (or to use i-score :-)

@theod theod self-assigned this Dec 2, 2015
@theod theod added this to the 1.1/externals milestone Dec 2, 2015
@avilleret
Copy link
Contributor Author

yes, I'm actually using output message to get cue content then, add ramp 1000 to the value
but would like to hear other users feedback on such a feature

@reno-
Copy link
Member

reno- commented Dec 8, 2015

I'm thinking about it for a few days, and I think that this may not be all managed in the cue-manager.
The default ramp might be a parameter attribute, which will be overwrite when you send a message to this parameter from anywhere.
Or maybe I'm a bit off topic, and a simplier(?) answer could be to have the ramp as an argument of the cue-play. So the ramp values won't be add into each lines of each cue, but magically/internally sent when playing cues.
e.g. : recall init => play init cue
recall init ramp 1000 => send each value with ramp 1000
recall init ramp 4500 => send each value with ramp 4500

@theod
Copy link
Member

theod commented Dec 14, 2015

@reno this sounds like a doable feature !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants