Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

capital-G/sc-twitter-bot

Repository files navigation

Supercollider Twitter Bot

pre-commit

A Twitter bot which replies with generated music from sended SynthDefs.

Requires Python 3.10+.

Run tests

python -m unittest

What does Supercollider do?

  • 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.

Credits

Uses the free font RobotoMono designed by Christian Robertson.

License

GPL-2.0