Hi everyone,
I’ve just published MiniCalc, a new SuperCollider Quark for quick musical conversion tasks.
It currently includes:
- note → MIDI
- MIDI → note
- Hz → MIDI
- chord → MIDI
- scale degrees → MIDI / Hz
It also comes with a native SuperCollider GUI, so you can use it as a small utility tool without working only from code, and it generates ready-to-reuse SC snippets from the current result.
Repository:
Current installation:
Quarks.install(“GitHub - twistin/MiniCalc: quark para Supercollider paqra calcular notas,midi, Hz · GitHub”);
Then:
MiniCalc.gui;
Feedback, bug reports, and suggestions are very welcome.