prko
October 12, 2025, 3:45am
6
You may wish to refer to the following post:
I wrote a function that creates a musicXML file when the musical information is written as in example 1. With this, sclang can also easily request a server to play music. I attach this function with 5 examples. Example 3, 4 and 5 also contain how to request a server to play music. The examples below work on my end, but the function should be rewritten whenever other features are added. I would like to know what other users think about such work in SC.
1. Function: ~exportXML
https://www.dropbo…
The following is my quark (a work in progress):
musicXML File Writer for SuperCollider with its own music notation, similar to LilyPond. When writing a musicXML file, it also converts the input code to standard sclang code for playback via scserver. It also supports Pitch Class Set and Scientific Pith Notation to get MIDI pitch numbers (MIDI notes) or frequencies from pitch names and vice versa.
This project is still in the testing stage. I need to correct a note‑naming error concerning microtonality and enharmonic spelling, and I also plan to add further functionality. Nevertheless, it already supports some musical composition and notation.
1 Like