Open capital-G opened 3 years ago
When considering using wavesets (see #16) we could load a buffer in both languages and calculate different kind of clusterings in Python and send the sections according to the clustering of the buffer to SC via OSC which then uses LoopBuf or else to playback the proper section of the buffer. One problem we are facing is the timing and scheduling of these wavesets - either use a stack approach in SC or Python does the timing.
Or we could use https://github.com/josiah-wolf-oberholtzer/supriya
The Quark JSON Parser
is not necessary, I think, we have built in support using parseYAMLFile
and parseYAML
.
Unless you want to write/use a UGen that deals with wavesets, the best way is to simply generate a WavesetsEvent.
And yes, we can read json fine, just have no writer yet.
If you want to work from Python without looking at sclang, then of course it is something else. Then it might be good to use a dedicated UGen.
But if we want to combine python with That
, that's another thing.
There are multiple ways to transfer results from python to SC - it should be discussed what to use here