« Return to Thread: mapping to bus index vs name

mapping to bus index vs name

by Jonathan Segel :: Rate this Message:

Reply to Author | View in Thread

so i just updated via svn (hadn't been in touch for a while) and find  
all my code is broken! yay!

so now, where previously i would use
dBus=Bus.new(\control, 25, 1, s);

and map it by index:
Synth("thing").map(\level, 25).play;

now i have to map by name?
Synth("thing").map(\level, dBus).play;


is there a easy way to continue to map by index?
_____________________________________
Jonathan Segel
http://www.magneticmotorworks.com




_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

 « Return to Thread: mapping to bus index vs name