pabloriera / lode

Live coding with Ordinary Differential Equations
5 stars 1 forks source link

Buses index use #11

Open pabloriera opened 5 years ago

pabloriera commented 5 years ago

Now the input and output buses used by each ode are taken from an index that increments all the time. So when an ode is removed, the buses used by it are left free but are not used anymore if a new ode is added.

It should be good to check unused busses when they are requested.

munshkr commented 5 years ago

Right. I'm aware Supercollider's Bus class does this when allocating new buses, maybe we should check out there.