ScintillatorSynth / Scintillator

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

implementation of cmd-period #155

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

Fixes #130. Adds support for automatically freeing all running Scinths in the default group when cmd+period is pressed in the sclang IDE.

Implementation

Adds a new OSC command scin_g_freeAll which will eventually take a list of group IDs to free the nodes from but at the moment there's only the default group so the arguments are ignored.

Types of changes

Status