Tristan Strange
Tristan Strange
Semi-automatically map detune, attack, release grainyness, funkyness, sausageyness parameters to Instr MIDI Controling Renoise. something like Renoise.setSpec(\synthDefName, \detune, [0.5, 0.5, \exp]) to set ranges?
Something similar to .createSynthDefInstrument but that routes audio in and out of Send Tracks to SuperCollider.
Allow notes sent by Renoise instruments to trigger whatever SC code you fancy.
.createSynthDefInstrument() is a hideous monstrosity. It needs chopping up in to nice tidy bits/renaming immediately.
Currently we can only route 12 Renoise Instruments to SynthDefs due to us being hard-coded to use Renoise's first MIDI Output to get information to SC. This needs to be...
tg won't build on Raspberry Pi running the latest Raspbian as per instructions in README. When running `make` I get a casting warning/error: ``` gcc -I. -I. -I./tgl -g -O2...
I'm working on a Bela Pepper and would love to be able to run not just server code but language code remotely. In a dream world I'd also see a...