ardour/libs/ardour
Robin Gareus c218b65d24
Fix the URI handling (for sfdb) for Windows
This forward ports Mixbus' 4eca3dea47 without additional code to correct
for old (Ardour2) URIs.

A2, used path2uri() which accumulated and left duplicate slashes in place,
eg. "file:////". Mixbus3 auto-corrected this on load in
AudioLibrary::search_members_and().
However sfdb libraries are not shared between major versions, so this
code does no need to be forward ported.
2019-04-12 18:38:49 +02:00
..
ardour Disable auto-input by default for new installs 2019-04-09 14:36:56 +02:00
msvc
MSVClibardour Add/remove source(s) in our MSVC project (libardour) 2019-03-01 08:39:50 +00:00
po Update Japanese translation 2018-01-23 12:14:36 +01:00
test (libs) call ARDOUR::init_post_engine() from within libardour rather than requiring "users" of the library to arrange for it 2019-01-16 15:29:38 -06:00
amp.cc Remove global declick API 2018-07-09 17:30:38 +02:00
analyser.cc
analysis_graph.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
async_midi_port.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audio_backend.cc
audio_buffer.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audio_library.cc Fix the URI handling (for sfdb) for Windows 2019-04-12 18:38:49 +02:00
audio_playlist.cc SoloSelection: libardour part. 2018-02-11 09:39:36 -06:00
audio_playlist_importer.cc Remove global Session::playlists variable, use getter method (1/2) 2019-03-19 05:14:00 +01:00
audio_playlist_source.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audio_port.cc new transport slave/master implementation, libs/ edition 2018-09-18 19:06:04 -04:00
audio_region_importer.cc Fix some compiler warnings (exception catches) 2018-10-26 14:25:55 +02:00
audio_track.cc Remove global Session::playlists variable, use getter method (1/2) 2019-03-19 05:14:00 +01:00
audio_track_importer.cc Fix another compiler warning 2018-10-27 10:33:07 +02:00
audio_unit.cc Remove generic parameter-printer 2019-03-11 02:10:50 +01:00
audioanalyser.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audioengine.cc NO-OP: Use API to set/test state-of-the-state 2019-03-18 15:36:58 +01:00
audiofile_tagger.cc NO-OP: add comment for cross-reference 2019-03-26 22:25:20 +01:00
audiofilesource.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audioregion.cc SoloSelection: libardour part. 2018-02-11 09:39:36 -06:00
audiosource.cc compute correct size for working buffers used by compound regions during disk refills 2019-03-18 07:39:23 -07:00
auditioner.cc midi-audition-synth-uri is deprecated (libardour part). 2019-02-12 13:04:59 -06:00
automatable.cc MSVC won't allow us to erase an item that's managed by 'const_iterator' 2018-12-17 09:32:19 +00:00
automation.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
automation_control.cc Re-add Controllable registry 2019-03-23 04:23:43 +01:00
automation_list.cc Clean up State API: 2017-10-04 00:54:55 +02:00
automation_watch.cc Use new RT-priority API 2018-10-11 15:29:43 +02:00
beats_samples_converter.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
broadcast_info.cc Broadcast info according to EBU tech-specs 2017-08-06 17:56:59 +02:00
buffer.cc
buffer_manager.cc
buffer_set.cc remove aeffectx.h; use vestige.h 2018-06-04 17:38:41 -04:00
bundle.cc Compare bundle ports per-type 2017-08-29 10:53:41 +02:00
butler.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
caimportable.cc More Coreaudio SDK fixes, after 30b087ab3 2017-09-19 05:20:05 +02:00
capturing_processor.cc Clean up State API: 2017-10-04 00:54:55 +02:00
chan_count.cc Remove cruft. ChanCount::INFINITE is not used 2017-04-19 11:43:08 +02:00
chan_mapping.cc Remove cruft. ChanCount::INFINITE is not used 2017-04-19 11:43:08 +02:00
ChangeLog
control_group.cc
control_protocol_manager.cc Handle generic-midi bindings per session. 2018-10-04 02:30:21 +02:00
convolver.cc NO-OP: whitespace 2018-12-24 02:30:00 +01:00
coreaudiosource.cc More Coreaudio SDK fixes, after 30b087ab3 2017-09-19 05:20:05 +02:00
cycle_timer.cc
data_type.cc
debug.cc new transport slave/master implementation, libs/ edition 2018-09-18 19:06:04 -04:00
default_click.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
delayline.cc Fix typo in 318e7efb 2017-11-23 00:13:46 +01:00
delivery.cc Changed send/deliver role "Personal" to "Foldback" so bus type can match 2018-11-12 22:30:32 -08:00
directory_names.cc auto-backup: libardour part. (from mixbus) 2018-07-14 12:46:49 -05:00
disk_io.cc Fix Playlist refcount when deleting track 2019-03-19 03:08:06 +01:00
disk_reader.cc Fix Playlist refcount when deleting track 2019-03-19 03:08:06 +01:00
disk_writer.cc Fix cases where there's no MIDI buffer (e.g. audio audition) 2018-12-23 01:58:19 +01:00
dsp_filter.cc Remove unused variable 2018-10-09 19:31:01 +02:00
ebur128_analysis.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
element_import_handler.cc
element_importer.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
engine_slave.cc new approach to handling Transport Masters when engine is restarted 2019-01-25 09:23:08 -07:00
engine_state_controller.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
enums.cc Add a time+layer equivalence check 2019-03-12 15:17:12 +01:00
event_type_map.cc Use string concatenation and PBD::to_string in EventTypeMap::to_symbol() 2017-05-26 10:50:08 +10:00
export_channel.cc Properly aligned export (Stem + Session) 2017-09-29 05:03:48 +02:00
export_channel_configuration.cc Use XMLNode::get/set_property API in ARDOUR::ExportChannelConfiguration 2017-04-19 09:36:51 +10:00
export_failed.cc
export_filename.cc Fix false-positive duplicate format detection 2018-10-02 21:28:49 +02:00
export_format_base.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
export_format_manager.cc Implement FFMPEG/MP3 export-format spec and profile 2018-11-20 00:21:01 +01:00
export_format_specification.cc Fix ExportFormatSpecification copy-c'tor 2018-12-13 17:07:08 +01:00
export_formats.cc Add ultra-insane CBR 320kbit mp3 quality 2019-03-21 21:58:08 +01:00
export_graph_builder.cc Fix mp3 export 2019-03-07 23:51:01 +01:00
export_handler.cc NO-OP name change: CD-frames (not samples) 2019-04-08 14:44:22 +02:00
export_preset.cc Use XMLNode::get/set_property API in ARDOUR::ExportPreset class 2017-04-19 09:36:51 +10:00
export_profile_manager.cc Allow to revert export-format from disk 2018-11-21 23:14:52 +01:00
export_status.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
export_timespan.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
file_source.cc Close files at rec-stop (re-open as needed) 2018-11-07 19:13:03 +01:00
filename_extensions.cc Consolidate session + template file extensions 2017-10-18 19:22:23 +02:00
filesystem_paths.cc Use PBD::string_to/to_string in ARDOUR::user_config_directory_name() 2017-04-19 09:37:00 +10:00
filter.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
find_session.cc Consolidate session + template file extensions 2017-10-18 19:22:23 +02:00
fixed_delay.cc Fix FixedDelayline, default configuration increased set max-delay 2017-09-26 17:52:35 +02:00
fluid_synth.cc Remove unused fluidsynth setting (since fluidsynth 2.0) 2019-03-06 23:50:07 +01:00
gain_control.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
gettext.h Fix --no-nls (2/5), prefer #if in libs 2018-09-21 19:03:33 +02:00
globals.cc remove debug output 2019-02-04 11:21:07 -07:00
graph.cc Remove global declick API 2018-07-09 17:30:38 +02:00
graphnode.cc NO-OP: whitespace 2017-04-22 23:06:22 +02:00
iec1ppmdsp.cc NO-OP: whitespace (remove vi modelines) 2019-02-28 20:56:23 +01:00
iec2ppmdsp.cc NO-OP: whitespace (remove vi modelines) 2019-02-28 20:56:23 +01:00
import.cc Fix progress report when resampling to fixed-point on import 2018-12-07 04:41:22 +01:00
import_pt.cc fix several inter-related problems with libptformat 2018-10-14 20:35:29 -04:00
instrument_info.cc Only emit InstrumentInfo::Changed() on actual change 2017-09-09 18:21:06 +02:00
internal_return.cc Clean up State API: 2017-10-04 00:54:55 +02:00
internal_send.cc Add personal monitor sends 2018-10-19 08:51:29 -07:00
interpolation.cc Interpolation phase[] is initially empty 2017-10-31 22:01:04 +01:00
io.cc Fix route-templates with external sends 2019-03-28 03:01:53 +01:00
io_processor.cc call IO::prepare_for_reset() on BOTH IO nodes of a PortInsert's XML state, not just one of them. 2018-06-28 19:03:59 -04:00
kmeterdsp.cc NO-OP: whitespace (remove vi modelines) 2019-02-28 20:56:23 +01:00
ladspa_plugin.cc Downgrade LADSPA scan errors to warnings 2019-04-02 01:51:36 +02:00
latent.cc Clean up Latency API (Processor vs Plugin) 2019-02-17 01:51:49 +01:00
legatize.cc fix header order and space alignment 2017-09-24 12:57:27 -04:00
linux_vst_support.cc Don't use VST ->user points, prefer host-reserved ptr 2017-07-08 18:13:42 +02:00
load-save-session-collection.sh
load-save-session.sh
location.cc Introduce a dedicated "Clock Origin" Marker 2017-11-23 00:11:55 +01:00
location_importer.cc Fix some compiler warnings (exception catches) 2018-10-26 14:25:55 +02:00
ltc_file_reader.cc LTC-file reader: offset frame position (not timecode) 2018-09-11 16:02:42 +02:00
ltc_slave.cc Make it compile again 2019-03-04 21:42:21 +01:00
lua_api.cc Fix some Wimplicit-fallthrough 2018-10-26 14:53:44 +02:00
luabindings.cc Add some more playlist Lua bindings 2019-03-19 22:05:06 +01:00
luaproc.cc Remove generic parameter-printer 2019-03-11 02:10:50 +01:00
luascripting.cc Glib throws a const FileError exception 2018-10-26 13:40:03 +02:00
lv2_evbuf.c globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
lv2_evbuf.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
lv2_plugin.cc Cleanup: Simplify conditionals 2019-04-10 10:24:33 +02:00
lxvst_plugin.cc Consolidate VST Plugin Info 2018-11-07 23:37:10 +01:00
mac_vst_plugin.cc Consolidate VST Plugin Info 2018-11-07 23:37:10 +01:00
mac_vst_support.cc Don't use VST ->user points, prefer host-reserved ptr 2017-07-08 18:13:42 +02:00
meter.cc Properly initialize midi-meters 2018-10-03 20:22:30 +02:00
midi_automation_list_binder.cc Use XMLNode::get/set_parameter API in ARDOUR::MidiAutomationListBinder class 2017-04-19 09:36:52 +10:00
midi_buffer.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_channel_filter.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_clock_slave.cc use ::reset() not ::update() 2019-02-04 11:24:23 -07:00
midi_model.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_patch_manager.cc
midi_playlist.cc SoloSelection: libardour part. 2018-02-11 09:39:36 -06:00
midi_playlist_source.cc NO-OP: whitespace 2019-04-08 03:45:12 +02:00
midi_port.cc NO-OP: whitespace 2019-04-08 05:16:33 +02:00
midi_region.cc SoloSelection: libardour part. 2018-02-11 09:39:36 -06:00
midi_ring_buffer.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_scene_change.cc Use XMLNode::get/set_property in ARDOUR::MIDISceneChange class 2017-04-19 09:36:52 +10:00
midi_scene_changer.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_source.cc NO-OP: whitespace 2019-04-08 03:45:12 +02:00
midi_state_tracker.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_stretch.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_track.cc NO-OP: whitespace 2019-04-08 03:45:12 +02:00
midi_ui.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
mididm.cc Undo more incorrect sample/frame replacements 2019-04-08 04:10:04 +02:00
midiport_manager.cc new transport slave/master implementation, libs/ edition 2018-09-18 19:06:04 -04:00
mix.cc
mode.cc
monitor_control.cc cue monitoring for audio (libardour aspects) 2017-09-18 11:40:53 -04:00
monitor_processor.cc NO-OP: whitespace 2019-03-23 17:20:28 +01:00
mtc_slave.cc use ::reset() not ::update() 2019-02-04 11:24:23 -07:00
mtdm.cc
mute_control.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
mute_master.cc NO-OP: whitespace 2017-06-09 23:25:42 +02:00
muteable.cc
note_fixer.cc NO-OP: whitespace 2019-04-08 05:16:33 +02:00
onset_detector.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
operations.cc
pan_controllable.cc Re-add Controllable registry 2019-03-23 04:23:43 +01:00
pannable.cc Clean up State API: 2017-10-04 00:54:55 +02:00
panner.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
panner_manager.cc
panner_shell.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
parameter_descriptor.cc Fix log-scale rangesteps and log-control numeric spinboxes 2018-07-21 17:19:49 +02:00
phase_control.cc Use XMLNode::get/set_property API in ARDOUR::PhaseControl class 2017-04-19 09:36:52 +10:00
playlist.cc Remove global Session::playlists variable, use getter method (1/2) 2019-03-19 05:14:00 +01:00
playlist_factory.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
playlist_source.cc NO-OP: whitespace 2019-04-08 03:45:12 +02:00
plugin.cc Fix analysis plugin when using plugin-presets 2019-02-28 04:49:27 +01:00
plugin_insert.cc Update cAutomationControl values when copying state 2019-03-22 14:12:30 +01:00
plugin_manager.cc Backport a Mixbus special-case for plugin-tags 2019-04-03 03:35:40 +02:00
polarity_processor.cc Verify Freeze/Export/Bounce polarity invert buffers 2019-04-07 19:51:49 +02:00
port.cc NO-OP: whitespace, comments 2019-04-08 18:32:03 +02:00
port_insert.cc NO-OP: whitespace 2019-02-16 01:10:50 +01:00
port_manager.cc remove debug output 2019-03-17 22:22:09 -07:00
port_set.cc
presentation_info.cc Make foldback bus match foldback sends namewise 2018-11-12 22:30:32 -08:00
process_thread.cc Add a scratch buffer for automation. 2017-06-03 13:54:55 +02:00
processor.cc Prepare to allow to disable latency-compensation 2019-02-16 01:10:50 +01:00
progress.cc
quantize.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
raw_midi_parser.cc Add a Raw MIDI parser (based on ALSA raw MIDI) 2017-12-05 16:09:42 +01:00
rb_effect.cc TimeFx-Filter: do not create a region when operation is canceled 2019-02-26 03:07:49 +01:00
rc_configuration.cc fix crash during first-run configuration of the application, caused by using an incomplete TransportMasterManager 2018-11-02 21:52:00 -04:00
readonly_control.cc Include ParameterDescriptor in read-only control output 2017-05-25 13:49:18 +02:00
recent_sessions.cc
record_enable_control.cc
record_safe_control.cc
region.cc Add a time+layer equivalence check 2019-03-12 15:17:12 +01:00
region_factory.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
resampled_source.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
return.cc Clean up State API: 2017-10-04 00:54:55 +02:00
reverse.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
route.cc Fix bounce-process: skip all processors before disk-reader 2019-04-07 19:52:12 +02:00
route_graph.cc
route_group.cc Fix code style 2018-06-30 14:14:31 -07:00
route_group_member.cc
rt_tasklist.cc Use new RT-priority API 2018-10-11 15:29:43 +02:00
run-profiling.sh
run-tests.sh
scene_change.cc
search_paths.cc Prepare plugin-meta-data config-dir and files 2018-01-30 01:33:45 +01:00
selection.cc Fix --no-nls (4/5), i18n include order in libs/* 2018-09-21 19:05:39 +02:00
send.cc Prepare to allow to disable latency-compensation 2019-02-16 01:10:50 +01:00
session.cc Enable midi-to-audio bounce when processing w/synth 2019-04-07 19:54:29 +02:00
session_butler.cc remove PostTransportWorkCurveReallocate (no longer used) 2019-02-22 14:54:34 -07:00
session_click.cc Update the Metronome, align to output 2017-09-29 05:03:48 +02:00
session_command.cc Remove global Session::playlists variable, use getter method (1/2) 2019-03-19 05:14:00 +01:00
session_configuration.cc Remove LocaleGuards from SessionConfiguration class 2017-06-22 10:48:38 +10:00
session_directory.cc Glib throws a const FileError exception 2018-10-26 13:40:03 +02:00
session_events.cc Remove unused AutoLoopDeclick, PendingLoopDeclick 2018-07-09 17:30:38 +02:00
session_export.cc Consolidate ambiguous engine API calls 2018-11-28 15:24:47 +01:00
session_handle.cc
session_ltc.cc new approach to handling Transport Masters when engine is restarted 2019-01-25 09:23:08 -07:00
session_metadata.cc NO-OP: add comment for cross-reference 2019-03-26 22:25:20 +01:00
session_midi.cc Undo more incorrect sample/frame replacements 2019-04-08 04:10:04 +02:00
session_object.cc
session_playlists.cc Fix incorrectly saved un-used playlists 2019-03-19 22:05:06 +01:00
session_process.cc NO-OP: Use API to set/test state-of-the-state 2019-03-18 15:36:58 +01:00
session_rtevents.cc
session_state.cc Backport backup folder creation 2019-04-12 18:32:34 +02:00
session_state_utils.cc
session_time.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
session_transport.cc NO-OP: Use API to set/test state-of-the-state 2019-03-18 15:36:58 +01:00
session_vst.cc Remove cruft, unused variable 2019-03-11 01:49:43 +01:00
sha1.c
sidechain.cc Clean up State API: 2017-10-04 00:54:55 +02:00
slavable.cc Prevent recursive VCA assignments 2017-10-20 02:54:28 +02:00
slavable_automation_control.cc Fix --no-nls (4/5), i18n include order in libs/* 2018-09-21 19:05:39 +02:00
smf_source.cc remove debug output 2018-07-05 13:49:27 -04:00
sndfile_helpers.cc
sndfileimportable.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
sndfilesource.cc Add support for recording to .flac 2018-11-07 19:21:39 +01:00
solo_control.cc VCA/SlavableAutomationCtrl re-design: 2017-06-12 02:26:23 +02:00
solo_isolate_control.cc VCA/SlavableAutomationCtrl re-design: 2017-06-12 02:26:23 +02:00
solo_safe_control.cc Use XMLNode::get/set_property API in ARDOUR::SoloSafeControl class 2017-04-19 09:36:51 +10:00
soundcloud_upload.cc Call curl_global_init() exactly only once (2/2) 2017-08-31 20:08:54 +02:00
source.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
source_factory.cc catch various libsmf errors rethrown as exceptions 2018-07-05 13:45:17 -04:00
speakers.cc Remove LocaleGuards from ARDOUR::Speakers class 2017-06-22 10:48:38 +10:00
srcfilesource.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
sse_avx_functions_64bit_win.s
sse_functions.s
sse_functions_64bit.s
sse_functions_64bit_win.s
sse_functions_avx.cc
sse_functions_avx_linux.cc
sse_functions_xmm.cc
st_pitch.cc
st_stretch.cc TimeFx-Filter: do not create a region when operation is canceled 2019-02-26 03:07:49 +01:00
strip_silence.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
stripable.cc Delete CoreSelection at session close 2017-07-28 20:11:55 +02:00
system_exec.cc
tape_file_matcher.cc
template_utils.cc Add missing newline on error message 2019-03-06 17:09:29 +01:00
tempo.cc Fix loading sessions w/new tempo-map. 2017-10-28 15:45:08 +02:00
tempo_map_importer.cc
thread_buffers.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
ticker.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
track.cc do not create a (throwaway) playlist during track creation 2019-03-19 15:43:06 -07:00
transform.cc fix header order and space alignment 2017-09-24 12:57:27 -04:00
transient_detector.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
transport_master.cc remove double assignments and one debug trace output; tweak second debug trace output 2019-03-03 13:19:01 -07:00
transport_master_manager.cc add new DEBUG_TRACE output for transport masters 2019-02-04 11:20:19 -07:00
transpose.cc fix header order and space alignment 2017-09-24 12:57:27 -04:00
unknown_processor.cc Clean up State API: 2017-10-04 00:54:55 +02:00
uri_map.cc NO-OP: whitespace, comments 2019-04-08 18:32:03 +02:00
user_bundle.cc Fix loading bundles #7426 2017-07-16 21:44:00 +02:00
utils.cc Add support for recording to .flac 2018-11-07 19:21:39 +01:00
vca.cc Prevent recursive VCA assignments 2017-10-20 02:54:28 +02:00
vca_manager.cc Add a signal to indicate VCA creation 2019-03-01 18:56:56 +01:00
video_tools_paths.cc Fix Windows and Mac Builds 2018-11-19 12:54:07 +01:00
vst_info_file.cc Use enum for exec stderr parameter (1/2) 2019-03-05 22:49:15 +01:00
vst_plugin.cc Use VST's print_parameter() when applicable. 2019-03-11 02:56:08 +01:00
vst_state.cc
vumeterdsp.cc
windows_vst_plugin.cc Consolidate VST Plugin Info 2018-11-07 23:37:10 +01:00
worker.cc LV2: Immediately respond after processing scheduled work in sync exec mode 2019-01-22 21:54:22 +01:00
wscript Remove support for building against LV2 older than 1.2.0 2019-04-10 10:24:33 +02:00