13
0
livetrax/libs
Robin Gareus 62aae6cffb
Consistently replace colons in IO/Port names
This fixes an issue when creating tracks or busses with a colon
in the name. Renaming those tracks later IO::set_name()
crashed in current_name.replace(std::string::npos,..).

`IO::build_legal_port_name` uses ";" instead of ":" while
`IO::set_name` replaced it with a "-".

Initially the IO name included the colon, so ports created
use a semicolon. But after renaming the IO, ::set_name() applies
the replacement and the IO's name is changed to include the "-".

This leads to a conflict with ports that already have the semicolon
in the port-name.
2022-07-20 18:50:29 +02:00
..
appleutility
ardour Consistently replace colons in IO/Port names 2022-07-20 18:50:29 +02:00
ardouralsautil
audiographer fix signed/unsigned warning 2022-06-21 17:33:37 -06:00
auscan
backends Suggest WinMME as default (enable MIDI by default) 2022-07-11 21:45:55 +02:00
canvas Prevent rendering outside of canvas scroll groups 2022-07-06 20:50:03 +02:00
clearlooks-newer
evoral miscellaneous fixes for warnings from -Wconversion 2022-07-04 22:01:48 -06:00
fluidsynth
fst
gtkmm2ext Add API to format keyboard modifiers for tooltips 2022-06-21 22:11:49 +02:00
hidapi
libltc
lua
midi++2 fix strncpy() size argument error (Windows only, needs review) 2022-06-22 13:31:08 -06:00
panners
pbd Only dump SessionEvent pool in debug builds 2022-07-07 22:34:11 +02:00
plugins
ptformat
qm-dsp
surfaces MCU: fix mixer-strip buttons (see also 0d9656ef82) 2022-07-15 23:46:28 +02:00
temporal Fix Temporal::Range::squish reduced to samples 2022-07-15 19:54:21 +02:00
vamp-plugins
vamp-pyin
vfork
vst3
waveview use new macros to cleanup #ifndef NDEBUG as much as possible (libs edition) 2022-06-22 13:31:08 -06:00
widgets
zita-convolver
zita-resampler zita-resampler: pass-through data if not configured 2022-05-24 20:41:59 +02:00