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

support variables #36

Closed truj closed 4 years ago

truj commented 4 years ago

Something like this should be possible:

VAR $channel = 0
$channel  c+  /4
VAR $channel = 1
$channel  c+  /4