paator / ModuleHelper

Application that helps writing music in old tracker software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleHelper

Windows Presentation Foundation application that helps writing music in old tracker software.

image

Currently supported features

  • 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

Libraries used

Requirements

  • .NET Core 3.1 Runtime

Usage:

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.

About

Application that helps writing music in old tracker software.

License:Other


Languages

Language:C# 100.0%