immersive-audio-live / ADM-OSC

An OSC dictionary that implements the Audio Definition Model (ADM)
https://immersive-audio-live.github.io/ADM-OSC/
MIT License
57 stars 9 forks source link

Snapshot recall #14

Open JGaudin opened 1 year ago

JGaudin commented 1 year ago

As most renderers have the capacity to save different snapshots, or multiple layers of snapshots, a way to recall snapshots would be good to support, so that various ADM-OSC talker can recall others' configurations.

mzed commented 1 year ago

Just to be clear, this is a method for calling a specific snapshot number -- maybe like /adm/snapshot 8? Sort of like a MIDI program change.

Describing the details of a snapshot would be a bigger issue.

madees commented 8 months ago

Every show will have cues, that correlated to something that change. Even if every receiver will manage its parameters changes specifically depending on its features, the moment it should happen is worth to transmit for further programming. Snapshot maybe isn't appropriate as it sounds like a total recall of parameters (and describing the details). Cue or Program (like MIDI) change may be better ?