Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 698 Bytes

CYTHAR-Sequenzer

A pattern-oriented, polyphonic MIDI step-sequencer.

In action videos: https://www.youtube.com/watch?v=0UK7US2NwC0&list=PLZCmwv5U3kDP-3jldIzOErbnBOdGjJV_M

LICENSE

This software is licensed under the GNU GPL version 3. See the file COPYING for details.

BUILDING

To build the project use either the provided CodeBlocks project file (Targets are defined for Linux, Windows and Mac) or type

make

to build the project. Once it has finished without error an executable called cythar should have been created. Just run that with

./cythar

NOTES

The code is not clean and very crazy -> I tried out and learned many things. But it's working :-).