truj / midica

A Music programming language. Translates source code into MIDI. Includes a player. Supports MIDI-Karaoke. Includes a MIDI analyzer.
https://www.midica.org/
Mozilla Public License 2.0
111 stars 13 forks source link

Enable zero-length rest #67

Closed truj closed 3 years ago

truj commented 4 years ago

Can be useful to change channel-based settings without playing a note. Currently something like this is needed: 0 - /4 m, v=$forte That's ugly because:

With this change something like the following could be used instead: 0 - - v=$forte Or maybe: 0 - 0 v=$forte