ardour/libs/ardour
Robin Gareus dc4247f9bb
Consolidate processing prohibited / silent runs
This uses the Process-lock when processing is not prohibited,
removing the special-case when bouncing audio to a more
general case.

One downside is that while bouncing, timecode masters no longer
run and may loose sync-lock.

However transport does not move while Session::write_one_track()
runs, and a resume will need to seek/varispeed to catch up anyway.
2022-02-03 03:27:57 +01: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 Consolidate processing prohibited / silent runs 2022-02-03 03:27:57 +01:00
msvc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
po German translation updates (libardour) 2021-08-13 18:43:24 +02:00
test Tweak FPU test for FMA 2022-01-03 02:34:53 +01:00
ChangeLog
amp.cc move static scale_midi_velocity() function from Amp to Evoral::Event 2022-02-02 09:58:57 -07:00
analyser.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
analysis_graph.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
arm_neon_functions.cc Fix aarch64 builds 2020-08-21 08:16:11 +02:00
async_midi_port.cc Fix optimized build, amend 5957e14259 2021-05-06 15:50:44 +02:00
audio_backend.cc make error message very slightly more indicative of what might be happening when audioengine backend fails to start 2019-10-10 16:52:00 -06:00
audio_buffer.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_library.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_playlist.cc cleanup after timecnt_t API changed (libs edition) 2021-08-13 12:51:31 -06:00
audio_playlist_importer.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_playlist_source.cc remove declarations and one call to methods removed in master (lld(1) failed to pick this up; ld(1) does) 2021-08-13 12:51:34 -06:00
audio_port.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
audio_region_importer.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
audio_track.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
audio_track_importer.cc centralize determination of "read-audio-data-in-reverse" and fix seek "shift" offset 2020-02-21 11:54:08 -07:00
audio_unit.cc new timeline types for AudioUnits and CoreAudioSource 2021-08-13 12:51:35 -06:00
audioanalyser.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
audioengine.cc Consolidate processing prohibited / silent runs 2022-02-03 03:27:57 +01:00
audiofile_tagger.cc Fix taglib error message 2021-04-12 23:15:30 +02:00
audiofilesource.cc Remove ASCII limit when naming files/regions 2021-12-24 00:31:01 +01:00
audioregion.cc Implement Region::export() 2022-01-28 01:58:37 +01:00
audiorom.cc Fix Lua AudioRom read (buffer overflow) 2020-08-19 00:17:45 +02:00
audiosource.cc alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
auditioner.cc Auditioner: retain instrument plugin 2022-02-02 23:08:48 +01:00
automatable.cc fix dangling and incorrect use of numeric_limits<double> as a control event position 2021-08-13 12:51:34 -06:00
automation.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
automation_control.cc fixup another NUTEMPO #warning 2021-08-13 12:51:32 -06:00
automation_list.cc 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
automation_watch.cc nutempo #warning removal 2021-08-13 12:51:33 -06:00
auv2_scan.cc Fix BigSur/ARM builds (undo Apple defines conflicting with sigc) 2021-08-13 15:16:24 +02:00
beatbox.cc export step sequencer pattern to SMF 2021-08-13 12:51:27 -06:00
broadcast_info.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
buffer.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
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 add finite state machine to control/manage transport state 2019-09-17 18:26:03 -06:00
butler.cc use new libtemporal sample rate mechanism (libs edition) 2021-08-13 12:51:31 -06:00
caimportable.cc Amend 183d3fb49; implement ImportableSource API 2019-08-04 14:43:46 +02:00
capturing_processor.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
chan_count.cc Fix potential ambiguous state-restore 2019-08-20 04:11:32 +02:00
chan_mapping.cc Fix deprecated-copy warnings 2019-12-09 23:25:59 +01:00
circular_buffer.cc Silence input-meters when port-buffer is n/a. 2021-03-20 23:09:36 +01:00
clip_library.cc Clip Library support 2022-01-29 16:22:47 +01:00
control_group.cc Prepare for plugin-control groups 2019-09-24 19:50:54 +02:00
control_protocol_manager.cc sort control protocols in name order after discovery 2020-06-01 13:06:23 -06:00
convolver.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
data_type.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
debug.cc triggerbox: redesign around a state machine concept, and just iterating over current triggers, no queues 2021-08-13 12:51:37 -06:00
default_click.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
delayline.cc delay line processor starts with the default automation time domain 2021-08-13 12:51:32 -06:00
delivery.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
directory_names.cc Add dir names for media-folder 2021-12-16 19:08:03 +01:00
disk_io.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
disk_reader.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
disk_writer.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
dsp_filter.cc Prevent denormals in Lua DSP state (LPF, Biquad) 2021-03-08 22:19:01 +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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
element_importer.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
engine_slave.cc Fix spacing of engine-delta display 2020-05-12 19:32:27 +02:00
enums.cc remove Other/Any follow action types 2022-01-20 18:56:07 -07:00
event_type_map.cc Remove unused LV2 ifdef 1/3 2020-09-15 17:01:32 +02:00
export_channel.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
export_channel_configuration.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_failed.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_filename.cc Fallback to the default export path when the saved export path is not found. 2021-05-07 12:25:42 -05:00
export_format_base.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_format_manager.cc Overhaul export loudness normalization 2021-04-12 23:15:30 +02:00
export_format_specification.cc Overhaul export loudness normalization 2021-04-12 23:15:30 +02:00
export_formats.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_graph_builder.cc Scale export-analysis dataset 2021-12-24 21:59:03 +01:00
export_handler.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
export_preset.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_profile_manager.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
export_status.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
export_timespan.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ffmpegfileimportable.cc Fix issue when importing m4a 2021-06-29 00:11:17 +02:00
ffmpegfilesource.cc Fix file-extension check 2021-12-16 19:08:03 +01:00
file_source.cc remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
filename_extensions.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
filesystem_paths.cc Ignore `ARDOUR_DATA_PATH` env variable on windows 2021-03-26 17:15:12 +01:00
filter.cc change all Region::nt_*() methods to names without the nt_ prefix (library version) 2021-08-13 12:51:30 -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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
fluid_synth.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
gain_control.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
gettext.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
globals.cc Expand default clip-library-dir preference at application start 2022-02-01 15:47:54 +01:00
graph.cc Fix process graph changes during audition 2022-01-28 06:40:57 +01:00
graphnode.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
iec1ppmdsp.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
iec2ppmdsp.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
import.cc alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
import_pt.cc remove unused local variabl 2021-10-25 13:17:18 -06:00
instrument_info.cc Allow MIDNAM lookup of valid channels for controllers 2020-04-15 01:51:04 +02:00
internal_return.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
internal_send.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
interpolation.cc small adjustments to TransportMaster API to better accomodate the "ignore/accept commands" concept 2020-03-10 11:39:39 -06:00
io.cc Fix crash when duplicating track(s) 2022-01-24 21:25:20 +01:00
io_processor.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
kmeterdsp.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ladspa_plugin.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
latent.cc Add Signal to indicate global delay compensation status 2019-09-29 01:26:52 +02:00
legatize.cc update Temporal::Beats to merge master/nutempo versions, notably with private from-double constructor 2021-08-13 12:51:28 -06:00
linux_vst_support.cc remove debug output 2022-01-02 17:23:01 -07:00
load-save-session-collection.sh
load-save-session.sh
location.cc triggerbox: if any cues were recorded, remove all existing cue markers in transport-roll-range before adding new ones 2022-01-21 13:08:47 -07:00
location_importer.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ltc_file_reader.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ltc_slave.cc Fix transport master crash when switching backends 2021-06-27 16:37:33 +02:00
lua_api.cc Region::_start should be a timepos_t not a timecnt_t 2021-08-13 12:51:34 -06:00
luabindings.cc ..but there is a Temporal::timecnt_t modulo operation 2022-01-24 06:51:28 +01:00
luaproc.cc Fix LuaProc API usage (typo in 10b05df189) 2020-10-12 04:14:48 +02:00
luascripting.cc Consistent Lua script error and print() output 1/2 2020-04-18 18:16:12 +02:00
lv2_evbuf.c Remove support for deprecated LV2 event extension 2020-12-01 11:40:35 +01:00
lv2_evbuf.h Remove support for deprecated LV2 event extension 2020-12-01 11:40:35 +01:00
lv2_plugin.cc prefer ARDOUR::ui_scale_factor over ARDOUR::ui_scale_factor 2021-12-24 21:58:59 +01:00
lxvst_plugin.cc VST2: use new scanner 2021-07-03 19:07:26 +02:00
mac_vst_plugin.cc VST2: use new scanner 2021-07-03 19:07:26 +02:00
mac_vst_support.cc VST2: more verbose scan logs 2021-07-06 21:24:23 +02:00
meter.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
midi_automation_list_binder.cc alter API for MementoCommandBinder to allow future flexibility 2021-08-13 12:51:30 -06:00
midi_buffer.cc Add sanity assert in MidiBuffer::insert_event to check for overflow 2020-11-10 21:03:42 +09:00
midi_channel_filter.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
midi_clock_slave.cc remove/hide Session::tempo_map() and use TempoMap::use() instead (thread local shared ptr) 2021-08-13 12:51:30 -06:00
midi_model.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
midi_patch_manager.cc Speed up loading sessions with synths 2020-04-26 04:55:59 +02:00
midi_playlist.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
midi_port.cc Fix double call error in midi tracer handling 2021-06-23 17:54:58 -05:00
midi_region.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
midi_ring_buffer.cc midi buffer handling: fix some logic errors in dealing with MidiRingBuffer reads 2021-09-06 13:55:26 -06:00
midi_scene_change.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midi_scene_changer.cc continuing timeline type conversions 2021-08-13 12:51:29 -06:00
midi_source.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
midi_state_tracker.cc MidiStateTrack: use correct hex values to manage set/unset state 2022-02-02 15:06:11 -07:00
midi_stretch.cc fix MIDI timestretch (libardour part) 2021-08-13 12:51:32 -06:00
midi_track.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
midi_ui.cc remove MIDI Control input and output ports from session-level objects 2019-12-31 12:06:14 -07:00
mididm.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midiport_manager.cc Add API to announce managed MIDI port latency 2021-09-08 22:39:32 +02:00
minibpm.cc triggerbox: add Chris Cannam's minibpm and use to determine tempo and thus stretch 2021-10-06 15:21:44 -06:00
mix.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
mode.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
monitor_control.cc fix several more controls to take a time domain from their owner (Automatable) 2021-08-13 12:51:33 -06:00
monitor_port.cc Refactor input port monitoring 2021-06-08 14:34:57 +02:00
monitor_processor.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
monitor_return.cc fix up post-rebase issues after rebase on master 2021-08-13 12:51:34 -06:00
mp3fileimportable.cc Fix two compiler warnings 2019-12-09 01:10:50 +01:00
mp3filesource.cc cleanup after timecnt_t API changed (libs edition) 2021-08-13 12:51:31 -06:00
mtc_slave.cc Fix transport master crash when switching backends 2021-06-27 16:37:33 +02:00
mtdm.cc NO-OP: whitespace & const'ness 2020-05-16 21:07:53 +02:00
mute_control.cc Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
mute_master.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
muteable.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
onset_detector.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
operations.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
pan_controllable.cc Constrain panner value to valid range 2020-03-23 06:14:39 +01:00
pannable.cc pan controls starts with its route's time domain 2021-08-13 12:51:33 -06:00
panner.cc Pan: remove automation-state indirection 2/2 2020-03-23 17:38:01 +01:00
panner_manager.cc Change default stereo panner to equal power balance 2020-03-15 21:39:53 +01:00
panner_shell.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
parameter_descriptor.cc Clean up Wself-assign - see also d91374d0db 2021-03-17 21:17:13 +01:00
phase_control.cc fix several more controls to take a time domain from their owner (Automatable) 2021-08-13 12:51:33 -06:00
playlist.cc playlist: find_prev_region_start() should return zero if no earlier region is found (used during rippling 2022-01-30 22:49:52 -07:00
playlist_factory.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
playlist_source.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
plugin.cc NO-OP: consolidate code (VST ID by name) 2021-07-03 19:07:27 +02:00
plugin_insert.cc Address rare race condition when creating sidechain inputs 2022-01-22 19:26:27 +01:00
plugin_manager.cc Fix plugin manager build with VST3 disabled. 2021-12-29 23:33:39 +01:00
plugin_scan_result.cc Consolidate scan-log (partial lines, newlines) 2021-07-12 23:49:47 +02:00
polarity_processor.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
port.cc Fix connections when re-starting engine 2021-11-30 19:41:39 +01:00
port_engine_shared.cc Sort concurrent MIDI events on port-level #8828 2021-11-30 19:41:39 +01:00
port_insert.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
port_manager.cc NO-OP: whitespace, clang-format 2021-10-31 18:17:01 +01:00
port_set.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
presentation_info.cc Add API to set TriggerTrack flag 2021-12-01 23:10:04 +01:00
process_thread.cc rename BufferSet::get* to BufferSet::get_available* 2019-09-26 18:39:56 -06:00
processor.cc switch to a more efficient implementation of Processor::check_active() 2021-12-01 13:26:27 -07:00
progress.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
quantize.cc reimplement quantization without (much) floating point 2021-08-13 12:51:35 -06:00
raw_midi_parser.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
rb_effect.cc Region::_start should be a timepos_t not a timecnt_t 2021-08-13 12:51:34 -06:00
rc_configuration.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
readable.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
readonly_control.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
recent_sessions.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
record_enable_control.cc record enable control starts with its route's time domain 2021-08-13 12:51:33 -06:00
record_safe_control.cc fix several more controls to take a time domain from their owner (Automatable) 2021-08-13 12:51:33 -06:00
region.cc alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
region_factory.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
resampled_source.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
return.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
reverse.cc first round of changes to use timeline types, here basically for Region position/length/start 2021-08-13 12:51:28 -06:00
route.cc Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
route_graph.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route_group.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route_group_member.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
rt_midibuffer.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
rt_tasklist.cc Cont'd work to improve macOS rt priority 2021-05-02 20:24:10 +02:00
run-profiling.sh
run-tests.sh
scene_change.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
search_paths.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
segment_descriptor.cc add XMLNode constructor for SegmentDescriptor 2022-01-13 17:38:40 -07:00
selection.cc OSC: Fix potential crash on select-prev-route (#8670) 2021-06-18 12:55:45 -04:00
send.cc libardour: use Processor::check_active() in all Processors instead of per-processor code 2021-11-29 21:50:29 -07:00
session.cc Consolidate processing prohibited / silent runs 2022-02-03 03:27:57 +01:00
session_bundles.cc Port registration should not mark the session as modified 2021-04-05 03:29:42 +02:00
session_butler.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02: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 fix thinko in cleaning up of XML nodes in Session::memento_command_factory() 2022-01-23 07:46:45 -07:00
session_configuration.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_directory.cc remove the (unused) concept of a MIDI patchfile folder per session 2020-01-05 18:47:59 -07:00
session_events.cc triggerbox: implement cue-triggering session event handling (sync with location markers) 2022-01-05 13:27:47 -07:00
session_export.cc Default_Play_Speed: prep work (libardour) 2021-07-03 19:06:02 +02:00
session_handle.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_ltc.cc Update LTC reader port latency on connection change 2020-05-09 05:10:04 +02:00
session_metadata.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_midi.cc Retain MIDI monitor connection -- #8816 2021-10-31 16:37:37 +01:00
session_object.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_playlists.cc Disambiguate error message 2021-10-08 04:13:06 +02:00
session_process.cc Consolidate processing prohibited / silent runs 2022-02-03 03:27:57 +01:00
session_rtevents.cc Fix crash when using exclusive Mixbus listen 2021-03-24 19:16:31 +01:00
session_state.cc Consolidate processing prohibited / silent runs 2022-02-03 03:27:57 +01:00
session_state_utils.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_time.cc remove Session::bbt_time() and use TempoMap::use()->bbt_at() explicitly everywhere 2021-12-14 21:59:33 -07:00
session_transport.cc Cancel audition when the backend is stopped 2022-01-28 06:41:37 +01:00
session_vst.cc remove public ::bbt_at (INTEGER) methods, because of superclock_t/samplepos_t confusion 2021-08-13 12:51:35 -06:00
sha1.c Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sidechain.cc Address rare race condition when creating sidechain inputs 2022-01-22 19:26:27 +01:00
slavable.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
slavable_automation_control.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
smf_source.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
sndfile_helpers.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sndfileimportable.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sndfilesource.cc alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
solo_control.cc fix several more controls to take a time domain from their owner (Automatable) 2021-08-13 12:51:33 -06:00
solo_isolate_control.cc solo isolate control starts with its route's time domain 2021-08-13 12:51:33 -06:00
solo_mute_release.cc Implement Input Monitoring 2021-02-22 00:59:59 +01:00
solo_safe_control.cc solo safe control starts with its route's time domain 2021-08-13 12:51:32 -06:00
soundcloud_upload.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
source.cc alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
source_factory.cc continuing timeline type conversions 2021-08-13 12:51:29 -06:00
speakers.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
srcfilesource.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
sse_avx_functions_64bit_win.s Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sse_functions.s Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sse_functions_64bit.s Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sse_functions_64bit_win.s Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sse_functions_avx.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sse_functions_avx_linux.cc Fix pointer math for prefetch 2022-01-03 02:01:12 +01:00
sse_functions_xmm.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
st_pitch.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
st_stretch.cc Use soundtouch for vocal audio time stretching (1/2) 2020-08-26 19:04:58 +02:00
step_sequencer.cc change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
strip_silence.cc there is no Properties::position any more 2021-09-25 16:49:51 -06:00
stripable.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
system_exec.cc Clean up vfork_exec_wrapper static intialization 2021-07-15 21:41:16 +02:00
template_utils.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
tempo_map_importer.cc remove/hide Session::tempo_map() and use TempoMap::use() instead (thread local shared ptr) 2021-08-13 12:51:30 -06:00
thawlist.cc Consolidate RegionsPropertyChanged signal emission (1/3) 2021-05-07 23:29:25 +02:00
thread_buffers.cc Fix crash on MIDI bounce w/processing 2021-06-12 02:34:22 +02:00
ticker.cc reimplement TempoMap::midi_clock_beat_at_or_after() 2021-08-13 12:51:35 -06:00
track.cc fix length of whole file region for captured MIDI 2022-01-28 11:16:02 -07:00
transform.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
transient_detector.cc libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
transport_fsm.cc Do not queue TransportStateChanged events (and thus signals) when locating from the end of a loop. 2021-07-26 17:27:43 -06:00
transport_master.cc Drop TMM ports when closing session, or backend goes away 2020-10-22 07:38:00 +02:00
transport_master_manager.cc Remove TransportMasterManager::reconnect_ports(). 2021-11-03 15:15:54 -06:00
transpose.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
triggerbox.cc MidiStateTrack: use correct hex values to manage set/unset state 2022-02-02 15:06:11 -07:00
unknown_processor.cc Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
uri_map.cc Remove support for the long-deprecated LV2 uri-map extension 2020-12-01 11:40:35 +01:00
user_bundle.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
utils.cc Remove ASCII limit when naming files/regions 2021-12-24 00:31:01 +01:00
vca.cc fix several more controls to take a time domain from their owner (Automatable) 2021-08-13 12:51:33 -06:00
vca_manager.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 NO-OP: whitespace 2020-12-03 22:10:26 +01:00
vst3_module.cc VST: Remove accidentally added factory reference 2021-10-07 01:46:44 +02:00
vst3_plugin.cc VST3: fix legacy MIDI output - thanks to paulfd 2021-12-31 15:58:51 +01:00
vst3_scan.cc VST3: properly take references, ignore controll == component cases 2021-10-07 01:08:27 +02:00
vst_plugin.cc VST3: state safeguard for optimized builds 2021-08-13 15:33:58 +02:00
vst_state.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
vumeterdsp.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
windows_vst_plugin.cc VST2: use new scanner 2021-07-03 19:07:26 +02:00
worker.cc Use byte-offset when reading size at ringbuffer boundary 2020-05-12 19:30:15 +02:00
wscript Clip Library support 2022-01-29 16:22:47 +01:00
x86_functions_fma.cc Fix Intel/AMD FMA mix_buffers_with_gain() 2021-02-13 01:05:01 +01:00