partial rewrite of core synthdefs

This commit is contained in:
2024-01-04 14:59:11 +01:00
parent adbc8175c4
commit 1b3e605884
2 changed files with 51 additions and 57 deletions

5
Classes/BuboPlotTree.sc Normal file
View File

@ -0,0 +1,5 @@
PlotTree {
*new {
^Server.default.plotTree.window.alwaysOnTop_(true);
}
}