ardour/libs/ardour/ardour
David Robillard 27dfd8a7e3 Fix loading LV2 presets with non-float port values
In practice, this mostly means integers when presets leave off the ".0", but we
implement all the numeric types here for good measure.

Also while we're at it, warn about unknown types now so it doesn't take three
people a half an hour to figure out what's going on the next time something
like this happens.
2022-12-13 22:03:48 -05: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 Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04: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 Reset port resampler after freewheeling 2022-05-10 16:01:39 +02: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 Fix typos in source function`max_configurable_outputs` 2022-05-12 09:18:32 -04: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 Replace AutomationControlSet with ControllableSet (1/2) 2022-10-18 00:08:27 +02: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 Place Pool in PBD namespace 2022-07-07 05:21:54 +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 Place Pool in PBD namespace 2022-07-07 05:21:54 +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 Update Lua Convolver API 2022-09-29 23:44:42 +02: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 Implement cycle profiling for ppc64 2022-10-17 16:02:12 +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 surfaces; convert push2 to inherit from MIDISurface 2022-11-16 08:37:57 -07: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 Consolidate send/delivery gain control 2022-10-14 02:21:49 +02:00
directory_names.h move midi maps folders and file extension out of control surfaces library 2022-11-18 14:04:59 -07: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 Implement "vicanek" matched biquad filters 2022-10-31 22:47:30 +01: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 Overhaul export channel state save/load 2022-05-16 04:54:17 +02:00
export_channel_configuration.h Overhaul export channel state save/load 2022-05-16 04:54:17 +02: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 Add 24kHz as export rate, and limit opus to 8,24,48 per spec 2022-12-06 06:35:44 +01: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 Consolidate Export Format/Spec comparision 2022-12-07 17:56:07 +01:00
export_formats.h Opus has no sample-formats 2022-12-06 06:35:40 +01:00
export_graph_builder.h Implement MIDI ExportGraph processing 2022-05-16 04:54:17 +02: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 Add API to query current export preset 2022-10-20 21:38:40 +02:00
export_smf_writer.h Bootstrap MIDI export writer 2022-05-16 04:54:17 +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 Fix session-archive of stereo files #9122 2022-11-28 00:40:17 +01:00
filename_extensions.h move midi maps folders and file extension out of control surfaces library 2022-11-18 14:04:59 -07:00
filesystem_paths.h Consolidate search/file-system paths (fixes vst builds) 2022-11-19 00:48:11 +01:00
filter.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
fixed_delay.h Add API to query fixed delay line's delay time 2022-05-15 19:32:46 +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 Re-implement RTTaskList using Graph Threads 2022-06-04 17:22:50 +02:00
graph_edges.h Untangle Graph from Route 2022-05-06 14:02:34 +02:00
graphnode.h Use a GraphNode base-class for processing 2022-06-04 15:22:05 +02: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 import_markers option (1/4) 2022-11-22 01:44:53 +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_plug.h Disambiguate GraphNode::run and IOPlug::run 2022-06-04 15:19:18 +02: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
library.h libraryfetch: add description count 2022-10-04 11:18:40 -06:00
linux_vst_support.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
lmath.h
location.h small change to Locations::clear_cue_markers() API to bring it into line with other clear_* methods 2022-10-21 07:51:53 -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 Fix erractic timecode detection when extracting LTC from video 2022-09-03 21:39:26 +02:00
lua_api.h Add Lua method to show system env 2022-12-07 00:28:21 +01: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 Fix typos in source function`max_configurable_outputs` 2022-05-12 09:18:32 -04: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 LV2: announce bufz:boundedBlockLength feature (#8942) 2022-07-18 15:42:44 +02: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 Prevent crash when running unconfigured meter processor 2022-11-20 15:07:07 +01: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 Remove unused method declaration 2022-05-13 19:38:12 +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 Fix MIDISource event-interpolation state save 2022-07-22 03:38:41 +02: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 MIDI region combine: fix conceptual errors 2022-10-31 14:22:17 -06:00
midi_port.h NOOP: remove whitespace 2020-02-24 18:44:58 -07:00
midi_region.h MIDI combine (basically operational) 2022-08-18 07:45:05 -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 Fix MIDISource event-interpolation state save 2022-07-22 03:38:41 +02:00
midi_state_tracker.h Implement MIDI region automation (CC, PGM, PB) opaqueness 2022-09-10 18:19:58 +02: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 Fix source comment typos in `libs/ardour` 2022-05-11 00:14:28 +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 new Session global MIDI input port for trigger control 2022-11-19 10:22:16 -07: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
mixer_scene.h Allow to filter MixerScene restore by AutomationType 2022-10-18 00:08:35 +02: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 MIDI region combine: fix conceptual errors 2022-10-31 14:22:17 -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
plug_insert_base.h Break out common plugin-insert state methods 2022-04-14 20:08:22 +02:00
plugin.h Consolidate plugin API to access parent insert 2022-08-05 01:17:59 +02:00
plugin_insert.h Consolidate plugin API to access parent insert 2022-08-05 01:17:59 +02:00
plugin_manager.h Clean up LADSPA preset path 2022-10-11 16:39:17 +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 Prepare API to resample session to engine when SR mismatches 2022-09-21 00:34:03 +02:00
port_engine.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
port_engine_shared.h Fix valid_port race/crash when ranaming ports 2022-06-18 22:54:08 +02:00
port_insert.h PortInsert: remove old API to query latency 2022-10-14 02:21:50 +02:00
port_manager.h Prepare API to resample session to engine when SR mismatches 2022-09-21 00:34:03 +02:00
port_set.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
presentation_info.h Put ostream operator<< for PresentationInfo in std namespace 2022-04-09 18:03:21 -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 infrastructure and implementation to allow "q" to drive quantize-selected-notes in midi edit mode 2022-08-31 13:53:55 -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 Remove unused config variables 2022-11-25 20:10:33 +01: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 Fix region gain for various edit operations 2022-11-03 21:22:32 +01: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 Replace AutomationControlSet with ControllableSet (1/2) 2022-10-18 00:08:27 +02:00
route_group.h Catch manual removal of subgroup bus (#9022) 2022-10-21 20:40:27 +02: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_safe_delete.h Implement rt-safe deletion - delegate to butler 2022-05-06 14:02:32 +02:00
rt_task.h Re-implement RTTaskList using Graph Threads 2022-06-04 17:22:50 +02:00
rt_tasklist.h Re-implement RTTaskList using Graph Threads 2022-06-04 17:22:50 +02: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 Consolidate search/file-system paths (fixes vst builds) 2022-11-19 00:48:11 +01: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 Consolidate send/delivery gain control 2022-10-14 02:21:49 +02:00
session.h add new Session global MIDI input port for trigger control 2022-11-19 10:22:16 -07: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 MIDI copies are now unlinked by default 2022-10-04 18:32:02 -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 Place Pool in PBD namespace 2022-07-07 05:21:54 +02: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
simple_export.h Move SimpleExport to libardour, add Lua bindings 2022-10-21 19:50:26 +02: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 Add API to query control-masters 2022-05-20 19:10:13 +02: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 Remove unused code in sndfile_helpers 2022-11-04 03:52:45 +01: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 source: provide a little syntactic sugar via ::time_since_capture_start() 2022-10-28 16:38:46 -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 convert use of operator* for tim::line types with ::scale(ratio_t) 2022-05-27 12:47:44 -06: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 Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04: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 Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04: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 triggers: remove sidechain and use global port for trigger control 2022-11-19 10:22:16 -07:00
trimmable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
types.h Allow to filter MixerScene restore by AutomationType 2022-10-18 00:08:35 +02:00
types_convert.h Add preference enum for plugin GUI unmap behavior 2022-10-08 18:44:16 +02: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 Fix loading LV2 presets with non-float port values 2022-12-13 22:03:48 -05: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 Add dedicated InsertReturnLevel type 2022-10-14 02:21:49 +02:00
variant.h adapt to DoubleableBeats and so forth (libs edition) 2021-08-13 12:51:32 -06:00
vca.h Allow VCAs to control A/PFL 2022-08-24 19:34:00 +02: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 Fix typos in source foward(s)->forwards(s) 2022-05-12 10:15:15 -04:00
vst3_scan.h VST3: log bundle-path 2021-07-03 19:07:25 +02:00
vst_plugin.h Consolidate plugin API to access parent insert 2022-08-05 01:17:59 +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
zeroconf.h Add zeroconf/mdns support 2022-12-02 17:32:11 +01:00