[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] Ndef doesn't remember target group



Hi

In the following code I expect that Ndef will resume play on the same target group, since it remembers out bus:

///
~bus = Bus.audio(Server.default, 2);
~group = { Group(Server.default,\addToTail) } ! 2;
~bus_mix = { In.ar(~bus, 2) }.play(~group.last);

Server.default.plotTree;

Ndef(\x, { SinOsc.ar }).play(~bus.index, 2, ~group.first);
Ndef(\x).stop;
Ndef(\x).play; // no sound, because it plays on ~bus, but in new group
///


Is it by design or bug?

best regards

_______________________________________________
sc-dev mailing list

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