ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Cmd+Period support #130

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

The audio synth server respects the cmd+. command, halting the running synths. Worth considering adding this support to Scintillator too.

mossheim commented 4 years ago

FYI for SuperCollider it's the language client that does this, not the server. i would not recommend implementing this shortcut directly in Scintillator, and rather use the CmdPeriod class in your sclang code (http://doc.sccode.org/Classes/CmdPeriod.html)