55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
|
|
Magic zoom.
|
|
|
|
request cacheing not working.
|
|
|
|
MOD ir uses some scheme to limit the minimum buffer size, which is not implemented in Pipedal.
|
|
|
|
MOD ir layout issues.
|
|
|
|
MOD gui control should disable, not disappear.
|
|
|
|
MOD ir font (cooper-hewitt)
|
|
|
|
detect self-set control values to prevent weird jitter in mod ui levels.
|
|
|
|
ZAMEq2 Low control not working.
|
|
|
|
|
|
Modgui view should be persistent/per-plugin
|
|
|
|
Vu Meters, move rendering to background images, in order to reduce layout overhead.
|
|
|
|
check reload after change of LV2 plugins.
|
|
|
|
Remove FullScreenIME in PluginControlView.tsx
|
|
|
|
Exactly one underrun per seek in Toob Player
|
|
|
|
Test autohotspot detection.
|
|
|
|
Ellipsis on plugin Title
|
|
|
|
check filetime conversion in gcc 12.2! (missing c++ 20 time conversion functions)
|
|
AudioFiles.cpp fileTimeToInt64
|
|
|
|
|
|
|
|
- pipewire aux in?
|
|
|
|
|
|
|
|
pcm.pipedal_aux_in {
|
|
type file
|
|
file "/tmp/aux_input_fifo"
|
|
infile "/tmp/aux_input_fifo"
|
|
format "raw"
|
|
slave {
|
|
pcm null
|
|
format S16_LE
|
|
rate 48000
|
|
channels 2
|
|
}
|
|
}
|
|
|