File: README.md

package info (click to toggle)
x42-plugins 20161230-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,560 kB
  • ctags: 8,337
  • sloc: ansic: 93,211; cpp: 5,743; makefile: 3,113; objc: 948; sh: 75
file content (24 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 git://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.