mise à jour pour performance

This commit is contained in:
2024-05-01 11:16:06 +02:00
parent 26f744c575
commit 775e7efed7
7 changed files with 252 additions and 171 deletions

View File

@ -56,6 +56,7 @@ Boot {
d.dirt = SuperDirt(2, s);
d.dirt.fileExtensions = ["wav","aif","aiff","aifc","mp3"];
d.dirt.loadSoundFiles("/Users/bubo/Library/Application\ Support/Sardine/SON/*");
d.dirt.loadSoundFiles("/Users/bubo/.config/livecoding/samples/*");
d.dirt.doNotReadYet = true;
d.dirt.start(57120, [ 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22]);
(