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

Re: [sc-users] array dynamically in synthdef



.load works!!!, not .store.,

Why all this different commands .load, .store, .memStore... Yes I have to RTFM or something like this!! But I think in SC there too much things that you can do with different method and is a little confusing for a beginner, but I love it!!

The reason for this is that the Pattern / Event way of using synths has been added after the .load / .send methods. store / memStore adds info about the SynthDef to the SynthDescLib, which makes it available to the client.

There was a discussion about this very recently.

To me it still seems very weird that .store dosen't work, I thought it was the same thing to the server ?

Best,
Hjalte