ardour/libs
Johannes Mueller 2a5d56215c New visualization of the compressor state in graph view
To properly visualize attack and release we calculate the input level out of
the gain reduction the output level threshold and ratio.

if (output_level >= threshold) { // no expansion
        input_level = output_level
} else {
        input_level = (gain_reduction - threshold * (1-ratio)) / ratio
}
2018-05-12 19:49:18 +02:00
..
appleutility
ardour Plugin Order: remove from instant.xml and save to: plugin_metadata/plugin_order 2018-05-08 13:26:08 -05:00
ardouralsautil
audiographer Fix a typo (thanks to IOhannes/debian for reporting) 2018-02-28 20:40:38 +01:00
backends avoid compiler warning on at least some linux versions 2018-05-04 08:25:04 -04:00
canvas When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
clearlooks-newer When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
evoral Fix crash when testing unsupported MIDI file 2018-04-08 02:09:35 +02:00
fluidsynth When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
fst
gtkmm2ext Only update tooltips if there is an actual change -- #7268 2018-04-12 02:54:55 +02:00
hidapi
libltc When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
lua Customize Lua GC, add object-memory-lock API. 2018-03-19 02:23:09 +01:00
midi++2 When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
panners When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
pbd When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
plugins New visualization of the compressor state in graph view 2018-05-12 19:49:18 +02:00
ptformat ptformat: Update to upstream c0305a2 2018-04-22 12:53:42 +10:00
qm-dsp When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
surfaces OSC make strippable null on drop references 2018-04-07 09:16:07 -07:00
temporal When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
vamp-plugins When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
vfork
waveview When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
widgets Add flag for corners, where top+left shadows are both required. 2018-02-19 08:01:27 -06:00
zita-resampler When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00