A pattern-oriented, polyphonic MIDI step-sequencer, which makes its own path.
16 parallel patterns with six tracks and 16 bars – equating to 256 bars & 96 tracks.
Videos: https://www.youtube.com/watch?v=0UK7US2NwC0&list=PLZCmwv5U3kDP-3jldIzOErbnBOdGjJV_M
Source: https://github.com/monotomy/CYTHAR-Sequenzer
Check out B-Step Sequencer too: http://b-step.monoplugs.com . A similar, new Project.
Features
- midi io
- stand alone
- song mode
- guitar inspired
- 96 tracks
Categories
MIDILicense
GNU General Public License version 3.0 (GPLv3)Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Just compiled the src with Codeblocks under minor hazzle only, just some repathing, with my partly custom built mingw 4-8 "on top" of boost 1 54/QT 4.8.4 likewise built with 4.8. The only issue is that 4.7 and below not are distinctive between -std c++11 and gnu++11 so with 4.8 and up one need to implement -std=gnu++11 in the codeblocks projectfile as the src contains extensions from vanilla standard c++11. A very nice app for us music mongers !