Saving state after latest Lyon Algorave

This is the current state of the system after the 27/04 algorave.

NOTE: this is my personal live coding system, it is not fine-tuned for general usage. You might have to update paths and various parts of the code to get it to run on your system.
This commit is contained in:
2024-04-29 12:10:30 +02:00
parent a15036079d
commit 26f744c575
11 changed files with 724 additions and 483 deletions

View File

@ -20,10 +20,6 @@
],
url: "https://raphaelforment.fr",
isCompatible: {Main.versionAtLeast(3, 1)},
preInstall: {|data|
File.mkdir("~/.config/livecoding/samples/");
"/!\\ BuboQuark: Creating folder at ~./config/livecoding/samples/".postln;
},
postUninstall: {
"/!\\ BuboQuark: Samples at '~/.config/livecoding/samples/' must be deleted manually".warn;
},