mdedwards / slippery-chicken

slippery chicken: algorithmic composition software in common lisp and clos
http://michael-edwards.org/sc
72 stars 3 forks source link

*plugins-for-reaper* #74

Closed mdedwards closed 10 months ago

mdedwards commented 11 months ago

Hi @Leon-Focker, if you ever (dare to ;) add globals then please in globals.lsp. However, the place for your data in plugins-for-reaper is as a slot in the reaper-file class. It should have :allocation :class just like istring. Cheers, Michael

Leon-Focker commented 11 months ago

Gotcha, my last commit should have fixed this.