ardour/libs/ardour/ardour
Robin Gareus ef06f01c7b
VST2: new scanner implementation
2021-07-03 19:07:25 +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 No-OP: remove unused variables 2021-03-17 17:53:43 +01:00
analyser.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
analysis_graph.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
ardour.h tweak libardour to reflect get_microseconds() move to libpbd 2021-06-26 18:26:13 -06: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Prefer const reference (amend f564c92493) 2020-07-26 17:15:15 +02: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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
audioanalyser.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audioengine.h add some initial timing points for dsp stats 2021-06-11 18:55:24 -06:00
audiofile_tagger.h Add support for RIFF and ID3v2 tags (wav, aiff) 2020-11-14 19:30:54 +01:00
audiofilesource.h remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
audioplaylist.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
audioregion.h Remove unused API, reduce sndfile/coreaudio specialization 2019-12-07 11:32:07 +01:00
audiorom.h Add a Read Only Memory Audio Source 2020-02-06 17:30:21 +01:00
audiosource.h Allow multi-threaded AudioSource reading 2020-12-21 21:55:55 +01:00
auditioner.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
auto_bundle.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
automatable.h Add Lua API to query all automatable params 2021-06-30 19:23:40 +02:00
automatable_sequence.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
automation_control.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
automation_list.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
automation_watch.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
beats_samples_converter.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
caimportable.h Amend 183d3fb49; implement ImportableSource API 2019-08-04 14:43:46 +02:00
capturing_processor.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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
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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
convolver.h Implement zero-latency convolver 2021-03-30 01:29:32 +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 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 VST3: add debug messages 2020-10-09 22:18:05 +02:00
delayline.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
delivery.h Add support for MainOutVolume in main-outs delivery 2020-07-21 02:18:38 +02:00
directory_names.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
disk_io.h Fix race condition when deleting tracks 2021-02-14 21:43:36 +01:00
disk_reader.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
disk_writer.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
dsp_filter.h Fix DSP::process_map() plugin-pin I/O map handing 2020-02-26 17:50:08 +01:00
dsp_load_calculator.h Add API to reset DSP load state 2020-03-30 16:43:42 +02:00
ebur128_analysis.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
export_analysis.h Keep track of export-limiter redux 2021-04-12 23:15:30 +02:00
export_channel.h No-OP: remove unused variables 2021-03-17 17:53:43 +01:00
export_channel_configuration.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Overhaul export loudness normalization 2021-04-12 23:15:30 +02: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 Update analysis duration when post-processing 2021-04-12 23:15:30 +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 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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01: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 Reduce InternalReturn inheritance 2021-02-01 23:49:49 +01:00
internal_send.h Fix aux-send solo propagation 2020-05-08 14:59:44 +02: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 Overhaul connection events, fix capture alignment 2021-06-11 20:02:39 +02:00
io_processor.h Refactor send naming (#7905) 2020-03-02 20:07:52 +01: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
location.h libardour: add Locations::ripple() 2021-05-28 17:43:33 -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 Add Lua binding to query plugin-presets and scalepoints 2021-05-27 16:56:24 +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 Remove custom generic plugin UIs (a-eq) 2/2 2021-06-04 01:43:29 +02:00
lxvst_plugin.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
mac_vst_plugin.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 Change Mackie Control combined meter to use a peak meter with falloff 2021-07-02 15:39:01 -05:00
midi_automation_list_binder.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
midi_buffer.h Never write #ifdef'ed code after 4am 2020-09-28 17:23:32 +02:00
midi_channel_filter.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
midi_cursor.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
midi_model.h API consistency, prefer typedef'ed event_id_t 2021-03-19 06:29:03 +01: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 Prevent huge stack allocations for MIDNAM files 2020-04-23 02:25:38 +02:00
midi_playlist.h Remove unused private fields (Wunused-private-field) 2021-05-30 20:09:35 -04:00
midi_playlist_source.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midi_port.h NOOP: remove whitespace 2020-02-24 18:44:58 -07:00
midi_region.h Cont'd work to prevent region creation signal-emission 2021-05-01 16:21:17 +02:00
midi_ring_buffer.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
midi_scene_change.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -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 rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
midi_state_tracker.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 Update API to send immediate events 2020-09-20 19:16:43 +02: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 remove MIDI Control input and output ports from session-level objects 2019-12-31 12:06:14 -07: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
monitor_port.h Refactor input port monitoring 2021-06-08 14:34:57 +02:00
monitor_processor.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
monitor_return.h Add Monitor Return 2021-02-22 00:59:59 +01: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
mute_master.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
muteable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
onset_detector.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
operations.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
pan_controllable.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
pannable.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
panner.h Fix C++98 compat: class-key must be used when declaring a friend 2020-03-24 14:38:35 +01:00
panner_manager.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
panner_shell.h Fix send panner when copying sends 2021-01-18 18:58:10 +01: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
pitch.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
playlist.h Playlist UI Tweaks: assign pgroup_id's on Import (libardour part) 2021-07-03 19:06:03 +02:00
playlist_factory.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
playlist_source.h add concept of an owner region (by ID) to PlaylistSource 2020-01-08 22:21:21 -07:00
plugin.h Remove custom generic plugin UIs (a-eq) 2/2 2021-06-04 01:43:29 +02:00
plugin_insert.h change PBD::microseconds_t to a signed type and check for -1 in TimingStats::update 2021-06-28 14:47:48 -06:00
plugin_manager.h VST3: scan logs 2021-07-03 19:07:25 +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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
port.h Overhaul connection events, fix capture alignment 2021-06-11 20:02:39 +02:00
port_engine.h use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK) 2020-04-07 13:23:49 -06:00
port_engine_shared.h PortList debug methods (to be called from gdb) 2021-05-07 01:43:19 +02:00
port_insert.h Refactor send naming (#7905) 2020-03-02 20:07:52 +01:00
port_manager.h PortList debug methods (to be called from gdb) 2021-05-07 01:43:19 +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 gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
process_thread.h Use ProcessThread::init () to set up denormal protection 2019-09-09 18:48:16 +02:00
processor.h Allow foldback sends to be pre or post fader 2020-05-28 07:05:59 -07: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
rc_configuration_vars.h Default_Play_Speed: nuke shuttle Wheel mode (libardour part) 2021-07-03 19:06:02 +02:00
readable.h Break out API to create readables from files 2020-02-06 17:30:21 +01:00
readonly_control.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
record_safe_control.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
recordable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
region.h Cruft removal: behavior of Region List has changed; these functions are deprecated (libardour) 2021-06-08 08:33:48 -05:00
region_factory.h NO-OP: clang-format 2021-05-01 16:21:17 +02:00
region_sorters.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
resampled_source.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
return.h Refactor send naming (#7905) 2020-03-02 20:07:52 +01: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 Prepare for foldback bus A/PF Listen 2021-03-24 17:47:53 +01:00
route_graph.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
route_group.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 support backwards reading of MIDI from RTMidiBuffer 2019-11-18 12:01:43 -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
selection.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
send.h Clean up 135814cf0, prefer PannableChanged signal 2020-04-25 16:26:37 +02:00
session.h Default_Play_Speed: nuke shuttle Wheel mode (libardour part) 2021-07-03 19:06:02 +02:00
session_configuration.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_configuration_vars.h remove destructive/tape mode tracks 2020-03-17 16:31:49 -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 CUE monitor during record w/preroll 2021-07-02 19:52:59 +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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_object.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_playlist.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
session_playlists.h Playlist UI tweaks: add function playlists_for_pgroup() (libardour) 2021-06-01 17:55:09 -05: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
silentfilesource.h Prevent silentfile over-read #8563 2021-02-05 16:06:55 +01: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
smf_source.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -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 remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
solo_control.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
solo_isolate_control.h No-OP: remove unused variables 2021-03-17 17:53:43 +01:00
solo_mute_release.h Refactor Solo/Mute release 2021-02-22 00:59:58 +01:00
solo_safe_control.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 libardour: infrastructure for cue-marker-only source undo/redo 2021-05-27 17:17:40 -06:00
source_factory.h remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
speaker.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
speakers.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
spline.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
srcfilesource.h remove destructive/tape mode tracks 2020-03-17 16:31:49 -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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
template_utils.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
tempo.h Allow const tempo-map lookups 2020-11-20 02:07:37 +01: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 Use soundtouch for vocal audio time stretching (1/2) 2020-08-26 19:04:58 +02:00
timestamps.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
track.h Playlist UI tweaks: Update PlaylistSelector (libardour part) 2021-06-01 09:15:54 -05:00
transform.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
transient_detector.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
transport_api.h 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_fsm.h Default_Play_Speed: prep work (libardour) 2021-07-03 19:06:02 +02:00
transport_master.h Add function to find transport master by port and expose midi parser 2021-06-23 17:54:58 -05:00
transport_master_manager.h Add function to find transport master by port and expose midi parser 2021-06-23 17:54:58 -05:00
transpose.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
trimmable.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
types.h Default_Play_Speed: nuke shuttle Wheel mode (libardour part) 2021-07-03 19:06:02 +02:00
types_convert.h Default_Play_Speed: nuke shuttle Wheel mode (libardour part) 2021-07-03 19:06:02 +02:00
unknown_processor.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
utils.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
value_as_string.h Fix formatting of `-inf' on some Windows systems 2021-04-14 17:58:30 +02:00
variant.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
vca.h Prepare for foldback bus A/PF Listen 2021-03-24 17:47:53 +01:00
vca_manager.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02: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: pre-allocate AudioBusBuffers 2020-12-30 21:25:03 +01:00
vst3_scan.h VST3: log bundle-path 2021-07-03 19:07:25 +02:00
vst_info_file.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
vst_plugin.h Update Plugin API to allow timestamped parameter changes 2020-09-14 23:37:21 +02:00
vst_types.h Revert "Fix crashes when unloading mac VST2 plugins" 2021-06-30 01:05:09 +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 Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
worker.h Update libardour GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00