ardour/libs/ardour/ardour
luz paz 3d395585c1
Fix various typos
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`  
Follow-up to 364f2f078
2022-04-08 19:51:02 +02:00
..
vestige Check whether a VST param should be automated when building the list of automatables 2020-08-20 12:52:42 -05:00
amp.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
analyser.h NO-OP: clang-format 2022-03-01 16:22:50 +01:00
analysis_graph.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
ardour.h Allow to use UI scaling to libardour 2021-12-24 21:58:53 +01:00
async_midi_port.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
audio_backend.h remove some timing stats that it seems unlikely we will use 2021-06-15 14:03:55 -06:00
audio_buffer.h Fix use of doxygen documented parameters in running text 2019-09-30 06:30:11 +02:00
audio_library.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_playlist_importer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_playlist_source.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
audio_port.h resize audio port _data buffer based on current buffer size 2019-09-17 17:14:39 -06:00
audio_region_importer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_track.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
audio_track_importer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audio_unit.h AU: use AudioUnit scanner app, overhaul AU support 2021-07-03 19:07:26 +02:00
audioanalyser.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
audioengine.h replace sample rate callback used for superclock<=>sample conversion 2022-03-14 14:03:07 -06:00
audiofile_tagger.h Add support for RIFF and ID3v2 tags (wav, aiff) 2020-11-14 19:30:54 +01:00
audiofilesource.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
audioplaylist.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
audioregion.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
audiorom.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
audiosource.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
auditioner.h Auditioner: collect MIDI Bank/Program changes 2022-02-10 02:22:35 +01:00
auto_bundle.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
automatable.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
automatable_sequence.h Minor fix to commit #45df39bd0ea from yesterday 2022-01-07 10:29:31 +00:00
automation_control.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
automation_list.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
automation_watch.h Replace Glib::Threads with PBD::Thread (1/2) 2022-03-01 01:33:49 +01:00
auv2_scan.h Consolidate black/white methods in PM 2021-07-09 01:07:36 +02:00
beatbox.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
boost_debug.h Consolidate shared-ptr debugging 2020-02-25 22:23:30 +01:00
broadcast_info.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
buffer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
buffer_manager.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
buffer_set.h Remove support for deprecated LV2 event extension 2020-12-01 11:40:35 +01:00
bundle.h some potentially helpful but trivial comments 2020-04-09 14:01:47 -06:00
butler.h Remove unused MIDI-flush 2021-07-11 02:35:15 +02:00
caimportable.h Amend 183d3fb49; implement ImportableSource API 2019-08-04 14:43:46 +02:00
capturing_processor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
chan_count.h Fix a few hundred doxygen warnings.. 2019-09-30 04:45:59 +02:00
chan_mapping.h For MSVC builds revert some mappings to use the heap based strategy rather than boost::aligned_storage and StackAllocator 2021-02-11 09:51:17 +00:00
circular_buffer.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
click.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
clip_library.h Clip Library support 2022-01-29 16:22:47 +01:00
comparable_shared_ptr.h BOOST_SP_NOEXCEPT is n/a in boost 1.62 2019-12-12 16:06:46 +01:00
control_group.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
control_group_member.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
control_protocol_manager.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
convolver.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
coreaudiosource.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
cycle_timer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
cycles.h Don't refer to never used external variable 2020-06-09 21:11:21 +02:00
dB.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
data_type.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
debug.h add DEBUG flag: miditriggers 2022-03-01 10:11:14 -06:00
delayline.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
delivery.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
directory_names.h Add dir names for media-folder 2021-12-16 19:08:03 +01:00
disk_io.h Automatable now requires (and owns) a time domain to be used by automation data 2021-08-13 12:51:32 -06:00
disk_reader.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
disk_writer.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
dsp_filter.h Add API to copy Biquad parameters 2022-04-02 19:10:08 +02:00
dsp_load_calculator.h Add API to reset DSP load state 2020-03-30 16:43:42 +02:00
ebur128_analysis.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
element_import_handler.h Fix remaining doxygen warnings (!) 2019-09-30 21:03:29 +02:00
element_importer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
event_ring_buffer.h Zero length Events are illegal 2020-11-12 16:51:48 +01:00
event_type_map.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
evoral_types_convert.h update Temporal::Beats to merge master/nutempo versions, notably with private from-double constructor 2021-08-13 12:51:28 -06:00
export_analysis.h Fix C++11/14 array initialization (clang < 3.7) 2021-12-27 16:42:26 +01:00
export_channel.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
export_channel_configuration.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
export_failed.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_filename.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
export_format_base.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_format_compatibility.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_format_manager.h Overhaul export loudness normalization 2021-04-12 23:15:30 +02:00
export_format_specification.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
export_formats.h Add support for RIFF and ID3v2 tags (wav, aiff) 2020-11-14 19:30:54 +01:00
export_graph_builder.h Work-around emit Session::Exported signal for all exported files 2022-03-11 04:55:24 +01:00
export_handler.h Bail out if export cannot be started 2020-12-08 01:10:00 +01:00
export_multiplication.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_pointers.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_preset.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_profile_manager.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
export_status.h add finite state machine to control/manage transport state 2019-09-17 18:26:03 -06:00
export_timespan.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ffmpegfileimportable.h NO-OP: clang-format 2021-06-21 02:51:23 +02:00
ffmpegfilesource.h Add M4A support to the audio import dialog using FFMPEG. 2021-06-21 02:30:36 +02:00
file_source.h remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
filename_extensions.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
filesystem_paths.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
filter.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
fixed_delay.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
fluid_synth.h Increase a-fluidsynth polyphony 2020-07-12 06:33:34 +02:00
gain_control.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
graph.h make use TempoMap::fetch() in RTproc threads more explicit 2022-04-06 21:56:59 -06:00
graphnode.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
iec1ppmdsp.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
iec2ppmdsp.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
import_status.h Add a method to clear ImportStatus arrays 2020-02-25 02:35:36 +01:00
importable_source.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
instrument_info.h Allow MIDNAM lookup of valid channels for controllers 2020-04-15 01:51:04 +02:00
internal_return.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
internal_send.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
interpolation.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
interthread_info.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
io.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
io_processor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
io_vector.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
kmeterdsp.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ladspa.h
ladspa_plugin.h Update Plugin API to allow timestamped parameter changes 2020-09-14 23:37:21 +02:00
latent.h Add Signal to indicate global delay compensation status 2019-09-29 01:26:52 +02:00
legatize.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
libardour_visibility.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
linux_vst_support.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
lmath.h NOOP, just whitespace 2015-04-01 17:59:32 +02:00
location.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
location_importer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
logcurve.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
logmeter.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ltc_file_reader.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
lua_api.h Typo in comments ParamaterDescriptor 2021-10-30 18:38:14 +02:00
lua_script_params.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
luabindings.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
luaproc.h Update variable-i/o channel assignment, separate sidechains 2020-10-12 03:26:33 +02:00
luascripting.h Add method to look up Lua script by name 2019-12-12 20:53:17 +01:00
lv2_extensions.h Fix a few hundred doxygen warnings.. 2019-09-30 04:45:59 +02:00
lv2_plugin.h prefer ARDOUR::ui_scale_factor over ARDOUR::ui_scale_factor 2021-12-24 21:58:59 +01:00
lxvst_plugin.h VST2: use new scanner 2021-07-03 19:07:26 +02:00
mac_vst_plugin.h VST2: use new scanner 2021-07-03 19:07:26 +02:00
mac_vst_support.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
meter.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midi_automation_list_binder.h missing changes to MidiAutomationListBinder header file related to 4bc9f9319c014e 2022-04-05 20:52:09 -06:00
midi_buffer.h Never write #ifdef'ed code after 4am 2020-09-28 17:23:32 +02:00
midi_channel_filter.h Fix various Wcast-qual 2022-01-10 00:06:20 +01:00
midi_cursor.h libevoral: fix arguments to Sequencer::iterator::invalidate() 2021-08-13 12:51:35 -06:00
midi_model.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midi_operator.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
midi_patch_manager.h Replace Glib::Threads with PBD::Thread (1/2) 2022-03-01 01:33:49 +01:00
midi_playlist.h manual fixups for recent rebase conflicts left in the wrong state 2021-08-13 12:51:33 -06:00
midi_port.h NOOP: remove whitespace 2020-02-24 18:44:58 -07:00
midi_region.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midi_ring_buffer.h change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
midi_scene_change.h 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.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midi_source.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midi_state_tracker.h MidiSource: change thread mutual exclusion object from Mutex to a RWLock 2022-04-05 20:52:09 -06:00
midi_stretch.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midi_track.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
midi_ui.h Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
mididm.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midiport_manager.h Add API to announce managed MIDI port latency 2021-09-08 22:39:32 +02:00
minibpm.h triggerbox: add Chris Cannam's minibpm and use to determine tempo and thus stretch 2021-10-06 15:21:44 -06:00
minimp3.h Do not include <stdint.h> in the Ardour namespace 2020-03-02 17:58:03 +01:00
mix.h NO-OP: cleanup API, reorder and re-indent code 2021-01-02 16:48:59 +01:00
mode.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
monitor_control.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
monitor_port.h Refactor input port monitoring 2021-06-08 14:34:57 +02:00
monitor_processor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
monitor_return.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
monitorable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
movable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
mp3fileimportable.h Do not include <stdint.h> in the Ardour namespace 2020-03-02 17:58:03 +01:00
mp3filesource.h Implement mp3 import, using minimp3 2019-12-06 18:18:54 +01:00
msvc_libardour.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
mtdm.h NO-OP: whitespace & const'ness 2020-05-16 21:07:53 +02:00
mute_control.h mute controls starts with its stripable's time domain 2021-08-13 12:51:33 -06:00
mute_master.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
muteable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
onset_detector.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
operations.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
pan_controllable.h pan controls starts with its route's time domain 2021-08-13 12:51:33 -06:00
pannable.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
panner.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
panner_manager.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
panner_shell.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
parameter_descriptor.h Support lv2:port-props:displayPriority 2020-11-20 06:03:49 +01:00
parameter_types.h Fix PolyKeyPressure, consolidate AutomationType checks 2020-04-15 15:31:59 +02:00
peak.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
phase_control.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
pitch.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
playlist.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
playlist_factory.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
playlist_source.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
plugin.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
plugin_insert.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
plugin_manager.h NO-OP: remove unused default argument 2021-08-10 15:42:43 +02:00
plugin_scan_result.h Foundation for plugin-manager, persistent logs 2021-07-03 19:07:24 +02:00
plugin_types.h VST3 skeleton 2020-09-16 22:49:19 +02:00
polarity_processor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
port.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
port_engine.h Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
port_engine_shared.h Sort concurrent MIDI events on port-level #8828 2021-11-30 19:41:39 +01:00
port_insert.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
port_manager.h Add API to check for special ports by name 2021-10-31 16:33:03 +01:00
port_set.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
presentation_info.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
process_thread.h Use ProcessThread::init () to set up denormal protection 2019-09-09 18:48:16 +02:00
processor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
profile.h goodbye Profile->...trx 2019-09-25 13:02:31 -06:00
progress.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
proxy_controllable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
quantize.h reimplement quantization without (much) floating point 2021-08-13 12:51:35 -06:00
raw_midi_parser.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
rb_effect.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
rc_configuration.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
rc_configuration_vars.h ripple: create RippleMode and associated enums 2022-03-14 19:26:41 -05:00
readable.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
readonly_control.h Add missing includes 2021-09-25 00:01:23 +02:00
recent_sessions.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
record_enable_control.h record enable control starts with its route's time domain 2021-08-13 12:51:33 -06:00
record_safe_control.h fix several more controls to take a time domain from their owner (Automatable) 2021-08-13 12:51:33 -06:00
recordable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
region.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
region_factory.h more type changes for various Region related methods, using timepos_t/timeline_t 2021-08-13 12:51:28 -06:00
region_sorters.h change all Region::nt_*() methods to names without the nt_ prefix (library version) 2021-08-13 12:51:30 -06:00
resampled_source.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
return.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
reverse.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
revision.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
route_graph.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route_group.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
route_group_member.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route_group_specialized.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
rt_midibuffer.h change MidiStateTracker to MidiNoteTracker 2022-02-01 18:06:40 -07:00
rt_tasklist.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
runtime_functions.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
scene_change.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
scene_changer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
search_paths.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
segment_descriptor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
selection.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
send.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
session.h Fix various typos 2022-04-08 19:51:02 +02:00
session_configuration.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
session_configuration_vars.h move cue-behavior from rc_configuration to per-session config 2022-02-19 11:48:56 -06:00
session_directory.h remove the (unused) concept of a MIDI patchfile folder per session 2020-01-05 18:47:59 -07:00
session_event.h triggerbox: reimplement timeline cues without session events 2022-01-06 00:23:27 -07:00
session_handle.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_metadata.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
session_object.h additional Property type declaration 2021-08-13 12:51:29 -06:00
session_playlist.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_playlists.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
session_route.h fix definition of templateed foreach_track() methods 2020-05-07 17:40:20 -06:00
session_state_utils.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_utils.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sidechain.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
silentfilesource.h cleanup after timecnt_t API changed (libs edition) 2021-08-13 12:51:31 -06:00
slavable.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
slavable_automation_control.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
smf_source.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
sndfile_helpers.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sndfileimportable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
sndfilesource.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
solo_control.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
solo_isolate_control.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
solo_mute_release.h Refactor Solo/Mute release 2021-02-22 00:59:58 +01:00
solo_safe_control.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
soloable.h Prepare for foldback bus A/PF Listen 2021-03-24 17:47:53 +01:00
soundcloud_upload.h NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00
soundseq.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
source.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
source_factory.h Terminate Peak file threads at exit 2022-03-01 18:20:40 +01:00
speaker.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
speakers.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
spline.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
srcfilesource.h alter Source::_length from timecnt_t to timepos_t 2022-01-28 15:52:27 -07:00
step_sequencer.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
stretch.h Use soundtouch for vocal audio time stretching (1/2) 2020-08-26 19:04:58 +02:00
strip_silence.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
stripable.h Consolidate and extend "well-known" controls: 2019-09-25 14:02:45 +02:00
system_exec.h Allow to unset LD_LIBRARY_PATH on exec 2022-04-01 18:19:55 +02:00
template_utils.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
tempo.h random commit to facilitate trivial move of work from laptop back to main system 2021-08-13 12:51:29 -06:00
tempo_map_importer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
thawlist.h Ensure that no ThawList remains frozen by accident 2021-05-01 17:31:32 +02:00
thread_buffers.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ticker.h Cache MIDI generator port latency 2020-07-12 01:50:01 +02:00
timecode.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
timefx_request.h fix initializer for TimeFXRequest::time_fraction (denominator not allowed to be zero) 2021-08-13 12:51:32 -06:00
timestamps.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
track.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
transform.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
transient_detector.h libardour: conversion to use timeline types (mega-commit) 2021-08-13 12:51:29 -06:00
transport_api.h 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_fsm.h Default_Play_Speed: prep work (libardour) 2021-07-03 19:06:02 +02:00
transport_master.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
transport_master_manager.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
transpose.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
triggerbox.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
trimmable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
types.h ripple: create RippleMode and associated enums 2022-03-14 19:26:41 -05:00
types_convert.h ripple: create RippleMode and associated enums 2022-03-14 19:26:41 -05:00
unknown_processor.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
uri_map.h Remove support for the long-deprecated LV2 uri-map extension 2020-12-01 11:40:35 +01:00
user_bundle.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
utils.h ripple: create RippleMode and associated enums 2022-03-14 19:26:41 -05:00
value_as_string.h Fix formatting of `-inf' on some Windows systems 2021-04-14 17:58:30 +02:00
variant.h adapt to DoubleableBeats and so forth (libs edition) 2021-08-13 12:51:32 -06:00
vca.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
vca_manager.h Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
vst2_scan.h VST2: new scanner implementation 2021-07-03 19:07:25 +02:00
vst3_host.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
vst3_module.h VST3: common factory instantiating and release 2020-10-02 15:01:01 +02:00
vst3_plugin.h VST3: allow to query presets via PluginInfo 2022-03-22 04:06:31 +01:00
vst3_scan.h VST3: log bundle-path 2021-07-03 19:07:25 +02:00
vst_plugin.h VST2: use new scanner 2021-07-03 19:07:26 +02:00
vst_types.h VST2: use new scanner 2021-07-03 19:07:26 +02:00
vumeterdsp.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
windows_vst_plugin.h VST2: use new scanner 2021-07-03 19:07:26 +02:00
worker.h Replace Glib::Threads with PBD::Thread (1/2) 2022-03-01 01:33:49 +01:00