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

[sc-dev] problem with Array-flop and strings for event streams




Array-flop does also flop strings:
["/s_new", "default", 1900].flop;

this makes it hard to use control mappings for \freq, because a symbol
cannot be used (causes a rest). Using strings, the above prblem appears:

// causes a rest
Pbind(
	\freq, 'c20',
).play;

// causes an expansion
Pbind(
	\freq, "c20",
).play;


I guess this should be caught in the flop primitive, but I'm not sure exactly how.

--








.