Files
BuboQuark/BuboQuark.quark
Raphaël Forment 26f744c575 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.
2024-04-29 12:10:30 +02:00

27 lines
880 B
Plaintext

(
name: "BuboQuark",
summary: "My setup for livecoding with SuperCollider",
author: "BuboBubo",
copyright: "Raphaël Maurice Forment",
license: "GPL-3",
version: "0.0.1",
path: "BuboQuark",
since: "2023",
schelp: "BuboQuark",
dependencies: [
"https://github.com/cappelnord/BenoitLib",
"https://github.com/scztt/Singleton.quark",
"https://github.com/scztt/Require.quark",
"https://github.com/dmorgan-github/Pdv",
"https://github.com/supercollider-quarks/Bjorklund",
"https://github.com/adcxyz/SafetyNet",
"https://github.com/madskjeldgaard/nodeproxygui2",
"https://github.com/capital-G/sc-grids",
],
url: "https://raphaelforment.fr",
isCompatible: {Main.versionAtLeast(3, 1)},
postUninstall: {
"/!\\ BuboQuark: Samples at '~/.config/livecoding/samples/' must be deleted manually".warn;
},
)