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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for microcsound-1.3.0.tar.gz
Algorithm Hash digest
SHA256 32093108307219b3e67c29c0e3200826eafac6b17eddff1f124867379f040702
MD5 9fd0582924dde9e0ed60fdda13f5b3a0
BLAKE2b-256 4949ef15486c5a0567f556d3c35c1074f048665013904746dbebf55b7d0dba8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for microcsound-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 faf0f9da8878ca6cafc56c2cde726ec6788ae766e188118226a7ddd5aa75a9a8
MD5 b57484b84905b1b4cce9eb860944118e
BLAKE2b-256 2012e7d0b617e9091c893bdeb7b53888d4c069f1d322dc71a9ae7d6e6367be16

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