Windows Presentation Foundation application that helps writing music in old tracker software.
- Quick access to various musical scales that can be manually added via xml file
- Building chords (arpeggios) on 3 piano octaves
- Restricting piano keys basing on currently selected scale
- Displaying arp notation in hexadecimal or decimal numeral system
- Current chord (arpeggio) sound preview with customizable arpeggio speed
- .NET Core 3.1 Runtime
Download newest release there. Be sure to install proper .NET Core 3.1 runtime - x64 or x32, depending on downloaded build (and your system version). In order to modify musical scales used by program edit musicalscales.xml. Be sure to use proper tree structure and valid XML syntax.
If you want to compile the source code, run
dotnet build
in project's root folder.