ardour/libs/ardour
Robin Gareus bf4decbfe7
Add LV2 header include compatibility (1/2)
For whatever reason LV2 changes #include header locations
in a micro version release and disables backwards compatibly
by default.
2023-05-06 16:20:01 +02:00
..
MSVClibardour libardour: remove beats<->samples converter objects; provide a virtual get_origin() method instead to use with timepos_t/timecnt_t 2021-08-13 12:51:34 -06:00
ardour Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
msvc
po Fix the incorrectly generated Korean translation 2023-03-28 02:42:33 +02:00
test switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ChangeLog
amp.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
analyser.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
analysis_graph.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
arm_neon_functions.cc Fix aarch64 builds 2020-08-21 08:16:11 +02:00
async_midi_port.cc Revert "Debug async MIDI port (M1 builds)" 2022-04-25 15:40:11 +02:00
audio_backend.cc
audio_buffer.cc Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +02:00
audio_library.cc
audio_playlist.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_playlist_importer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_playlist_source.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_port.cc Flush audio-buffers for internal connections 2023-03-07 20:49:54 +01:00
audio_region_importer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_track.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_track_importer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_unit.cc std::atomic - 2nd batch of changes to convert from glib to std::atomic 2023-03-24 14:19:15 -06:00
audioanalyser.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
audioengine.cc Fix race condition when closing a session 2023-04-24 17:43:08 +02:00
audiofile_tagger.cc Fix taglib error message 2021-04-12 23:15:30 +02:00
audiofilesource.cc Allow to import opus files 2022-12-07 13:36:57 +01:00
audioregion.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audiorom.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audiosource.cc Improve peak-file debug output, print affected source-name 2022-12-27 13:35:53 +01:00
auditioner.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
automatable.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
automation.cc
automation_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_list.cc std::atomic - 2nd batch of changes to convert from glib to std::atomic 2023-03-24 14:19:15 -06:00
automation_watch.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
auv2_scan.cc Use separate plugin-cache for Apple/M1 2022-06-07 23:49:42 +02:00
beatbox.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
broadcast_info.cc
buffer.cc
buffer_manager.cc NO-OP: whitespace 2021-06-12 02:34:22 +02:00
buffer_set.cc Remove support for deprecated LV2 event extension 2020-12-01 11:40:35 +01:00
bundle.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
butler.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
caimportable.cc
capturing_processor.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
chan_count.cc
chan_mapping.cc
circular_buffer.cc std::atomic - 2nd batch of changes to convert from glib to std::atomic 2023-03-24 14:19:15 -06:00
clip_library.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
control_group.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
control_protocol_manager.cc Fix Windows builds (pthread_t) 2023-05-04 21:13:17 +02:00
convolver.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
coreaudiosource.cc sndfile: Fix skipping of first character of file names in error logging. 2022-01-22 21:48:40 +01:00
cycle_timer.cc
data_type.cc
debug.cc Allow to profile session-state save (again) 2023-02-03 07:32:50 +01:00
default_click.cc
delayline.cc Fix MIDI delay-line (amend 25098ed) 2022-05-15 19:20:32 +02:00
delivery.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
directory_names.cc move midi maps folders and file extension out of control surfaces library 2022-11-18 14:04:59 -07:00
disk_io.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
disk_reader.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
disk_writer.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
dsp_filter.cc NO-OP: clang format 2022-11-03 00:28:24 +01:00
ebur128_analysis.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
element_import_handler.cc
element_importer.cc
engine_slave.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
enums.cc Update preference to set macOS render performance 2023-02-04 22:34:12 +01:00
event_type_map.cc Add dedicated InsertReturnLevel type 2022-10-14 02:21:49 +02:00
export_channel.cc Check that export-channel is not empty 2023-04-04 01:35:27 +02:00
export_channel_configuration.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_failed.cc
export_filename.cc Export: check all channel-configurations before export 2023-02-04 00:21:09 +01:00
export_format_base.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_format_manager.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_format_specification.cc Disambiguate export formats with different encoder settings 2023-03-25 06:43:46 +01:00
export_formats.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_graph_builder.cc Document export-graph signal flow 2023-03-25 18:24:06 +01:00
export_handler.cc When exporting with .cue file, use latin1 for filename as well 2022-10-04 16:52:04 +02:00
export_preset.cc
export_profile_manager.cc Fix silent stem export channels (#9294) 2023-04-03 15:53:50 +02:00
export_smf_writer.cc Add preference to set PPQN of exported MIDI files 2023-04-12 13:12:41 +02:00
export_status.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
export_timespan.cc
ffmpegfileimportable.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
ffmpegfilesource.cc Fix file-extension check 2021-12-16 19:08:03 +01:00
file_source.cc MidiSource: change thread mutual exclusion object from Mutex to a RWLock 2022-04-05 20:52:09 -06:00
filename_extensions.cc move midi maps folders and file extension out of control surfaces library 2022-11-18 14:04:59 -07:00
filesystem_paths.cc Consolidate search/file-system paths (fixes vst builds) 2022-11-19 00:48:11 +01:00
filter.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
find_session.cc Update session-archive error-code to work as documented 2021-03-11 19:40:41 +01:00
fixed_delay.cc Fix MIDI delay-line (amend 25098ed) 2022-05-15 19:20:32 +02:00
fluid_synth.cc Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +02:00
gain_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
globals.cc libpbd: changes to pre-registration of signal emitting threads 2023-04-21 13:43:46 -06:00
graph.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
graph_edges.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
graphnode.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
iec1ppmdsp.cc
iec2ppmdsp.cc
import.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
import_pt.cc import_pt: Look up tracks by name instead of by number 2023-04-22 10:09:55 +10:00
instrument_info.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
internal_return.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
internal_send.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
interpolation.cc
io.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
io_plug.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
io_processor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
kmeterdsp.cc
ladspa_plugin.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
latent.cc
legatize.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
library.cc Set and create clip-library folder if needed 2022-10-12 16:11:50 +02:00
linux_vst_support.cc Revert "Prefer symbols from plugins" 2023-02-09 23:39:34 +01:00
load-save-session-collection.sh
load-save-session.sh
location.cc Implement marker copy/paste section 2023-05-04 06:25:59 +02:00
location_importer.cc
ltc_file_reader.cc Fix erractic timecode detection when extracting LTC from video 2022-09-03 21:39:26 +02:00
ltc_slave.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
lua_api.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
luabindings.cc Add Lua Bindings for const shared_ptr lists (295dbd8e1e) 2023-04-12 20:47:35 +02:00
luaproc.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
luascripting.cc
lv2_evbuf.c Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
lv2_evbuf.h Remove support for deprecated LV2 event extension 2020-12-01 11:40:35 +01:00
lv2_plugin.cc Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
lxvst_plugin.cc Fix state version for copy-construction (1/2) 2022-11-04 17:51:09 +01:00
mac_vst_plugin.cc Fix state version for copy-construction (1/2) 2022-11-04 17:51:09 +01:00
mac_vst_support.cc Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +02:00
meter.cc Fix peak-meter atomics (amend 4ba4cd69ff) 2023-03-26 20:37:25 +02:00
midi_automation_list_binder.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_buffer.cc Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
midi_channel_filter.cc std::atomic - 2nd batch of changes to convert from glib to std::atomic 2023-03-24 14:19:15 -06:00
midi_clock_slave.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_model.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_patch_manager.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_playlist.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_port.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_region.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_ring_buffer.cc use new macros to cleanup #ifndef NDEBUG as much as possible (libs edition) 2022-06-22 13:31:08 -06:00
midi_scene_change.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midi_scene_changer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_source.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_state_tracker.cc Implement MIDI region automation (CC, PGM, PB) opaqueness 2022-09-10 18:19:58 +02:00
midi_stretch.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_track.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_ui.cc surfaces & event loops: i really mean no more request buffer factories 2023-04-21 13:55:58 -06:00
mididm.cc
midiport_manager.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
minibpm.cc Fix another possible memory leak in BPM detection code 2022-05-09 17:34:59 +02:00
mix.cc Fix veclib_find_peaks interface 2023-03-30 01:04:40 +02:00
mixer_scene.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mode.cc
monitor_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
monitor_port.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
monitor_processor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
monitor_return.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
mp3fileimportable.cc
mp3filesource.cc Remove "using namespace" from header 2023-01-12 19:01:48 +01:00
mtc_slave.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mtdm.cc NO-OP: whitespace & const'ness 2020-05-16 21:07:53 +02:00
mute_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mute_master.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
muteable.cc
onset_detector.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
operations.cc
pan_controllable.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
pannable.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
panner.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panner_manager.cc
panner_shell.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
parameter_descriptor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
phase_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
playlist.cc Add a dedicated PlaylistSet type 2023-04-06 02:12:32 +02:00
playlist_factory.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
playlist_source.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plug_insert_base.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin.cc Sort plugin presets by default 2022-12-19 16:41:41 +01:00
plugin_insert.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
plugin_manager.cc Clarify plugin scan log message 2023-04-05 00:16:37 +02:00
plugin_scan_result.cc Consolidate scan-log (partial lines, newlines) 2021-07-12 23:49:47 +02:00
polarity_processor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port.cc Fix race condition when closing a session 2023-04-24 17:43:08 +02:00
port_engine_shared.cc Add API to query hardware port name 2023-05-02 23:39:27 +02:00
port_insert.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_manager.cc Add API to query hardware port name 2023-05-02 23:39:27 +02:00
port_set.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
presentation_info.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
process_thread.cc
processor.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
progress.cc
quantize.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
raw_midi_parser.cc
rb_effect.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
rc_configuration.cc fixup preferences metadata handling (libs edition) 2023-01-27 15:13:27 -07:00
readable.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
readonly_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
recent_sessions.cc
record_enable_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
record_safe_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region.cc more functional tempo mapping 2023-03-24 14:19:16 -06:00
region_factory.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
resampled_source.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
return.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
reverse.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route.cc Fix worst-case and I/O latency report 2023-04-27 01:43:20 +02:00
route_group.cc Amend 2f3841a8, fix Mixbus build 2023-04-21 03:01:26 +02:00
route_group_member.cc
rt_midibuffer.cc Fix typo for ARM MIDI ringbuffer alignment 2022-06-07 23:49:42 +02:00
rt_task.cc Re-implement RTTaskList using Graph Threads 2022-06-04 17:22:50 +02:00
rt_tasklist.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
run-profiling.sh
run-tests.sh
scene_change.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
search_paths.cc Consolidate search/file-system paths (fixes vst builds) 2022-11-19 00:48:11 +01:00
segment_descriptor.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
selection.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
send.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session.cc CPM: Implement automatic ctrl-surface activision 2023-05-04 00:20:15 +02:00
session_bundles.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
session_butler.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
session_click.cc allow the click points for the click to contain points before the start (gracefully) 2021-08-13 12:51:35 -06:00
session_command.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_configuration.cc fixup preferences metadata handling (libs edition) 2023-01-27 15:13:27 -07:00
session_directory.cc
session_events.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_export.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
session_handle.cc
session_ltc.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_metadata.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
session_midi.cc MIDI input input follows selection groups 2023-04-21 22:50:49 +02:00
session_object.cc
session_playlists.cc NO-OP: use Tab to indent 2023-04-21 01:00:41 +02:00
session_process.cc Revert "add ProcessedRanges element to Session and update its contents appropriately" 2023-04-18 13:48:59 -06:00
session_rtevents.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
session_state.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
session_state_utils.cc
session_time.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
session_transport.cc Revert "add ProcessedRanges element to Session and update its contents appropriately" 2023-04-18 13:48:59 -06:00
session_vst.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
sha1.c
sidechain.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
simple_export.cc Fix simple export when there is no session range 2023-01-17 00:23:08 +01:00
slavable.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
slavable_automation_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
smf_source.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
sndfile_helpers.cc 'strings.h' isn't available in MSVC 2022-11-05 13:30:56 +00:00
sndfileimportable.cc Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
sndfilesource.cc Retain ctime/mtime when encoding file for archiving 2022-11-27 14:11:05 +01:00
solo_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
solo_isolate_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
solo_mute_release.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
solo_safe_control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
soundcloud_upload.cc Fix soundcloud curl callback 2022-11-22 17:52:40 +01:00
source.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
source_factory.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
speakers.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
srcfilesource.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
sse_avx_functions_64bit_win.s Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +02:00
sse_functions.s Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +02:00
sse_functions_64bit.s
sse_functions_64bit_win.s
sse_functions_avx.cc
sse_functions_avx_linux.cc Fix pointer math for prefetch 2022-01-03 02:01:12 +01:00
sse_functions_xmm.cc Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +02:00
st_pitch.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
st_stretch.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
step_sequencer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
strip_silence.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stripable.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
system_exec.cc Allow to unset LD_LIBRARY_PATH on exec 2022-04-01 18:19:55 +02:00
template_utils.cc
tempo_map_importer.cc temporal: TempoMap::use() returns a const ptr to enforce semantics (library version) 2022-04-08 11:58:04 -06:00
thawlist.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
thread_buffers.cc Fix crash on MIDI bounce w/processing 2021-06-12 02:34:22 +02:00
ticker.cc fix a minor conflict after reverting a couple of commits 2023-04-18 13:48:59 -06:00
track.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
transform.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
transient_detector.cc miscellaneous fixes for warnings from -Wconversion 2022-07-04 22:01:48 -06:00
transport_fsm.cc use new macros to cleanup #ifndef NDEBUG as much as possible (libs edition) 2022-06-22 13:31:08 -06:00
transport_master.cc transport master: do not unregister port when session goes away 2023-04-22 14:38:44 -06:00
transport_master_manager.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
transpose.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
triggerbox.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
unknown_processor.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
uri_map.cc Fix loading LV2 presets with non-float port values 2022-12-13 22:03:48 -05:00
user_bundle.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
utils.cc ripple: create RippleMode and associated enums 2022-03-14 19:26:41 -05:00
vca.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vca_manager.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
video_tools_paths.cc Fix setting custom path to the video monitor on macOS 2021-10-06 05:06:39 +02:00
vst2_scan.cc vst2: drop unused vst2_suffix static function 2022-01-22 20:26:50 +01:00
vst3_host.cc Resolve boost/std unique_ptr issue 2023-04-08 13:31:50 +02:00
vst3_module.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_plugin.cc VST3: fix manually setting parameter (amend 52a73fdb3) 2023-04-26 00:19:36 +02:00
vst3_scan.cc VST3 scan, do not clutter up Log 2023-04-04 15:44:21 +02:00
vst_plugin.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst_state.cc
vumeterdsp.cc
windows_vst_plugin.cc Fix state version for copy-construction (1/2) 2022-11-04 17:51:09 +01:00
worker.cc Replace Glib::Threads with PBD::Thread (1/2) 2022-03-01 01:33:49 +01:00
wscript Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
x86_functions_avx512f.cc Fix clang build error 2023-02-21 02:02:08 +01:00
x86_functions_fma.cc Fix Intel/AMD FMA mix_buffers_with_gain() 2021-02-13 01:05:01 +01:00
zeroconf.cc Avoid .sh file extension 2022-12-03 15:03:44 +01:00