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-1.2.2.tar.gz (29.8 kB view details)

Uploaded Source

Built Distribution

microcsound-1.2.2-py3-none-any.whl (32.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: microcsound-1.2.2.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for microcsound-1.2.2.tar.gz
Algorithm Hash digest
SHA256 bfba8c3c50ace9c409b559d3a584f08d150c7afb4fdbdf5adceb1950c3dc2a59
MD5 0b53a7557bc5dae6b35e3ed70f884457
BLAKE2b-256 53dd0bf0843a95b95b9719ca24402bbaca79495ff5deddb99c7a19623c7aacde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: microcsound-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 32.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for microcsound-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 500e9e9db34f1dcb2a479d5bf30a86f7f53b9136fc6476d8fe99bcb8ef4ad3ce
MD5 289847871a72943e35481e8cba680b74
BLAKE2b-256 6698a74328400414d4de20f35d8793441676345469a1f050f4bfcdce42d81e75

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