forked from ovenwerks/studio-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathROADMAP
34 lines (28 loc) · 1.37 KB
/
ROADMAP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This is Notes about developing this application, known bugs and
features to add. It is generally in order of importance... or at
least order to be worked on. (some later things rely on sooner
things)
Fixes:
TODO: (part way done)
Future Features:
- make help work with current tab
- remove warning dialogs and create on the fly as needed
- add JACK freeze detect and correct
partially fixed... found at least one reason for freeze
- Add jackmixer or jack-mix-box? auto start and connect
too easy to break things with this, let user set this up with
auto run scripts (postjack or postbridge)
- Add packagers file describing depends/conflicts
- Add multiple devices for firewire
- bluetooth via pulse. use: pacmd load-module module-loopback latency_msec=5
and: pacmd unload-module module-loopback
need to figue out how to auto route jack->pulse bridge to loop
and loop to bt device.
Note: not worth doing. Pipewire will do this for us.
- remove Cadence from autostart and Cadences pulseaudio config
Cadence will reinsert these if the user decides to use it again
but at least if controls is used PA should get set to stock.
Will also have to restart PA as Cadence disables respawn so
one start is needed to re-enable that.
- adding in stuff from https://github.com/jhernberg/udev-rtirq so that
hot plugged USB devices get higher priority.