32 lines
554 B
Plaintext
32 lines
554 B
Plaintext
|
|
Carla Project icons.
|
|
check reload after change of LV2 plugins.
|
|
|
|
Exactly one underrun per seek in Toob Player
|
|
|
|
|
|
check filetime conversion in gcc 12.2! (missing c++ 20 time conversion functions)
|
|
AudioFiles.cpp fileTimeToInt64
|
|
|
|
|
|
json "skip" code doesn't work with complex objects (MidiChannelBinding specifically).
|
|
|
|
- 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
|
|
}
|
|
}
|
|
|
|
|