As I recently start to explore external samples usage, I found a need to share variables between buffers.
For example, having only one buffer defining a variable with the path to samples but use it in several buffers.
Is this possible ?
1 Like
You can use set and get to pass info between any threads, same buffer or not.
1 Like
That’s a nice suggestion, I’ll try it.
But there are already things that seems to be global, like when you define 2 times the same named loop in different buffers.
Currently the only things that are shared across buffers are functions, live loops, live audio and time state (set/get).
For sharing simple values please use the set/get time state system.