| .. |
|
ardour
|
changes to RouteGroup API and mgmt to make explicit group removal work
|
2025-12-16 12:08:24 -07:00 |
|
msvc
|
|
|
|
MSVClibardour
|
Drop some unused files - avoid trying to maintain stuff that can't be tested
|
2024-10-20 03:11:53 +02:00 |
|
po
|
update german translation
|
2025-12-20 16:58:43 +01:00 |
|
test
|
Remove deprecated no-op function (1/2)
|
2025-11-20 23:10:52 +01:00 |
|
aarch64_neon_functions.cc
|
Add optimized NEON implementations for Aarch64
|
2025-03-07 02:52:52 +01:00 |
|
amp.cc
|
NO-OP: declare GAIN_COEFF_DELTA in common header
|
2025-11-27 01:18:57 +01:00 |
|
analyser.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
analysis_graph.cc
|
Update codebase to use PBD::Progress (1/2)
|
2023-05-19 00:37:49 +02:00 |
|
arm_neon_functions.cc
|
|
|
|
async_midi_port.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
audio_backend.cc
|
|
|
|
audio_buffer.cc
|
add some utility functions to Buffers and BufferSets to allow some kinds of debugging easily
|
2024-05-14 12:25:58 -06:00 |
|
audio_library.cc
|
Catch XDG_CONFIG_HOME is not an absolute path
|
2023-10-22 00:14:24 +02:00 |
|
audio_playlist.cc
|
Add a debug option to investigate RegionFX related underruns
|
2024-08-27 17:50:24 +02:00 |
|
audio_playlist_source.cc
|
Replace boost::scoped_array<T>
|
2024-10-19 01:04:02 +02:00 |
|
audio_port.cc
|
Flush audio-buffers for internal connections
|
2023-03-07 20:49:54 +01:00 |
|
audio_track.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
audio_unit.cc
|
Remove old Coreaudio OSX 10.5 support
|
2024-10-18 22:52:34 +02:00 |
|
audioanalyser.cc
|
|
|
|
audioengine.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
audiofile_tagger.cc
|
Add missing include for iostream, needed for taglib >= 2
|
2024-02-20 16:38:37 +01:00 |
|
audiofilesource.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
audioregion.cc
|
Fix artifacts with concurrent region read / shared playlists
|
2025-11-30 16:59:20 +01:00 |
|
audiorom.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
audiosource.cc
|
Fix crash due to concurrent sndfile access
|
2025-10-26 15:10:46 +01:00 |
|
auditioner.cc
|
Fix MIDI audition
|
2025-12-11 06:08:29 +01:00 |
|
automatable.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
automation.cc
|
|
|
|
automation_control.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
automation_list.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
automation_watch.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
auv2_scan.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
beatbox.cc
|
|
|
|
broadcast_info.cc
|
use modern C++ for snprintf (#9841)
|
2024-11-04 18:48:28 +01:00 |
|
buffer.cc
|
|
|
|
buffer_manager.cc
|
|
|
|
buffer_set.cc
|
Allow to re-allocate (ensure) buffers after clearing them
|
2025-09-23 17:46:15 +02:00 |
|
bundle.cc
|
Investigate alleged crash on intel mac
|
2024-12-10 19:28:27 +01:00 |
|
butler.cc
|
Fix MIDI audition
|
2025-12-11 06:08:29 +01:00 |
|
caimportable.cc
|
|
|
|
capturing_processor.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
chan_count.cc
|
|
|
|
chan_mapping.cc
|
|
|
|
ChangeLog
|
|
|
|
circular_buffer.cc
|
std::atomic - 2nd batch of changes to convert from glib to std::atomic
|
2023-03-24 14:19:15 -06:00 |
|
clip_library.cc
|
factor out the platform-specific default clip library path
|
2025-11-03 12:28:13 -07:00 |
|
control_group.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
control_protocol_manager.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
convolver.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
coreaudiosource.cc
|
Remove old Coreaudio OSX 10.5 support
|
2024-10-18 22:52:34 +02:00 |
|
data_type.cc
|
|
|
|
debug.cc
|
LV2: add debug option to dump plugin/UI Atom communication
|
2025-10-01 22:52:07 +02:00 |
|
default_click.cc
|
|
|
|
delayline.cc
|
Replace boost::shared_array<T> with std::shared_ptr<T[]>
|
2024-11-06 23:03:19 +01:00 |
|
delivery.cc
|
De-click External Sends
|
2025-11-27 01:31:27 +01:00 |
|
directory_names.cc
|
Define folder/file extensions for route-state import/export
|
2025-11-24 21:07:52 +01:00 |
|
disk_io.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
disk_reader.cc
|
Fix YASNAFU (amend fa319ffda2), midi audition/playback
|
2025-12-11 05:11:29 +01:00 |
|
disk_writer.cc
|
MIDI diskwriter: at least pretend to catch errors when pushing to MidiRingBuffer
|
2025-11-16 14:03:11 -07:00 |
|
dsp_filter.cc
|
Add Stereo Correlation Meter DSP
|
2025-04-15 17:56:33 +02:00 |
|
ebur128_analysis.cc
|
|
|
|
element_import_handler.cc
|
|
|
|
engine_slave.cc
|
Reduce reliance on boost - the easy part
|
2024-10-19 03:41:16 +02:00 |
|
enums.cc
|
Add enum to configure VST3 knob mode
|
2025-11-11 01:04:24 +01:00 |
|
event_type_map.cc
|
Vapor: set surround-send level range to +/-20 dB
|
2024-03-21 14:23:43 +01:00 |
|
export_channel.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
export_channel_configuration.cc
|
Safeguard against using RegionExport for default export
|
2023-06-22 23:34:15 +02:00 |
|
export_failed.cc
|
|
|
|
export_filename.cc
|
Export: check all channel-configurations before export
|
2023-02-04 00:21:09 +01:00 |
|
export_format_base.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
export_format_manager.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
export_format_specification.cc
|
avoid compiler warnings
|
2025-04-05 17:25:03 -06:00 |
|
export_formats.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
export_graph_builder.cc
|
Use PBD namespace for free CPU functions
|
2025-08-15 22:10:31 +02:00 |
|
export_handler.cc
|
fix various typos throughout codebase
|
2025-01-12 21:08:42 +01:00 |
|
export_preset.cc
|
Fix XML read error when creating new export profiles
|
2023-09-25 22:36:24 +02:00 |
|
export_profile_manager.cc
|
Use legalize_for_universal_path for sources and presets
|
2025-11-03 20:04:07 +01:00 |
|
export_smf_writer.cc
|
modify how Evoral::SMF (maybe) writes an EOT event into an SMF
|
2024-10-31 12:22:35 -06:00 |
|
export_status.cc
|
|
|
|
export_timespan.cc
|
|
|
|
ffmpegfileimportable.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
ffmpegfilesource.cc
|
|
|
|
file_source.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
filename_extensions.cc
|
Define folder/file extensions for route-state import/export
|
2025-11-24 21:07:52 +01:00 |
|
filesystem_paths.cc
|
Allow to query cache-dir by major version
|
2023-09-27 02:22:22 +02:00 |
|
filter.cc
|
TimeFX: copy region Fx (if any)
|
2025-05-08 17:34:41 +02:00 |
|
find_session.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
fixed_delay.cc
|
|
|
|
fluid_synth.cc
|
|
|
|
gain_control.cc
|
Constrain gain-control range (notably trim)
|
2024-06-20 01:01:11 +02:00 |
|
globals.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
graph.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
graph_edges.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
graphnode.cc
|
Flush GraphNode RCU when removing Routes
|
2024-04-25 19:18:06 +02:00 |
|
iec1ppmdsp.cc
|
|
|
|
iec2ppmdsp.cc
|
|
|
|
import.cc
|
SMF import: better handling of insane files
|
2025-12-11 18:20:17 -07:00 |
|
import_pt.cc
|
Use shared_ptr to manage RouteGroups everywhere (libs edition)
|
2025-12-14 23:46:48 +01:00 |
|
instrument_info.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
internal_return.cc
|
fix InternalSend (and InterntalReturn) to allow fade out/MIDI mute
|
2025-06-19 13:50:37 -06:00 |
|
internal_send.cc
|
NO-OP: declare GAIN_COEFF_DELTA in common header
|
2025-11-27 01:18:57 +01:00 |
|
io.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
io_plug.cc
|
I/O Plugin: only activate plugin after setting state
|
2025-12-06 18:07:59 +01:00 |
|
io_processor.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
io_tasklist.cc
|
Use PBD namespace for free CPU functions
|
2025-08-15 22:10:31 +02:00 |
|
kmeterdsp.cc
|
|
|
|
ladspa_plugin.cc
|
Remove unused cycle timer from plugins
|
2025-11-09 16:24:17 +01:00 |
|
latent.cc
|
Replace PBD::Signals (1/2)
|
2024-10-18 20:41:08 +02:00 |
|
legatize.cc
|
Fix Legatize::operator() by not removing 1 tick
|
2024-01-19 23:57:53 +01:00 |
|
library.cc
|
Use PBD::CCurl for libardour HTTP/S requests
|
2025-05-20 00:03:21 +02:00 |
|
linux_vst_support.cc
|
Revert "Prefer symbols from plugins"
|
2023-02-09 23:39:34 +01:00 |
|
load-save-session-collection.sh
|
|
|
|
load-save-session.sh
|
|
|
|
location.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
ltc_file_reader.cc
|
|
|
|
ltc_slave.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
lua_api.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
luabindings.cc
|
Fix Windows builds (RouteGroup Lua bindings)
|
2025-12-16 01:02:53 +01:00 |
|
luaproc.cc
|
add the concept of a length that is data-independent to MIDI files (libs)
|
2024-10-31 12:22:35 -06:00 |
|
luascripting.cc
|
Update Lua instances (2/4)
|
2023-10-04 02:48:26 +02:00 |
|
lufs_meter.cc
|
Srnd: expose the momentary loudness value in addtion to integrated loudness
|
2024-01-21 10:58:38 -06:00 |
|
lv2_evbuf.cc
|
Fix LV2 Atom sequence alignment #9750
|
2024-07-20 21:42:18 +02:00 |
|
lv2_plugin.cc
|
LV2: don't print warning messages from rt-thread
|
2025-11-22 18:04:23 +01:00 |
|
lxvst_plugin.cc
|
|
|
|
mac_vst_plugin.cc
|
|
|
|
mac_vst_support.cc
|
|
|
|
meter.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
midi_automation_list_binder.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
midi_buffer.cc
|
MidiBuffer: make ::write() return an error code if ::insert_event() fails
|
2025-11-16 14:03:11 -07:00 |
|
midi_channel_filter.cc
|
std::atomic - 2nd batch of changes to convert from glib to std::atomic
|
2023-03-24 14:19:15 -06:00 |
|
midi_clock_slave.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
midi_model.cc
|
NO-OP tiny rewording of a comment
|
2025-04-08 15:50:30 -06:00 |
|
midi_patch_manager.cc
|
provide an environment variable to disable MIDNAM loading (just for testing purposes)
|
2025-03-04 11:30:48 -07:00 |
|
midi_playlist.cc
|
amend 0edba1f559 to restore algorithm design
|
2025-07-14 10:21:44 -06:00 |
|
midi_port.cc
|
make Route::input_change_handler() virtual and use it in MidiTrack to notice incoming notes
|
2025-11-06 09:19:20 -07:00 |
|
midi_region.cc
|
remove Region::_tempo and Region::_meter; use Source-level data instead
|
2025-10-20 14:58:16 -06:00 |
|
midi_ring_buffer.cc
|
|
|
|
midi_scene_change.cc
|
|
|
|
midi_scene_changer.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
midi_source.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
midi_state_tracker.cc
|
MIDI state trackers: dump() is const
|
2024-10-17 07:44:30 -06:00 |
|
midi_stretch.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
midi_track.cc
|
input connection change on a midi track - forget last seen MIDI note
|
2025-11-06 09:23:23 -07:00 |
|
midi_ui.cc
|
Use .inc.h for #include files that not are plain headers
|
2024-10-20 03:11:53 +02:00 |
|
mididm.cc
|
|
|
|
midiport_manager.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
minibpm.cc
|
|
|
|
mix.cc
|
Fix veclib_find_peaks interface
|
2023-03-30 01:04:40 +02:00 |
|
mixer_scene.cc
|
Replace PBD::Signals (1/2)
|
2024-10-18 20:41:08 +02:00 |
|
mode.cc
|
|
|
|
monitor_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
monitor_port.cc
|
NO-OP: declare GAIN_COEFF_DELTA in common header
|
2025-11-27 01:18:57 +01:00 |
|
monitor_processor.cc
|
Fix MonotorProc's channel_solo_control
|
2024-04-09 22:02:31 +02:00 |
|
monitor_return.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
mp3fileimportable.cc
|
|
|
|
mp3filesource.cc
|
Remove "using namespace" from header
|
2023-01-12 19:01:48 +01:00 |
|
mtc_slave.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
mtdm.cc
|
|
|
|
mute_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
mute_master.cc
|
Fix SNAFU in 20d813cd17 (surround mute point)
|
2024-03-13 23:00:59 +01:00 |
|
muteable.cc
|
Properly forward MutePointChanged to mutable
|
2025-11-10 00:42:17 +01:00 |
|
onset_detector.cc
|
|
|
|
operations.cc
|
|
|
|
pan_controllable.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
pannable.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
panner.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
panner_manager.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
panner_shell.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
parameter_descriptor.cc
|
Vapor: set surround-send level range to +/-20 dB
|
2024-03-21 14:23:43 +01:00 |
|
phase_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
playlist.cc
|
Announce and add last duplicated regions to the region-map
|
2025-06-06 23:51:31 +02:00 |
|
playlist_factory.cc
|
Replace PBD::Signals (1/2)
|
2024-10-18 20:41:08 +02:00 |
|
playlist_source.cc
|
Fix playlist use-count 2/2
|
2023-06-10 03:33:51 +02:00 |
|
plug_insert_base.cc
|
Set default value for numeric plugin properties
|
2025-10-02 04:54:48 +02:00 |
|
plugin.cc
|
Avoid direct use of PluginInfo->n_in/outputs
|
2025-11-29 15:42:54 +01:00 |
|
plugin_insert.cc
|
Fix compilation w/o VST3_SUPPORT, remove redudant headers
|
2025-12-11 00:32:23 +01:00 |
|
plugin_manager.cc
|
Build fixes for NetBSD from pkgsrc (#9886)
|
2025-02-01 11:25:42 +01:00 |
|
plugin_scan_result.cc
|
|
|
|
polarity_processor.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
port.cc
|
Amend #96431aa0d, use non-relative port-name to store connections
|
2025-08-03 16:14:54 +02:00 |
|
port_engine_shared.cc
|
Prefer std::regex, and modern C++ string search
|
2025-11-11 19:04:16 +01:00 |
|
port_insert.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
port_manager.cc
|
Prefer std::regex, and modern C++ string search
|
2025-11-11 19:04:16 +01:00 |
|
port_set.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
presentation_info.cc
|
Replace PBD::Signals (1/2)
|
2024-10-18 20:41:08 +02:00 |
|
process_thread.cc
|
|
|
|
processor.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
quantize.cc
|
remove debug output
|
2023-09-24 15:01:04 -06:00 |
|
raw_midi_parser.cc
|
|
|
|
rb_effect.cc
|
Stretch gain envelope and region-FX automation with region
|
2025-05-08 22:01:25 +02:00 |
|
rc_configuration.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
readable.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
readonly_control.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
recent_sessions.cc
|
Prevent duplicate entries in recent session
|
2023-11-01 23:17:47 +01:00 |
|
record_enable_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
record_safe_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
region.cc
|
if Region::tempo_map() finds no tempo info in the source, use the global map
|
2025-10-27 16:02:47 -06:00 |
|
region_factory.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
region_fx_plugin.cc
|
Fix compilation w/o VST3_SUPPORT, remove redudant headers
|
2025-12-11 00:32:23 +01:00 |
|
resampled_source.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
return.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
reverse.cc
|
Update codebase to use PBD::Progress (1/2)
|
2023-05-19 00:37:49 +02:00 |
|
route.cc
|
Don't allow to deactivate master/monitor/surround busses
|
2025-12-17 14:40:21 +01:00 |
|
route_group.cc
|
Fix crash when group becomes empty but has a subgroup
|
2025-12-17 18:35:45 +01:00 |
|
route_group_member.cc
|
Use shared_ptr to manage RouteGroups everywhere (libs edition)
|
2025-12-14 23:46:48 +01:00 |
|
rt_midibuffer.cc
|
fix typo (| instead of ||)
|
2024-10-17 07:44:32 -06:00 |
|
rt_task.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
rt_tasklist.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
run-profiling.sh
|
|
|
|
run-tests.sh
|
|
|
|
scene_change.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
search_paths.cc
|
|
|
|
segment_descriptor.cc
|
fix repeated thinkos during deserialization of SegmentDescriptors
|
2025-10-20 14:58:16 -06:00 |
|
selection.cc
|
Use shared_ptr to manage RouteGroups everywhere (libs edition)
|
2025-12-14 23:46:48 +01:00 |
|
send.cc
|
De-click External Sends
|
2025-11-27 01:31:27 +01:00 |
|
session.cc
|
Fix crash at exit when route-groups are deleted by route drop ref
|
2025-12-17 03:14:22 +01:00 |
|
session_bundles.cc
|
Replace boost::erase_first with std equivalent
|
2024-10-19 01:04:14 +02:00 |
|
session_butler.cc
|
switch from glib atomic to std::atomic (libs edition)
|
2023-03-24 14:19:15 -06:00 |
|
session_click.cc
|
Fix duplicate Port flush_buffer calls (#9481)
|
2023-10-17 05:46:44 +02:00 |
|
session_command.cc
|
pbd: fairly unconscionable that Command in libpbd is not namespaced, so now it is
|
2023-08-07 16:33:16 -06:00 |
|
session_configuration.cc
|
Use .inc.h for #include files that not are plain headers
|
2024-10-20 03:11:53 +02:00 |
|
session_directory.cc
|
|
|
|
session_events.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
session_export.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
session_handle.cc
|
Fix include order TRACE_SETSESSION_NULL is defined in session_handle.h
|
2025-06-13 17:01:49 +02:00 |
|
session_ltc.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
session_metadata.cc
|
|
|
|
session_midi.cc
|
Use shared_ptr to manage RouteGroups everywhere (libs edition)
|
2025-12-14 23:46:48 +01:00 |
|
session_object.cc
|
|
|
|
session_playlists.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
session_process.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
session_rtevents.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
session_state.cc
|
changes to RouteGroup API and mgmt to make explicit group removal work
|
2025-12-16 12:08:24 -07:00 |
|
session_state_utils.cc
|
Remove unused API, prefer Session::possible_states
|
2023-06-07 17:39:29 +02:00 |
|
session_time.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
session_transport.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
session_vst.cc
|
Refactor API to allow VST2 plugins to callback to I/O and RegionFx
|
2024-08-17 16:47:26 +02:00 |
|
sha1.c
|
|
|
|
sidechain.cc
|
|
|
|
simple_export.cc
|
Vapor: Prototype LV2 export extension
|
2024-01-06 20:22:39 +01:00 |
|
slavable.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
slavable_automation_control.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
smf_source.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
sndfile_helpers.cc
|
|
|
|
sndfileimportable.cc
|
|
|
|
sndfilesource.cc
|
do tempo estimation within AudioSources, after capture and upon import
|
2025-10-20 14:58:16 -06:00 |
|
solo_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
solo_isolate_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
solo_mute_release.cc
|
libardour changes to support new selection/group logic
|
2023-07-31 13:36:14 -06:00 |
|
solo_safe_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
soundcloud_upload.cc
|
Fix curl 421 errors when disabling verify peer
|
2025-12-09 23:05:29 +01:00 |
|
source.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
source_factory.cc
|
Fix crash due to concurrent sndfile access
|
2025-10-26 15:10:46 +01:00 |
|
sp_stretch.cc
|
Implement StaffPad filter
|
2025-10-09 00:01:51 +02:00 |
|
speakers.cc
|
|
|
|
srcfilesource.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
sse_avx_functions_64bit_win.s
|
|
|
|
sse_functions.s
|
|
|
|
sse_functions_64bit.s
|
|
|
|
sse_functions_64bit_win.s
|
|
|
|
sse_functions_avx.cc
|
|
|
|
sse_functions_avx_linux.cc
|
|
|
|
sse_functions_xmm.cc
|
|
|
|
st_stretch.cc
|
Stretch gain envelope and region-FX automation with region
|
2025-05-08 22:01:25 +02:00 |
|
step_sequencer.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
strip_silence.cc
|
Update codebase to use PBD::Progress (1/2)
|
2023-05-19 00:37:49 +02:00 |
|
stripable.cc
|
Make Stripable::Sorter::operator() const
|
2024-12-29 19:45:52 +01:00 |
|
strum.cc
|
Remove debugging statements
|
2025-09-29 09:44:29 -05:00 |
|
surround_pannable.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
surround_return.cc
|
amend 16fb29d57 (ADM content creation)
|
2024-06-10 20:49:02 +02:00 |
|
surround_send.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
system_exec.cc
|
|
|
|
tailtime.cc
|
Add proper API to expose plugin tailtime
|
2024-08-31 02:55:04 +02:00 |
|
template_utils.cc
|
|
|
|
thawlist.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
thread_buffers.cc
|
|
|
|
ticker.cc
|
Add a FIXME note (MClk when vari-speeding from stop)
|
2025-11-11 01:59:37 +01:00 |
|
track.cc
|
track rec-enable does NOT enable triggerbox recording
|
2025-10-26 09:46:21 -06:00 |
|
transform.cc
|
pbd: fairly unconscionable that Command in libpbd is not namespaced, so now it is
|
2023-08-07 16:33:16 -06:00 |
|
transient_detector.cc
|
|
|
|
transport_fsm.cc
|
Reduce reliance on boost - the easy part
|
2024-10-19 03:41:16 +02:00 |
|
transport_master.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
transport_master_manager.cc
|
Reduce reliance on boost - the hard part
|
2024-10-19 03:47:21 +02:00 |
|
transpose.cc
|
pbd: fairly unconscionable that Command in libpbd is not namespaced, so now it is
|
2023-08-07 16:33:16 -06:00 |
|
triggerbox.cc
|
triggerbox: fix error during 794888738 that caused crashes when editing MIDI clip boundaries
|
2025-12-01 12:39:32 -07:00 |
|
unknown_processor.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
uri_map.cc
|
Add LV2 Bool variant support
|
2025-10-01 22:11:28 +02:00 |
|
user_bundle.cc
|
|
|
|
utils.cc
|
Fix I/O thread calculation on single core systems
|
2025-11-18 23:45:41 +01:00 |
|
vca.cc
|
Do not save VCA automation in templates
|
2025-01-03 22:01:59 +01:00 |
|
vca_manager.cc
|
switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
|
2023-03-24 14:19:15 -06:00 |
|
velocity_control.cc
|
objects don't have a time domain, they have a time domain provider (libs)
|
2023-08-02 15:22:52 -06:00 |
|
video_tools_paths.cc
|
|
|
|
vst2_scan.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
vst3_host.cc
|
VST3: implement host/global IContextInfoProvider
|
2025-08-25 22:34:20 +02:00 |
|
vst3_module.cc
|
VST3: directly use bundle-path on macOS
|
2025-12-10 22:53:12 +01:00 |
|
vst3_plugin.cc
|
VST3: handle edge-case when user removes optional aux ports
|
2025-12-07 19:10:13 +01:00 |
|
vst3_scan.cc
|
VST3: directly use bundle-path on macOS
|
2025-12-10 22:53:12 +01:00 |
|
vst_plugin.cc
|
Refactor API to allow VST2 plugins to callback to I/O and RegionFx
|
2024-08-17 16:47:26 +02:00 |
|
vst_state.cc
|
|
|
|
vumeterdsp.cc
|
|
|
|
windows_vst_plugin.cc
|
Fix copy/paste, windows (not Linux) VSTs..
|
2024-08-28 04:28:26 +02:00 |
|
worker.cc
|
Remove unused unistd.h an sys/time.h includes
|
2025-11-25 16:08:39 +01:00 |
|
wscript
|
Add MSVC specific compiler flags to wscript
|
2025-12-13 16:01:03 +01:00 |
|
x86_functions_avx512f.cc
|
NOOP: whitespace
|
2024-04-10 03:10:43 +02:00 |
|
x86_functions_fma.cc
|
|
|
|
zeroconf.cc
|
Avoid .sh file extension
|
2022-12-03 15:03:44 +01:00 |