Carstairs

From ym2149.org
Revision as of 22:24, 18 March 2024 by Andrzej (talk | contribs) (Created page with "== Releases == * File:Carstairs-jessie.zip * File:Carstairs-precise.zip == Usage == * You need a DSSI host, these instructions assume it's [https://www.renoise.com/ Renoise] * Put the <code>.so</code> file in <code>~/.dssi</code> '''or''' add its dir to <code>DSSI_PATH</code> ** Note if <code>DSSI_PATH</code> is set then it must include <code>~/.dssi</code> explicitly if you want Renoise to look there * If you now run Renoise you should see Carstairs in th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Releases

Usage

  • You need a DSSI host, these instructions assume it's Renoise
  • Put the .so file in ~/.dssi or add its dir to DSSI_PATH
    • Note if DSSI_PATH is set then it must include ~/.dssi explicitly if you want Renoise to look there
  • If you now run Renoise you should see Carstairs in the list of available DSSI plugins
    • It's a good idea to run Renoise in a terminal so you can monitor the logging
  • The only program (in MIDI parlance) available is the default, which is enough to check that the spectrum of the square wave tails off before Nyquist
  • To tell Carstairs where your programs will be, create a config file libcarstairs.py in the same dir as the .so file
    • Unload and reload the plugin in Renoise to make it read the new config file

Dev