Skip to main content

A tool for writing csound scores that can make handling microtones MUCH easier.

Project description

microcsound

TO INSTALL:


  • Make sure you have Python and Csound installed

  • Choose as install method, pip or git (pip is recommended if you have it)

From pip:

    pip install microcsound

From git:

Either download from the 'dist' directory here, or:

    git clone https://github.com/akjmicro/microcsound

Once downloaded, in the 'microcsound' directory:

    python -m pip install .

  • Files will be installed into a Python lib directory on your system. E.G., on a Linux system, something like /usr/local/lib/Python3.11

  • Copy .microcsound.toml to your home user directory, edit the values to your preferences

ABOUT:

Microcsound implements the following features:

  • an intuitive, clean shorthand syntax that allows one to both easily write CSound scores

  • a focus on flexible entry of microtonal music, the emphasis being on enabling one to compose in various equal-temperaments and just intonation.

  • symbols for various microtonal commas, so that extended just intonation harmony is easily accessible in a convenient intuitive way.

  • implementation of chord notation using brackets

  • implementation of a 'time pointer' notation which allows arbitrary number of counterpoint layers in a single 'voice'

See the example 'ciconia.mc' (a rendering of a medieval piece, given in the repo path microcsound/share/data/ciconia.mc) and the tutorials/docs for an understanding of how to use the syntax for your own compositions.

To use:

It's best to start by seeing all the command-line options, so first, try:

         $ microcsound -h

After writing a little example in a file you might name 'yourfile.mc', try this:

         $ microcsound yourfile.mc

The script outputs a wave file to the current directory, by default the wave is called 'microcsound_out.wav', but you can change this using the '-o' command line switch. If you use the '-s', it will avoid the final step of compiling the orc/score pair and just put a csound score to standard out. To put this output into a file, use redirection like so:

         $ microcsound -s yourfile.mc > yourcsoundscore.sco

You could also use an editor like 'joe' or 'emacs' that allows the capture of the text output of a process, and call the script from within the editing session of a .csd (orc+sco) file; in this way one can be between the and tags and fill the space with the script output.

For realtime experimentation, just call the script with the name of a csound '.orc' file, you can edit the variables at the top of the script so that it automatically looks for orchestra files in a default directory.

For instance:

	$ microcsound -i --orc fat_moog.orc

will give you a prompt, and you can type in a microcsound 'score', and when you want it rendered, hit return and type 'done' and then hit return again. In this example above, it will search in the directory I provided in the script for the 'fat_moog.orc' file.

See the csound documentation for how to use all the options and command line switches to get the final audio output from csound. The csound command called by the script can be changed at the top of the script in the "user variables" area.

Enjoy!

Aaron Krister Johnson

Please report bugs and successes to aaron@untwelve.org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microcsound-2.0.4.tar.gz (36.8 kB view details)

Uploaded Source

Built Distribution

microcsound-2.0.4-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

Details for the file microcsound-2.0.4.tar.gz.

File metadata

  • Download URL: microcsound-2.0.4.tar.gz
  • Upload date:
  • Size: 36.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for microcsound-2.0.4.tar.gz
Algorithm Hash digest
SHA256 d4cdde8389a1ad1e5b8b34ae6df85e941184f4346b0c8ed1578930ad95a93cbf
MD5 e3c3427043328ff66d758566bbd721bd
BLAKE2b-256 4efeac7ef309a3269a8aa443a0cf981fc978d4c187509d3907ca85318fa5f975

See more details on using hashes here.

File details

Details for the file microcsound-2.0.4-py3-none-any.whl.

File metadata

  • Download URL: microcsound-2.0.4-py3-none-any.whl
  • Upload date:
  • Size: 41.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for microcsound-2.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d05bc5c18eee47126f2184646ac393585825beda2dcaa7a7671a8b265b2c6774
MD5 af5d9837d3112f849ed7621bbaaac1a6
BLAKE2b-256 ca9c660fcecce9776ec9f699e015c82354646b2be57579a372c2626ed7b25d72

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page