avdrd

Results 17 comments of avdrd

Alas not that useful for what I'm asking: * Daw Dreamer; static graph basically. You build it and then "press the play button". No graph updates while playing, as far...

It seems I'm better off with SOUL for this. It also has [spec for patches](https://github.com/soul-lang/SOUL/blob/master/docs/SOUL_Patch_Format.md) that seemingly can be JIT compiled and hot reloaded "Patches are JIT-compiled and can be...

> If you mean a function in a faust program, that's going to be very difficult. Well, yeah, I know, because of whole-program optimization. Something like SC or Glicol that...

Well, I saw it... but that doesn't help me much. As for SOUL, the patch hot-loading thing alas turned out to be a red herring. I misunderstood its granularity. The...

@chaosprint There's a space in live coding for changing the DSP on the fly as well, not just selecting from a library of ugens. In Extempore it works well enough...

For what's that worth, TouchDesigner does this by saving the faust DSP settings in an external XML file https://youtu.be/0qi2lp_TgE0?t=214

I would have expected that ``` ("some"++"string").asArray ``` would do the same as ``` ("some"++"string").bubble ``` Because ``` ("some"++"string").asSymbol.asArray ``` actually does that bubbling. But I guess it's debatable. I've...

@jamshark70 I've encountered that flac crashing bug in SC 3.11. I think it was due to [a bug](https://github.com/libsndfile/libsndfile/issues/254) in libsndfile 1.0.2x series. It's fixed in 1.0.31, so reading flac no...

True, it would fix it in this `CombN` case, with less typing. But there can be other call paths that call `BusPlug.value` with a UGen `something`. Trying to find and...