Hi all,

The `alias` mechanism provided at metadata level to control a Faust application 
from a preexisting set of OSC messages, is now dynamically available using OSC 
message as well. The general form of the OSC `alias` message is the following:

alias message :=
  a)                /target/address alias
  b)              | /target/address alias /alias/address
  c)              | /target/address alias /alias/address min max

- The a) form removes all aliases associated to `/target/address`
- The b) form removes the aliase `/alias/address` associated to 
`/target/address`
- The c) form creates the alias `/alias/address` to `/target/address` and 
scales the alias values from `min`, `max` to the target range of values.

—
Dom

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to