13
0
livetrax/libs/ardour
2016-10-19 17:49:35 -04:00
..
ardour basics of managing a list of port names for MIDI-input-follows-selection 2016-10-19 17:49:35 -04:00
macosx/libardour.xcodeproj
msvc
MSVClibardour
po
test Improve check in tempoAtPulseTest 2016-10-13 14:26:54 +11:00
amp.cc
analyser.cc
analysis_graph.cc
async_midi_port.cc
audio_backend.cc spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz> 2016-10-17 17:57:39 -04:00
audio_buffer.cc
audio_diskstream.cc
audio_library.cc
audio_playlist_importer.cc
audio_playlist_source.cc
audio_playlist.cc
audio_port.cc
audio_region_importer.cc
audio_track_importer.cc
audio_track.cc
audio_unit.cc
audioanalyser.cc
audioengine.cc convert cerr<< to DEBUG_TRACE 2016-10-17 11:16:07 -04:00
audiofile_tagger.cc
audiofilesource.cc cleaner version of feed9648 -- fixes #7067 2016-10-11 22:57:38 +02:00
audioregion.cc
audiosource.cc
auditioner.cc
automatable.cc
automation_control.cc remove debug output 2016-10-17 13:41:22 -04:00
automation_list.cc
automation_watch.cc
automation.cc
beats_frames_converter.cc
broadcast_info.cc
buffer_manager.cc
buffer_set.cc
buffer.cc
bundle.cc
butler.cc
caimportable.cc
capturing_processor.cc
chan_count.cc
chan_mapping.cc
ChangeLog
control_group.cc
control_protocol_manager.cc
controllable_descriptor.cc
coreaudiosource.cc
cycle_timer.cc
data_type.cc
debug.cc Inital support for Steinberg's CC121 control surface 2016-10-13 12:10:39 -04:00
default_click.cc
delayline.cc
delivery.cc ignore send buffers for which there's no return 2016-10-17 00:33:02 +02:00
directory_names.cc
diskstream.cc
dsp_filter.cc
ebur128_analysis.cc
element_import_handler.cc
element_importer.cc
engine_slave.cc
engine_state_controller.cc
enums.cc
event_type_map.cc
export_channel_configuration.cc
export_channel.cc
export_failed.cc
export_filename.cc
export_format_base.cc
export_format_manager.cc
export_format_specification.cc
export_formats.cc
export_graph_builder.cc
export_handler.cc fast region export -- don't call process() 2016-10-17 21:35:00 +02:00
export_preset.cc
export_profile_manager.cc
export_status.cc
export_timespan.cc
file_source.cc spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz> 2016-10-17 17:57:39 -04:00
filename_extensions.cc
filesystem_paths.cc
filter.cc
find_session.cc
fixed_delay.cc
fluid_synth.cc
gain_control.cc
gettext.h
globals.cc
graph.cc
graphnode.cc
iec1ppmdsp.cc
iec2ppmdsp.cc
import.cc
instrument_info.cc
internal_return.cc
internal_send.cc allow feedback (loops) from internal sends 2016-10-14 15:06:49 +02:00
interpolation.cc
io_processor.cc
io.cc add more DEBUG_TRACE statements for port/destruction debugging 2016-10-17 11:16:07 -04:00
kmeterdsp.cc
ladspa_plugin.cc
legatize.cc
linux_vst_support.cc
load-save-session-collection.sh
load-save-session.sh
location_importer.cc
location.cc
ltc_file_reader.cc
ltc_slave.cc
lua_api.cc
luabindings.cc Source and AudioSource Lua bindings 2016-10-15 21:27:29 +02:00
luaproc.cc Add Lua-bindings for inter-processor communication 2016-10-10 17:34:18 +02:00
luascripting.cc add const'ness (allowing LuaScriptList::const_iterator) 2016-10-10 23:49:19 +02:00
lv2_evbuf.c
lv2_evbuf.h
lv2_plugin.cc Use official LV2 state:StateChanged URI 2016-10-19 19:45:53 +02:00
lxvst_plugin.cc
meter.cc
midi_automation_list_binder.cc
midi_buffer.cc
midi_channel_filter.cc
midi_clock_slave.cc
midi_diskstream.cc Warn about skipped MIDI events 2016-10-17 20:22:26 -04:00
midi_model.cc
midi_patch_manager.cc
midi_playlist_source.cc
midi_playlist.cc
midi_port.cc new scheme for managing port deletion 2016-10-13 17:18:54 -04:00
midi_region.cc
midi_ring_buffer.cc Clean up MIDI debugging output 2016-10-17 20:22:26 -04:00
midi_scene_change.cc
midi_scene_changer.cc
midi_source.cc Clean up MIDI debugging output 2016-10-17 20:22:26 -04:00
midi_state_tracker.cc
midi_stretch.cc
midi_track.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
midi_ui.cc
mididm.cc
midiport_manager.cc
mix.cc
mode.cc
monitor_control.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
monitor_processor.cc
mtc_slave.cc
mtdm.cc
mute_control.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
mute_master.cc
muteable.cc
note_fixer.cc
onset_detector.cc
operations.cc
pan_controllable.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
pannable.cc fix panner reset when switching to aux-sends -- fixes #6893 2016-10-13 19:57:50 +02:00
panner_manager.cc
panner_shell.cc
panner.cc
parameter_descriptor.cc cater for Note translations. e.g. "Ré ♯" UTF-8 2016-10-11 14:09:54 +02:00
pcm_utils.cc
phase_control.cc much simpler implementation of fix originally in c104c9d4726f3: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value 2016-10-14 11:42:41 -04:00
playlist_factory.cc
playlist_source.cc
playlist.cc
plugin_insert.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
plugin_manager.cc
plugin.cc
port_insert.cc
port_manager.cc basics of managing a list of port names for MIDI-input-follows-selection 2016-10-19 17:49:35 -04:00
port_set.cc
port.cc
presentation_info.cc
process_thread.cc
processor.cc
progress.cc
quantize.cc
rb_effect.cc
rc_configuration.cc
rdff.c
rdff.h
recent_sessions.cc
record_enable_control.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
record_safe_control.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
region_factory.cc
region.cc Music locked regions stay positive after tempo map change. 2016-10-18 02:12:33 +11:00
resampled_source.cc
return.cc
reverse.cc
route_graph.cc
route_group_member.cc
route_group.cc
route.cc Allow to get a route reference from SessionObject* 2016-10-10 17:34:18 +02:00
run-profiling.sh
run-tests.sh
scene_change.cc
search_paths.cc
send.cc
session_butler.cc
session_click.cc
session_command.cc
session_configuration.cc
session_directory.cc
session_events.cc
session_export.cc fast region export -- don't call process() 2016-10-17 21:35:00 +02:00
session_handle.cc
session_ltc.cc
session_metadata.cc
session_midi.cc
session_object.cc
session_playlists.cc Wrong iterator used with IDSortedList 2016-10-10 14:10:39 +01:00
session_process.cc
session_rtevents.cc
session_state_utils.cc
session_state.cc Allow opening sessions with files embedded from removable drives 2016-10-13 02:07:34 +02:00
session_time.cc
session_transport.cc
session_vst.cc
session.cc fast region export -- don't call process() 2016-10-17 21:35:00 +02:00
sha1.c
sidechain.cc
slavable_automation_control.cc much simpler implementation of fix originally in c104c9d4726f3: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value 2016-10-14 11:42:41 -04:00
slavable.cc
slave.cc
smf_source.cc
sndfile_helpers.cc
sndfileimportable.cc
sndfilesource.cc
solo_control.cc Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed." 2016-10-14 11:42:41 -04:00
solo_isolate_control.cc much simpler implementation of fix originally in c104c9d4726f3: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value 2016-10-14 11:42:41 -04:00
solo_safe_control.cc much simpler implementation of fix originally in c104c9d4726f3: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value 2016-10-14 11:42:41 -04:00
soundcloud_upload.cc Initialize uninitialized member variables in ctor - warning suppression 2016-10-17 15:58:39 -04:00
source_factory.cc
source.cc
speakers.cc
srcfilesource.cc
sse_avx_functions_64bit_win.s
sse_functions_64bit_win.s
sse_functions_64bit.s
sse_functions_avx_linux.cc
sse_functions_avx.cc
sse_functions_xmm.cc
sse_functions.s
st_pitch.cc
st_stretch.cc
strip_silence.cc
stripable.cc
system_exec.cc
tape_file_matcher.cc
template_utils.cc
tempo_map_importer.cc
tempo.cc Improve bbt ruler drawing performance for large time ranges. 2016-10-19 03:56:43 +11:00
thread_buffers.cc
ticker.cc
track.cc
transform.cc
transient_detector.cc
transpose.cc
unknown_processor.cc
uri_map.cc Use official LV2 state:StateChanged URI 2016-10-19 19:45:53 +02:00
user_bundle.cc
utils.cc
vca_manager.cc
vca.cc
vst_info_file.cc
vst_plugin.cc add missing #include 2016-10-10 14:37:03 +02:00
vumeterdsp.cc
windows_vst_plugin.cc
worker.cc
wscript Unit-tests to check Lua session+DSP scripts 2016-10-11 00:00:52 +02:00