13
0
livetrax/libs
Todd Naugle 9e6b85f330 Don't save a leading slash when storing a relative export path.
It is not needed in the relative case and causes issues when taking
sessions between platforms.

On windows, the default path would be "\export". When that is used
on linux the resulting fullpath would end up as

/your/session/path/\export

which is then not found on the file system.

This change is consistent with how relative paths are normally written and
does cure the default path when moved across platforms.

It does not solve the larger issue of mixed directory separators.
A relative path of "export\myMixV1" will still fail when moving between
platforms.
2021-05-07 12:25:42 -05:00
..
appleutility
ardour Don't save a leading slash when storing a relative export path. 2021-05-07 12:25:42 -05:00
ardouralsautil
audiographer Fix realtime export loudness normalization 2021-04-29 19:05:09 +02:00
backends Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
canvas Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
clearlooks-newer
evoral gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
fluidsynth Update to fluidsynth-2.2 2021-04-18 22:02:57 +02:00
fst Fix typo in vst3-scanner --help text 2021-01-23 23:43:14 +01:00
gtkmm2ext Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
hidapi
libltc
lua Fix Lua bindings for C++17/C++20 -- #8683 2021-05-02 16:36:30 +02:00
midi++2 Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
panners Micro-optimization: pre-calculate pan-law 2021-01-18 16:14:16 +01:00
pbd Fix incorrect port lists due to custom sort 2021-05-07 04:24:32 +02:00
plugins a-delay: BPM is independent of the meter (quarter notes / min) 2021-03-28 18:23:07 +02:00
ptformat ptformat: Update to upstream 232ba25 2021-01-17 13:19:54 +11:00
qm-dsp
surfaces Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
temporal
vamp-plugins Export analysis: log loudness / time 2021-04-07 01:46:02 +02:00
vamp-pyin
vfork
vst3 Backport VST3 diagnostic pragma 2021-03-01 22:14:38 +01:00
waveview Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
widgets Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
zita-convolver zita-convolver: fix hang at when re-loading state 2021-03-30 01:29:28 +02:00
zita-resampler