https://github.com/asb2m10/organsequencer
Rhythm step sequencer
https://github.com/asb2m10/organsequencer
midi step-sequencer
Last synced: about 2 months ago
JSON representation
Rhythm step sequencer
- Host: GitHub
- URL: https://github.com/asb2m10/organsequencer
- Owner: asb2m10
- License: gpl-3.0
- Created: 2023-10-08T21:53:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T04:38:50.000Z (7 months ago)
- Last Synced: 2025-03-30T21:51:09.171Z (3 months ago)
- Topics: midi, step-sequencer
- Language: C++
- Homepage:
- Size: 226 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Organ Sequencer
Organ Sequencer is a midi plugin sequencer that somewhat looks like the [EKO Computerhythm](https://www.synthtopia.com/content/2021/08/30/the-eko-computerhythm-a-rare-programmable-space-age-drum-machine/).

It is not a finished product but an experimentation on dynamic step sequencers and see what could be usefull. *THIS IS PROTOTYPE*
* It is designed to be played live so patterns can be run in parallel by triggering midi notes. Similar of what you can do with a real organ, where can mix a MAMBO with a MARCH by pressing both buttons at the same time
* Each note steps can have their own steps size, usefull for polyrhythm
* Javascript can be used to modify the content of the note steps. The plan is to have a bunch of javascripts snippets for content generation and manipulation. The Javascript API is still at the beginning
* The script can be run at a fixed number of bars so the beat can be generative and based on the original step contentIt is a work in progress based on what I did originally with max4live: [gammik](https://maxforlive.com/library/device/1967/gammik) - [organseq](https://maxforlive.com/library/device/186/organseq) - [buste](https://maxforlive.com/library/device/1274/buste)