40 lines
846 B
Plaintext
40 lines
846 B
Plaintext
Persist and reconnect IP addresses in client.
|
|
Zeroconv crash assert. /var/pipedal/audio_uploads/ReverbImpulseFiles/
|
|
|
|
Investigate if ((keyCode == KeyEvent.KEYCODE_BACK))
|
|
|
|
MOD ir uses some scheme to limit the minimum buffer size, which is not implemented in Pipedal.
|
|
|
|
|
|
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
|
|
|
|
|
|
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
|
|
}
|
|
}
|
|
|