Replies: 2 comments
-
related idea: it could be a powerful performance optimization if audio nodes would only be created once for haps that have the same whole and the same value for the param in question. example: note("c2").s("sawtooth,square").cutoff(800) right now, the above snippet will create 4 audio nodes in the first cycle:
one could also say the audio graph is a tree, as branches will never be connected together again.
where both oscillators are connected to the same filter node. this will only work if the haps have the same whole and the cutoff value is the same.. this also poses a general dsp question: will the two graphs (3 vs 4 nodes) have a different output? in other words: are dsp graphs associative, e.g. |
Beta Was this translation helpful? Give feedback.
-
If I remember right, for a pattern like |
Beta Was this translation helpful? Give feedback.
-
as discussed in chat: being able to mix haps into certain busses and control those busses would be great.
a maybe unrealistic example:
so the general idea is to be able to use the already existing orbits as inputs to effects.
tidal has https://club.tidalcycles.org/t/tidal-1-7-control-busses-midi-control-input/2934 for that
Beta Was this translation helpful? Give feedback.
All reactions