Carstairs: Difference between revisions

From ym2149.org
Jump to navigationJump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
This project is dead, it will no longer be developed.
== Releases ==
== Releases ==



Latest revision as of 11:02, 19 April 2024

This project is dead, it will no longer be developed.

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