|
n_mapn out of range: msg#00224audio.supercollider.devel
using mapn with a named control, it might cause accidental overriding of other controls: a = { arg freq=#[200, 300, 400, 500], amp=0.1; Formant.ar(freq, 1020, 100).sum * amp }.play; b = { Out.kr(72, LFNoise1.kr(1 ! 4) * 500 + 1700) }.play; s.sendMsg("/n_mapn", a.nodeID, "freq", 72, 4); // fine s.sendMsg("/n_mapn", a.nodeID, "freq", 72, 5); // not fine maybe the server could catch that? -- . |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | n_map "freq" -1: 00224, Julian Rohrhuber |
|---|---|
| Next by Date: | Re: commit: directory symlinks work in help directory: 00224, Till Bovermann |
| Previous by Thread: | n_map "freq" -1i: 00224, Julian Rohrhuber |
| Next by Thread: | Re: n_mapn out of range: 00224, James McCartney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |