This commit is contained in:
2023-12-31 12:47:01 +01:00
parent b38a8431d4
commit 5563b245f5
3 changed files with 8 additions and 2 deletions

View File

@ -75,7 +75,9 @@ Boot {
}, Server.default);
Event.addEventType(\buboEvent, {
arg server;
~buf = Bank(~sp)[~n];
if (~sp.notNil && ~n.notNil,
{ ~buf = Bank(~sp)[~n % Bank(~sp).buffers.size]; }
);
~type = \note; // back to note
currentEnvironment.play;
});