ardour/libs/ardour
Paul Davis 4b87c3a6b1 complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM
The TransportFSM is now responsible for deciding what to do at all transport state transitions. The Session (via the TransportAPI) merely
provides mechanism (locate, start, stop, set_speed). Default and most recent speed requests are managed by the TransportFSM too
2021-05-03 17:40:41 -06:00
..
ardour complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -06:00
msvc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
MSVClibardour Add/remove source(s) in our MSVC project (libardour) 2021-05-01 09:44:20 +01:00
po Avoid accents in master-bus port-name translations 2021-04-26 23:20:27 +02:00
test Add unit test for FMA extension routine 2021-01-01 21:08:06 +01:00
amp.cc Fix a -Wabsolute-value, use float for gain_t calculation 2021-03-17 17:57:01 +01:00
analyser.cc Set thread-names (libs) 2020-03-29 14:56:22 +02:00
analysis_graph.cc Fix analysis chunksize to be multiple of channel-count #8631 2021-03-20 16:20:20 +01:00
arm_neon_functions.cc Fix aarch64 builds 2020-08-21 08:16:11 +02:00
async_midi_port.cc Mark user-created events as live MIDI 2020-09-20 19:19:16 +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 NO-OP: remove newline in function definition 2020-05-12 11:34:38 -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 Allow multi-threaded AudioSource reading 2020-12-21 21:55:55 +01:00
audio_port.cc Fix subtle bug breaking vari-speed (from d9caa7fd9a) 2020-05-09 02:20:15 +02:00
audio_region_importer.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_track.cc Fix bounce and freeze 2020-10-24 05:44:29 +02: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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
audioanalyser.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audioengine.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
audiofile_tagger.cc Fix taglib error message 2021-04-12 23:15:30 +02:00
audiofilesource.cc Mark .mp2 and .mp3 as valid file-extensions 2019-12-06 18:30:53 +01:00
audioregion.cc Reduce signal emissions from set_scale_amplitude #8576 2021-03-22 01:04:01 +01:00
audiorom.cc Fix Lua AudioRom read (buffer overflow) 2020-08-19 00:17:45 +02:00
audiosource.cc Close peakfile before emitting PeaksReady signal 2020-12-22 03:02:54 +01:00
auditioner.cc Explicitly set announce=false when creating regions (1/2) 2021-04-30 18:40:48 +02:00
automatable.cc Remove unused LV2 ifdef 1/3 2020-09-15 17:01:32 +02:00
automation.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
automation_control.cc Keep track of recently touched Controllable 2021-02-09 02:11:04 +01:00
automation_list.cc Add MainOutVolume parameter type 2020-07-21 02:18:38 +02:00
automation_watch.cc Fix automation write-mode (overwrite existing automation) 2020-06-12 05:08:29 +02:00
beats_samples_converter.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
caimportable.cc Amend 183d3fb49; implement ImportableSource API 2019-08-04 14:43:46 +02:00
capturing_processor.cc rename BufferSet::get* to BufferSet::get_available* 2019-09-26 18:39:56 -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
ChangeLog
circular_buffer.cc Silence input-meters when port-buffer is n/a. 2021-03-20 23:09:36 +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 Implement zero-latency convolver 2021-03-30 01:29:32 +02:00
coreaudiosource.cc CoreAudioSource: print more information in the case of errors 2020-09-09 17:23:02 -06: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 VST3: add debug messages 2020-10-09 22:18:05 +02:00
default_click.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
delayline.cc Consistency: replace "x-run" with "xrun" (1/2) 2021-02-26 22:22:08 +01:00
delivery.cc Retain PBD::Ids when reloading sessions (1/2) 2021-04-26 19:43:42 +02:00
directory_names.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
disk_io.cc Fix race condition when deleting tracks 2021-02-14 21:43:36 +01:00
disk_reader.cc diskreader: avoid double conditional, use else{} instead 2021-04-21 22:51:06 -06:00
disk_writer.cc Revert "Fix MIDI capture alignment" 2021-04-11 15:15:33 +02:00
dsp_filter.cc Prevent denormals in Lua DSP state (LPF, Biquad) 2021-03-08 22:19:01 +01:00
ebur128_analysis.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 PostTransportRoll enum. 2021-05-03 17:40:41 -06:00
event_type_map.cc Remove unused LV2 ifdef 1/3 2020-09-15 17:01:32 +02:00
export_channel.cc No-OP: remove unused variables 2021-03-17 17:53:43 +01: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 Disambiguate export filename early on 2021-04-12 23:15:30 +02: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 Fix realtime export loudness normalization 2021-04-29 19:05:09 +02:00
export_handler.cc Fix taglib error message 2021-04-12 23:15:30 +02: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 Disambiguate export filename early on 2021-04-12 23:15:30 +02:00
export_status.cc add finite state machine to control/manage transport state 2019-09-17 18:26:03 -06:00
export_timespan.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 fix error in multiple calls to SourceFactory::createWritable() 2020-03-23 21:47:13 -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 Add support for MainOutVolume in main-outs delivery 2020-07-21 02:18:38 +02:00
gettext.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
globals.cc VKeybd: use a non-translatable port-name (1/2) 2021-01-08 16:33:29 +01:00
graph.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +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 No implicit session save when importing files (backend) 2020-05-19 17:59:52 +02:00
import_pt.cc pt import: Fix crash with bringing in material 2021-01-17 13:19:54 +11:00
instrument_info.cc Allow MIDNAM lookup of valid channels for controllers 2020-04-15 01:51:04 +02:00
internal_return.cc Reduce InternalReturn inheritance 2021-02-01 23:49:49 +01:00
internal_send.cc Fix send panner when copying sends 2021-01-18 18:58:10 +01: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 -Wunused-comparison in for() loop 2021-03-17 17:59:36 +01:00
io_processor.cc Refactor send naming (#7905) 2020-03-02 20:07:52 +01:00
kmeterdsp.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ladspa_plugin.cc Update Plugin API to allow timestamped parameter changes 2020-09-14 23:37:21 +02:00
latent.cc Add Signal to indicate global delay compensation status 2019-09-29 01:26:52 +02:00
legatize.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
linux_vst_support.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
load-save-session-collection.sh
load-save-session.sh
location.cc change return API for Location::clear_*() methods to indicate if anything was removed 2021-03-16 17:40:06 -06: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 Consolidate TansportMaster implementation 2020-05-27 23:40:09 +02:00
lua_api.cc Fix Lua get_processor_param API 2021-04-14 17:53:56 +02:00
luabindings.cc Implement zero-latency convolver 2021-03-30 01:29:32 +02: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 Fix LV2 boolean Atom values size #8558 2021-02-02 22:41:57 +01:00
lxvst_plugin.cc Fix segfault when plugin insantiation fails 2020-11-21 22:28:48 +01:00
mac_vst_plugin.cc Fix segfault when plugin insantiation fails 2020-11-21 22:28:48 +01:00
mac_vst_support.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
meter.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
midi_automation_list_binder.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Fix MIDI Clock slave 2020-05-27 23:59:27 +02:00
midi_model.cc API consistency, prefer typedef'ed event_id_t 2021-03-19 06:29:03 +01:00
midi_patch_manager.cc Speed up loading sessions with synths 2020-04-26 04:55:59 +02:00
midi_playlist.cc Cont'd work to prevent region creation signal-emission 2021-05-01 16:21:17 +02:00
midi_playlist_source.cc remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
midi_port.cc Mark user-created events as live MIDI 2020-09-20 19:19:16 +02:00
midi_region.cc Cont'd work to prevent region creation signal-emission 2021-05-01 16:21:17 +02:00
midi_ring_buffer.cc Update MIDI buffer implementation to retain EventType 2020-09-20 17:21:21 +02: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 Event API consistency; reorder arguments (time, type, payload) 2020-09-20 19:18:09 +02:00
midi_source.cc Potential fix for lost/empty MIDI files when using snapshots #8552 2021-03-19 20:05:42 +01:00
midi_state_tracker.cc remove stacktrace 2019-11-06 23:55:46 -07:00
midi_stretch.cc tweak debug output 2019-12-18 18:00:33 -07:00
midi_track.cc Mark user-created events as live MIDI 2020-09-20 19:19:16 +02: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 Retain "Virtual Keyboard" pretty name across engine restarts 2021-02-04 05:23:17 +01: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 NO-OP: use set/clear_flag() API instead of set_flags() 2020-03-10 20:55:50 +01:00
monitor_port.cc Fix OSX/PPC builds 2021-02-26 13:38:29 +01:00
monitor_processor.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
monitor_return.cc Fix caching gain coefficient for monitor gain 2021-03-17 17:55:59 +01:00
mp3fileimportable.cc Fix two compiler warnings 2019-12-09 01:10:50 +01:00
mp3filesource.cc Implement mp3 import, using minimp3 2019-12-06 18:18:54 +01:00
mtc_slave.cc no need to request stop if locating with MustStop 2021-04-19 16:14:08 -06:00
mtdm.cc NO-OP: whitespace & const'ness 2020-05-16 21:07:53 +02:00
mute_control.cc NO-OP: use set/clear_flag() API instead of set_flags() 2020-03-10 20:55:50 +01: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Remove unused method (see also 875f69438) 2020-03-23 06:13:34 +01: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 Remove Mixbus Aux-Link special case 1/2 2020-03-23 17:45:38 +01:00
parameter_descriptor.cc Clean up Wself-assign - see also d91374d0db 2021-03-17 21:17:13 +01:00
phase_control.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
playlist.cc Cleanup and speedup combine/uncombine 2021-05-01 17:30:39 +02:00
playlist_factory.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
playlist_source.cc remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
plugin.cc Update API to send immediate events 2020-09-20 19:16:43 +02:00
plugin_insert.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
plugin_manager.cc Remove old (v4.x, v5.0) plugin cache code 2021-02-22 01:00:05 +01:00
polarity_processor.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
port.cc Remove unused methods (to query public latency) 2021-02-19 14:03:27 +01:00
port_engine_shared.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
port_insert.cc Refactor send naming (#7905) 2020-03-02 20:07:52 +01:00
port_manager.cc Do not input-monitor ALSA/JACK MIDI-Through ports 2021-03-26 16:46:15 +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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
process_thread.cc rename BufferSet::get* to BufferSet::get_available* 2019-09-26 18:39:56 -06:00
processor.cc Reduce redundant signal emission 2020-04-12 13:36:47 +02:00
progress.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
quantize.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 NO-OP: whitespace 2020-03-28 01:25:44 +01:00
rc_configuration.cc Safe config save 2020-05-19 19:47:34 +02:00
readable.cc Break out API to create readables from files 2020-02-06 17:30:21 +01: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 NO-OP: use set/clear_flag() API instead of set_flags() 2020-03-10 20:55:50 +01:00
record_safe_control.cc NO-OP: use set/clear_flag() API instead of set_flags() 2020-03-10 20:55:50 +01:00
region.cc Keep track of xruns per source when recording 2021-02-14 16:22:29 +01:00
region_factory.cc Cont'd work to prevent region creation signal-emission 2021-05-01 16:21:17 +02:00
resampled_source.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
return.cc Refactor send naming (#7905) 2020-03-02 20:07:52 +01:00
reverse.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route.cc fix per-processor latency to reflect transport direction 2021-04-23 17:38:16 -06: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 Fix sloppy typing 2020-09-28 03:41:48 +02: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
selection.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
send.cc Retain PBD::Ids when reloading sessions (2/2) 2021-04-26 19:43:42 +02:00
session.cc complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -06:00
session_bundles.cc Port registration should not mark the session as modified 2021-04-05 03:29:42 +02:00
session_butler.cc Do not accumulate SessionEvent::Overwrite events #8576 2021-03-22 02:54:42 +01:00
session_click.cc Cache the latency of the metronome's port 2020-09-22 21:42:52 +02:00
session_command.cc rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06: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 Implement replacing events in the immediate queue 2021-03-24 04:05:35 +01:00
session_export.cc complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -06: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 complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -06:00
session_object.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_playlists.cc Add a missing 'const' qualifier to keep VC2019 happy 2021-03-03 12:25:47 +00:00
session_process.cc complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -06:00
session_rtevents.cc Fix crash when using exclusive Mixbus listen 2021-03-24 19:16:31 +01:00
session_state.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +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 fix JACK transport sync 2019-12-27 21:18:12 -07:00
session_transport.cc complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -06:00
session_vst.cc Event API consistency; reorder arguments (time, type, payload) 2020-09-20 19:18:09 +02:00
sha1.c Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sidechain.cc rename BufferSet::get* to BufferSet::get_available* 2019-09-26 18:39:56 -06:00
slavable.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
slavable_automation_control.cc rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
smf_source.cc Potential fix for lost/empty MIDI files when using snapshots #8552 2021-03-19 20:05:42 +01: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 remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
solo_control.cc Prepare for foldback bus A/PF Listen 2021-03-24 17:47:53 +01:00
solo_isolate_control.cc No-OP: remove unused variables 2021-03-17 17:53:43 +01:00
solo_mute_release.cc Implement Input Monitoring 2021-02-22 00:59:59 +01:00
solo_safe_control.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
soundcloud_upload.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
source.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
source_factory.cc Set thread-names (libs) 2020-03-29 14:56:22 +02:00
speakers.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
srcfilesource.cc centralize determination of "read-audio-data-in-reverse" and fix seek "shift" offset 2020-02-21 11:54:08 -07: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 for issue #8442 2020-10-17 10:03:26 -04: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
strip_silence.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
stripable.cc Micro optimization: query PI flags once 2020-01-28 21:27:43 +01:00
system_exec.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
template_utils.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
tempo.cc Allow const tempo-map lookups 2020-11-20 02:07:37 +01:00
tempo_map_importer.cc Use new boost::optional API 2019-11-21 17:48:56 +01:00
thawlist.cc Ensure that no ThawList remains frozen by accident 2021-05-01 17:31:32 +02:00
thread_buffers.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ticker.cc Only query MIDI Clock port latency when it changes 2020-09-22 21:15:31 +02:00
track.cc Revert "Fix auto capture alignment when bouncing metronome" 2021-03-30 21:08:31 +02:00
transform.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
transient_detector.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
transport_fsm.cc complete removal of Session::_transport_speed, _default_transport_speed and takeover of transport state mgmt by TransportFSM 2021-05-03 17:40:41 -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 transport masters: use Session::request_stop() rather than Session::request_transport_speed() 2021-04-19 16:14:08 -06:00
transpose.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
unknown_processor.cc Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
vca.cc Fix typos in preparation for translations 2020-04-13 16:10:13 +02: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 mp3 and video-export (ffmpeg/ffprobe detection) 2021-01-18 17:21:26 +01:00
vst3_host.cc NO-OP: whitespace 2020-12-03 22:10:26 +01:00
vst3_module.cc Fix Apple Carbon #define interference 2020-10-11 21:40:31 +02:00
vst3_plugin.cc VST3: pass a read-only state stream to the plugin #8642 2021-03-29 14:48:01 +02:00
vst3_scan.cc VST3: improve verbose scanner output 2021-02-13 15:03:04 +01:00
vst_info_file.cc VST2: relax MIDI port detection 2020-12-08 17:07:50 +01:00
vst_plugin.cc Fix VST2 default and initial control parameter values 2020-11-10 00:08:03 +01: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 Fix segfault when plugin insantiation fails 2020-11-21 22:28:48 +01:00
worker.cc Use byte-offset when reading size at ringbuffer boundary 2020-05-12 19:30:15 +02:00
wscript Create regions with property changes suspended 2021-04-30 18:43:36 +02:00
x86_functions_fma.cc Fix Intel/AMD FMA mix_buffers_with_gain() 2021-02-13 01:05:01 +01:00