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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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 !