add files to the repo

This commit is contained in:
2023-12-27 15:03:23 +01:00
parent 397e31d438
commit 9b3c1afd38
10 changed files with 164 additions and 0 deletions

6
Classes/BuboFreqScope.sc Normal file
View File

@ -0,0 +1,6 @@
FScope {
*new {
^Server.default.freqscope.window.alwaysOnTop_(true);
}
}