language designed for sequencing music through drum machines
Drums++ is a programming language designed for sequencing music through drum machines. It uses simple C ideas, for example // and /* */ comments and to seperate sections. It is made as simple as possible so even a non-programmer can use it. Drums++ can both directly control your MIDI device or it can create .midi files
Drums++ is a programming language designed for sequencing music through drum machines. It uses simple C ideas, for example // and /* */ comments and to seperate sections. It is made as simple as possible so even a non-programmer can use it. Drums++ can both directly control your MIDI device or it can create .midi files
To install drumsxx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install drumsxx
To see what files were installed by drumsxx, run:
port contents drumsxx
To later upgrade drumsxx, run:
sudo port selfupdate && sudo port upgrade drumsxx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.