Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x42/stepseq.lv2
Simple Step Sequencer
https://github.com/x42/stepseq.lv2
lv2 midi sequencer
Last synced: 7 days ago
JSON representation
Simple Step Sequencer
- Host: GitHub
- URL: https://github.com/x42/stepseq.lv2
- Owner: x42
- License: gpl-2.0
- Created: 2016-08-10T02:12:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T23:57:37.000Z (5 months ago)
- Last Synced: 2024-11-01T03:22:30.979Z (14 days ago)
- Topics: lv2, midi, sequencer
- Language: C
- Homepage: http://x42-plugins.com/x42/x42-stepseq-8x8
- Size: 2.11 MB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
stepseq.lv2 - Midi Step Sequencer
=================================stepseq.lv2 is simple step sequencer for moddevices.com
Install
-------Compiling stepseq requires the LV2 SDK, bash, gnu-make, and a c-compiler.
```bash
git clone https://github.com/x42/stepseq.lv2.git
cd stepseq.lv2
make submodules
make
sudo make install PREFIX=/usr
```Note to packagers: The Makefile honors `PREFIX` and `DESTDIR` variables as well
as `CFLAGS`, `LDFLAGS` and `OPTIMIZATIONS` (additions to `CFLAGS`), also
see the first 10 lines of the Makefile.The number of steps and notes can be set at compile time using `N_NOTES`
and `N_STEPS` make variables. Both should be at least 4. The default is 8x8.