new sequencing methods

This commit is contained in:
2023-12-31 12:21:10 +01:00
parent 908e48db0d
commit b38a8431d4
2 changed files with 13 additions and 1 deletions

View File

@ -73,6 +73,12 @@ Boot {
Server.default.avgCPU.round(2),
Server.default.peakCPU.round(2)), 40)
}, Server.default);
Event.addEventType(\buboEvent, {
arg server;
~buf = Bank(~sp)[~n];
~type = \note; // back to note
currentEnvironment.play;
});
}
}