A Twitter bot which replies with generated music from sended SynthDefs.
Requires Python 3.10+.
python -m unittest
Import and convert a SynthDef to an osc
file via a Score
so it can be played back in non realtime.
sclang <path_to_file>
Convert an osc
file to audio via scsynth
by calling
scsynth -N <path_to_osc_file> _ <path_to_output_file> 48000 WAV int24
where _
is the placeholder for our non existing input file.
Uses the free font RobotoMono designed by Christian Robertson.
GPL-2.0