ardour/libs/ardour
Robin Gareus 100ee72cec
Fix copying RegionFx Automation
2024-05-03 14:44:49 +02:00
..
MSVClibardour
ardour Flush Audioregion local [fx] cache when changing region gain 2024-05-02 23:04:50 +02:00
msvc
po update german translation 2024-04-14 00:42:09 +02:00
test temporal: always use Temporal::reset() for superclock and TempoMap default values 2023-09-20 12:30:53 -06:00
ChangeLog
amp.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -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 Update codebase to use PBD::Progress (1/2) 2023-05-19 00:37:49 +02:00
arm_neon_functions.cc
async_midi_port.cc midiUI thread needs tempo-map (#9358) 2023-06-03 19:10:36 +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 Catch XDG_CONFIG_HOME is not an absolute path 2023-10-22 00:14:24 +02:00
audio_playlist.cc prevent crash in AudioPlaylist::write() due to lossy time domain convert 2023-12-11 16:52:25 -07:00
audio_playlist_importer.cc Fix playlist use-count 2/2 2023-06-10 03:33:51 +02: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 remove glue-new-regions-to-beats option, add new tracks follow session time option 2023-08-02 15:23:42 -06:00
audio_track.cc Consolidate common bounce code of Audio and MIDI Track 2023-10-16 21:12:33 +02: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 Plugins: Ignore offset for scratch/silent buffers 2024-04-23 21:51:19 +02:00
audioanalyser.cc
audioengine.cc Retain TransportMaster Ports across sessions 2023-12-03 20:38:31 +01:00
audiofile_tagger.cc Add missing include for iostream, needed for taglib >= 2 2024-02-20 16:38:37 +01:00
audiofilesource.cc Allow to import opus files 2022-12-07 13:36:57 +01:00
audioregion.cc Flush Audioregion local [fx] cache when changing region gain 2024-05-02 23:04:50 +02:00
audiorom.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audiosource.cc Too many drop-references handlers (#9363) 2023-06-09 16:17:37 +02:00
auditioner.cc Auditioner: fix stuck notes when auditioning different files 2023-10-31 02:17:05 +01:00
automatable.cc Automatable find_next/prev_ac_event requires no context 2024-04-23 21:50:58 +02:00
automation.cc
automation_control.cc class name change to clearly disambiguate Evoral::ControlList (a list of time/value pairs) from lists of Controls in libardour 2023-08-02 15:22:45 -06:00
automation_list.cc Vapor: set surround-send level range to +/-20 dB 2024-03-21 14:23:43 +01: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
buffer_set.cc LV2: apply offset to MIDI events 2023-06-30 17:12:16 +02:00
bundle.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
butler.cc Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02:00
caimportable.cc
capturing_processor.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -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 ControlGroup cannot just create Controls that don't exist 2023-12-06 04:49:16 +01: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 Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02:00
default_click.cc
delayline.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
delivery.cc NO-OP: cleanup after 44a2ef909 2023-10-21 15:40:12 +02: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 objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
disk_reader.cc Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02:00
disk_writer.cc Remove redundant RegionGroupRetainer 2023-09-22 18:29:11 +02:00
dsp_filter.cc NO-OP: clang format 2022-11-03 00:28:24 +01:00
ebur128_analysis.cc
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 some libardour support for MIDI scene support 2024-04-25 13:07:00 -06:00
event_type_map.cc Vapor: set surround-send level range to +/-20 dB 2024-03-21 14:23:43 +01:00
export_channel.cc Check that export-channel is not empty 2023-04-04 01:35:27 +02:00
export_channel_configuration.cc Safeguard against using RegionExport for default export 2023-06-22 23:34:15 +02: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 Vapor: Prototype LV2 export extension 2024-01-06 20:22:39 +01:00
export_handler.cc Vapor: handle export abort 2024-03-06 18:35:08 +01:00
export_preset.cc Fix XML read error when creating new export profiles 2023-09-25 22:36:24 +02:00
export_profile_manager.cc Fix XML read error when creating new export profiles 2023-09-25 22:36:24 +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
export_timespan.cc
ffmpegfileimportable.cc Fix "Branch condition evaluates to a garbage value" 2023-09-19 18:25:31 +02:00
ffmpegfilesource.cc
file_source.cc Remove unused overloaded method 2023-06-10 03:33:51 +02:00
filename_extensions.cc Define AAF file extension 2024-02-15 01:44:34 +01:00
filesystem_paths.cc Allow to query cache-dir by major version 2023-09-27 02:22:22 +02: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
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 Vapor: set surround-send level range to +/-20 dB 2024-03-21 14:23:43 +01:00
globals.cc Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02: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 Flush GraphNode RCU when removing Routes 2024-04-25 19:18:06 +02:00
iec1ppmdsp.cc
iec2ppmdsp.cc
import.cc Fix MIDI deinterlace #9422 2023-08-22 19:00:58 +02: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 auto-fication of a loop in InternalReturn 2024-04-25 13:07:00 -06:00
internal_send.cc Fix Aux-send gain automation latency compensation 2024-03-03 01:08:07 +01:00
interpolation.cc
io.cc Accumulate IO port-change signals return values 2024-03-13 03:54:52 +01:00
io_plug.cc IOPlug: various small fixes (port-names, VST compat, etc) 2024-04-23 21:49:28 +02:00
io_processor.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
io_tasklist.cc Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02:00
kmeterdsp.cc
ladspa_plugin.cc Plugins: Ignore offset for scratch/silent buffers 2024-04-23 21:51:19 +02:00
latent.cc
legatize.cc Fix Legatize::operator() by not removing 1 tick 2024-01-19 23:57:53 +01: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 some libardour support for MIDI scene support 2024-04-25 13:07:00 -06:00
location_importer.cc Add explicit API to copy Locations 2023-12-08 21:47:03 +01:00
ltc_file_reader.cc Fix erractic timecode detection when extracting LTC from video 2022-09-03 21:39:26 +02:00
ltc_slave.cc Revert s/frame/sample/ for LTC frame 2023-12-02 22:45:33 +01:00
lua_api.cc Remove unused gain-buffer for master-read (NOOP) 2024-04-23 21:52:02 +02:00
luabindings.cc Fix Windows builds 2/2 (amend b2d4280e0) 2024-04-24 06:08:26 +02:00
luaproc.cc Plugins: Ignore offset for scratch/silent buffers 2024-04-23 21:51:19 +02:00
luascripting.cc Update Lua instances (2/4) 2023-10-04 02:48:26 +02:00
lufs_meter.cc Srnd: expose the momentary loudness value in addtion to integrated loudness 2024-01-21 10:58:38 -06:00
lv2_evbuf.c Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
lv2_evbuf.h
lv2_plugin.cc Expose HW concurrency to LV2 plugins 2024-05-01 03:51:42 +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 objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06: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 MidiBuffer: allow for partial processing with offset 2023-06-30 17:12:16 +02: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 temporal: hide superclock_t variant of TempoMap::metric_at() 2023-06-12 12:36:16 -06:00
midi_model.cc no, really, no Pitches handling (extends previous commit) 2023-08-15 11:29:52 -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 Fix MIDI combine (#9466) 2023-10-04 15:10:06 +02:00
midi_port.cc NO-OP: return early, remove scope 2023-10-17 05:40:31 +02:00
midi_region.cc Double check our assumptions when merging MIDI 2023-10-04 15:12:31 +02: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 when capturing a midi pgm change, display the pgm num (for LT) 2024-05-02 12:43:12 -05: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 basic work to permit "MIDI catchup" for MIDI state at any point on the timeline 2023-11-20 21:32:49 -07: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 Consolidate common bounce code of Audio and MIDI Track 2023-10-16 21:12:33 +02: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 objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -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 Fix MonotorProc's channel_solo_control 2024-04-09 22:02:31 +02:00
monitor_return.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -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
mute_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
mute_master.cc Fix SNAFU in 20d813cd17 (surround mute point) 2024-03-13 23:00:59 +01:00
muteable.cc
onset_detector.cc
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 Add API to define related controls 2024-01-19 02:20:48 +01: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 NO-OP: add space before bracket 2024-04-25 13:07:00 -06:00
parameter_descriptor.cc Vapor: set surround-send level range to +/-20 dB 2024-03-21 14:23:43 +01:00
phase_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
playlist.cc Per [Audio] Region Fx 2024-04-23 21:56:15 +02:00
playlist_factory.cc Fix playlist use-count 2/2 2023-06-10 03:33:51 +02:00
playlist_source.cc Fix playlist use-count 2/2 2023-06-10 03:33:51 +02:00
plug_insert_base.cc Refactor and consolidate setting and copying plugin state 2024-04-21 16:32:47 +02:00
plugin.cc Disambiguate In/Out etc for translations (2/2) #9512 2023-10-28 14:46:04 +02:00
plugin_insert.cc Fix signal analysis when buffer-size changes 2024-04-23 21:49:48 +02:00
plugin_manager.cc Allow to compile w/o LV2 support (trax) 2024-04-28 17:50:51 +02:00
plugin_scan_result.cc
polarity_processor.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
port.cc Debug Port reconnect 2023-06-07 18:13:27 +02:00
port_engine_shared.cc Fix callback order of port-dis/connections 2023-12-02 23:34:58 +01:00
port_insert.cc NO-OP: move implementation out of header file 2023-10-22 00:17:08 +02:00
port_manager.cc Retain TransportMaster Ports across sessions 2023-12-03 20:38:31 +01: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 Vapor: Add surround types/enum 2024-01-06 20:21:25 +01:00
process_thread.cc
processor.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
quantize.cc remove debug output 2023-09-24 15:01:04 -06:00
raw_midi_parser.cc
rb_effect.cc Remove unused gain-buffer for master-read (NOOP) 2024-04-23 21:52:02 +02: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 Prevent duplicate entries in recent session 2023-11-01 23:17:47 +01:00
record_enable_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
record_safe_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
region.cc Per [Audio] Region Fx 2024-04-23 21:56:15 +02:00
region_factory.cc remove glue-new-regions-to-beats option, add new tracks follow session time option 2023-08-02 15:23:42 -06:00
region_fx_plugin.cc Fix copying RegionFx Automation 2024-05-03 14:44:49 +02: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 objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
reverse.cc Update codebase to use PBD::Progress (1/2) 2023-05-19 00:37:49 +02:00
route.cc Tweak binarual port names 2024-04-01 17:39:08 +02:00
route_group.cc Add Surround Send Enable Grouping 2024-01-30 23:58:40 +01:00
route_group_member.cc
rt_midibuffer.cc MIDI state tracking doesn't care about size 2023-11-20 21:40:12 -07: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 Consolidate internal bus checks (1/2) 2024-01-06 20:21:51 +01:00
send.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
session.cc Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +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 Fix duplicate Port flush_buffer calls (#9481) 2023-10-17 05:46:44 +02:00
session_command.cc pbd: fairly unconscionable that Command in libpbd is not namespaced, so now it is 2023-08-07 16:33:16 -06:00
session_configuration.cc session has a default time domain 2023-08-02 15:22:52 -06: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 Fix various MMC commands, set request-source 2023-06-04 01:15:02 +02:00
session_object.cc
session_playlists.cc next iteration of changes to handle time domain bounces as undoable 2023-08-14 23:42:08 -06:00
session_process.cc Ignore "stop at end" when exporting 2023-12-08 17:22:09 +01:00
session_rtevents.cc Properly update Solo state when setting multiple ctrls 2024-04-21 16:32:13 +02:00
session_state.cc Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02:00
session_state_utils.cc Remove unused API, prefer Session::possible_states 2023-06-07 17:39:29 +02:00
session_time.cc next iteration of changes to handle time domain bounces as undoable 2023-08-14 23:42:08 -06:00
session_transport.cc Delegate all DiskReader I/O to the IOTaskList (amend 170b9150) 2024-04-30 01:55:44 +02:00
session_vst.cc temporal: hide superclock_t variant of TempoMap::metric_at() 2023-06-12 12:36:16 -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 Vapor: Prototype LV2 export extension 2024-01-06 20:22:39 +01:00
slavable.cc class name change to clearly disambiguate Evoral::ControlList (a list of time/value pairs) from lists of Controls in libardour 2023-08-02 15:22:45 -06:00
slavable_automation_control.cc class name change to clearly disambiguate Evoral::ControlList (a list of time/value pairs) from lists of Controls in libardour 2023-08-02 15:22:45 -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 if we're asked to use RF64_WAV, actually enabled libsndfile's downgrade capability 2024-03-27 17:32:23 -06:00
solo_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
solo_isolate_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
solo_mute_release.cc libardour changes to support new selection/group logic 2023-07-31 13:36:14 -06:00
solo_safe_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
soundcloud_upload.cc Fix soundcloud curl callback 2022-11-22 17:52:40 +01:00
source.cc NO-OP: whitespace 2023-06-10 03:33:51 +02:00
source_factory.cc Fix playlist use-count 2/2 2023-06-10 03:33:51 +02: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
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 Remove unused gain-buffer for master-read (NOOP) 2024-04-23 21:52:02 +02: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 Update codebase to use PBD::Progress (1/2) 2023-05-19 00:37:49 +02:00
stripable.cc Consolidate internal bus checks (1/2) 2024-01-06 20:21:51 +01:00
surround_pannable.cc Vapor: prepare for additional meta-data 2024-02-25 16:26:15 +01:00
surround_return.cc Allow to compile w/o LV2 support (trax) 2024-04-28 17:50:51 +02:00
surround_send.cc Vapor: set surround-send level range to +/-20 dB 2024-03-21 14:23:43 +01: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
ticker.cc temporal: hide superclock_t variant of TempoMap::metric_at() 2023-06-12 12:36:16 -06:00
track.cc Region groups: do not group multiple takes on a single track 2024-01-06 20:20:30 +01:00
transform.cc pbd: fairly unconscionable that Command in libpbd is not namespaced, so now it is 2023-08-07 16:33:16 -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 Make Timecode master connection order independent 2023-12-02 23:42:27 +01:00
transport_master_manager.cc amend 7c7bf6c88b, do not notify UI during cleanup 2023-06-09 16:17:40 +02:00
transpose.cc pbd: fairly unconscionable that Command in libpbd is not namespaced, so now it is 2023-08-07 16:33:16 -06:00
triggerbox.cc add velocity sense for MIDI Learn-ed clip triggering 2023-09-08 15:27:11 -06:00
unknown_processor.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
uri_map.cc Vapor: prepare for additional meta-data 2024-02-25 16:26:15 +01: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 Parallelize Disk I/O and RegionFx processing 2024-04-30 03:46:39 +02:00
vca.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
vca_manager.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
velocity_control.cc objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
video_tools_paths.cc
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 VST3: add debug messages to trace ModuleExit 2023-10-25 00:37:03 +02:00
vst3_plugin.cc Add API to configure plugins for non-realtime offline processing 2024-04-23 21:51:50 +02:00
vst3_scan.cc VST3 scan, do not clutter up Log 2023-04-04 15:44:21 +02:00
vst_plugin.cc Plugins: Ignore offset for scratch/silent buffers 2024-04-23 21:51:19 +02: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 Prepare for parallel Disk I/O 2024-04-30 00:01:32 +02:00
x86_functions_avx512f.cc NOOP: whitespace 2024-04-10 03:10:43 +02:00
x86_functions_fma.cc
zeroconf.cc Avoid .sh file extension 2022-12-03 15:03:44 +01:00