Browse Source

Small update to old docs, and README

tags/v1.9.9
falkTX 6 years ago
parent
commit
457d46873d
2 changed files with 4 additions and 16 deletions
  1. +3
    -3
      README.md
  2. +1
    -13
      doc/Carla-TODO

+ 3
- 3
README.md View File

@@ -14,9 +14,9 @@ Features
* GIG, SF2 and SFZ sound banks
* Internal audio and midi file player
* Automation of plugin parameters via MIDI CC
* Full OSC control
* Rack and Patchbay engine modes, plus Single and Multi-Client if using JACK
* Native audio drivers (ALSA, DirectSound, CoreAudio) and low-latency (ASIO and JACK)
* Remote control over OSC
* Rack and Patchbay processing modes, plus Single and Multi-Client if using JACK
* Native audio drivers (ALSA, DirectSound, CoreAudio, etc) and JACK

In experimental phase / work in progress:
* Export any Carla loadable plugin or sound bank as an LV2 plugin


+ 1
- 13
doc/Carla-TODO View File

@@ -35,12 +35,9 @@ GENERAL:
- implement midi-learn (new dialog)
- implement favorite plugins, add in new tab near file-browser
- blender style canvas theme
- make it possible to use backend as fake standalone app (using pipes) instead of a shared library
- artwork about tab
- NSM rework

FRONTEND:
- options for UIs on top of carla (managed)
- make always-on-top depend on it^
- complete zynfx, knob values on top
- synth skin
@@ -49,13 +46,10 @@ FRONTEND:
ENGINE:
- allow to change position of plugins (up/down)
- allow to add plugins when engine is stopped
- complete RtAudio+RtMidi support (only MIDI out missing)
- complete Juce engine driver support
- implement Haiku Media support (based from JACK?, LATER)
- implement latency in continuous-rack mode
- handle sample-rate changes in JACK (made possible by switch-master)
- add MIDI-bank change type (GM, GS, XG and MMA). See fluidsynth and los docs
- allow to use static OSC ports
~ allow to use static OSC ports
- switch engine modes when opening project
- don't pass audio buffers to plugin process, make them request via ports

@@ -66,10 +60,6 @@ PLUGINS:
- implement LSCP file support (new native plugin?)
- implement Csound file support

Native:
- Cleanup API
- Document API from daz
- update zynaddsubfx

LADSPA:

@@ -103,8 +93,6 @@ misc
-allow in-line edit window (i.e. right of rack/canvas) -> shows as soon as plugin/instr. is selected
-indicate engine at work top right
-if engine is jack, show load top right (percent and/or gauge)
-don't show jack transport on start
-allow to re-open jack transport, i.e. settings/show ... and/or via toolbar
-warn on quit if unsaved

patchbay


Loading…
Cancel
Save