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
113 stars 13 forks source link

add new octave naming system #24

Closed truj closed 5 years ago

truj commented 5 years ago

Currently the default is:

c-----
c----
c---
c--
c-
c
c+
c++
...
c+++++

That's not very readable. Instead of that, implement the following one:

c-5
c-4
c-3
c-2
c-
c
c+
c+2
c+3
...

This should also be the new default. Additionally: