File: TODO

package info (click to toggle)
qsampler 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,584 kB
  • sloc: cpp: 10,110; makefile: 102; xml: 50; sh: 6
file content (17 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Qsampler - A LinuxSampler Qt GUI Interface
------------------------------------------

TODOs

- Complete coverage of the LinuxSampler Control Protocol:
  - Support for FX Sends
  - Allowing to create more than the two standard MIDI instrument maps
    ("Chromatic" / "Drumkits").
  - Instruments DB support.
  - Support for handling sampler events (see chapter 5.2
    "Subscribe/notify communication method" of the LSCP specs).
  - Support for handling "multiplicity" type parameters in the device
    management dialog (i.e. for parameter "ALSA_SEQ_BINDINGS" of LS's ALSA
    MIDI driver, allowing to make arbitrary amount of MIDI connections). At
    the moment one can only set a scalar value for these parameter types.
- Any feature one can think of ;)