13
0
livetrax/libs/ardour
Paul Davis e54d71ec3d remove unused arguments to keep gcc quiet
git-svn-id: svn://localhost/ardour2/branches/3.0@9291 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-05 01:03:44 +00:00
..
ardour remove unused arguments to keep gcc quiet 2011-04-05 01:03:44 +00:00
lv2ext Implement LV2 files extension. 2011-04-03 01:57:12 +00:00
macosx
po
test
.cvsignore
amp.cc manage Route::_have_internal_generator more accurately and never flush processors if there is on; correctly manage declicking so that only *TRACKS* without internal generators will declick at transport state transitions (fixes horrible click at transport stop in some configurations 2011-03-07 22:13:53 +00:00
analyser.cc
audio_buffer.cc
audio_diskstream.cc Fix broken whitespace (no functional changes). 2011-04-04 23:00:48 +00:00
audio_library.cc
audio_playlist_importer.cc
audio_playlist.cc
audio_port.cc Fix assert failure when cycle_end is called by AudioEngine::set_session before the buffer is set up. 2011-03-14 18:41:35 +00:00
audio_region_importer.cc
audio_track_importer.cc
audio_track.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
audio_unit.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
audioanalyser.cc
audioengine.cc avoid untested use of 2 jack weak symbols 2011-03-21 16:58:16 +00:00
audiofile_tagger.cc
audiofilesource.cc
audioregion.cc Fix read_raw_internal to use the appropriate audio source for the specified channel, and fix maximum_amplitude to check all channels of a region rather than just the first. Fixes #3933. 2011-04-04 23:32:20 +00:00
audiosource.cc
auditioner.cc
auto_bundle.cc
automatable.cc Number CC automation tracks from 0 rather than 1 (#3814) 2011-03-02 14:14:46 +00:00
automation_control.cc
automation_list.cc
automation.cc
beats_frames_converter.cc
broadcast_info.cc
buffer_manager.cc
buffer_set.cc fix all manner of wrongness with port buffer offsets 2011-03-07 19:06:42 +00:00
buffer.cc
bundle.cc
butler.cc increase butler event pool size dramatically 2011-03-02 22:41:46 +00:00
caimportable.cc
callback.cc
capturing_processor.cc Fix previous. 2011-03-01 18:09:40 +00:00
chan_count.cc
chan_mapping.cc
ChangeLog
configuration.cc
control_protocol_manager.cc
control_protocol_search_path.cc set ARDOUR_SURFACES_PATH for a bundle, just like ARDOUR_PANNER_PATH 2011-03-23 14:36:29 +00:00
coreaudiosource.cc
crossfade.cc
cycle_timer.cc
debug.cc lots of stuff related to capture alignment. things appear to be working now, but require the right alignment setting, which doesn't persist correctly at present 2011-03-08 20:12:40 +00:00
default_click.cc
delivery.cc fix (?) capture alignment by making sure we use non-public latency information for playback latency, thus avoiding counting plugin latency twice 2011-03-18 20:21:51 +00:00
directory_names.cc add the standard mechanism for search paths to the path used for export formats, so that we can find them in a bundle 2011-04-02 13:53:03 +00:00
diskstream.cc move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::rename_write_sources() which is no longer relevant (sources are not created on disk until needed); fixup calling Diskstream::non_realtime_input_change() when calling Diskstream::set_track() with a track that doesn't yet have any I/O (i.e. typical case) 2011-04-04 16:41:20 +00:00
element_import_handler.cc
element_importer.cc
enums.cc add new concept for managing alignment style (AlignChoice); switch to using worst_playback_latency() just about everywhere we were using worst_output_latency() - the former includes plugin latency. answer appears to break earlier fixes to alignment, but is semantically right, so plan to investigate in another 8 hours or so 2011-03-09 05:19:44 +00:00
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_search_path.cc add the standard mechanism for search paths to the path used for export formats, so that we can find them in a bundle 2011-04-02 13:53:03 +00:00
export_formats.cc
export_graph_builder.cc
export_handler.cc
export_multiplication.cc
export_preset.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
export_profile_manager.cc add the standard mechanism for search paths to the path used for export formats, so that we can find them in a bundle 2011-04-02 13:53:03 +00:00
export_status.cc
export_timespan.cc
file_source.cc remove entire "stub" file concept; open new audio and MIDI files on demand (at first write); could be a few gotchas with some corner case scenarios, but apparently works OK 2011-03-02 17:05:16 +00:00
filename_extensions.cc
filesystem_paths.cc
filter.cc
find_session.cc
gain.cc
gettext.h
globals.cc
graph.cc move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::rename_write_sources() which is no longer relevant (sources are not created on disk until needed); fixup calling Diskstream::non_realtime_input_change() when calling Diskstream::set_track() with a track that doesn't yet have any I/O (i.e. typical case) 2011-04-04 16:41:20 +00:00
graphnode.cc
i18n.h
import.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
internal_return.cc Remove out-of-date comment. 2011-02-20 01:00:44 +00:00
internal_send.cc Make InternalReturns collect their sends' data on the return's ::run(), rather than sends merging data with the InternalReturn on their ::run(). This makes internal send/return thread-safe so that N routes can send to 1 whilst they are being run in parallel process threads. 2011-02-20 00:55:52 +00:00
interpolation.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
io_processor.cc sorta-kinda working latency compensation, latency reporting and capture alignment ... working except that we report the wrong information to JACK and i've noticed a couple of odd circumstances where turning on a latent plugin caused punch recording to fail 2011-03-11 02:55:52 +00:00
io.cc fix (?) capture alignment by making sure we use non-public latency information for playback latency, thus avoiding counting plugin latency twice 2011-03-18 20:21:51 +00:00
jack_slave.cc
ladspa_plugin.cc
location_importer.cc
location.cc
lv2_event_buffer.cc
lv2_plugin.cc Implement LV2 files extension. 2011-04-03 01:57:12 +00:00
meter.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
midi_automation_list_binder.cc
midi_buffer.cc Fix more broken whitespace. 2011-03-15 01:16:24 +00:00
midi_clock_slave.cc
midi_diskstream.cc Fix broken whitespace (no functional changes). 2011-04-04 23:00:48 +00:00
midi_model.cc Fix more broken whitespace. 2011-03-15 01:16:24 +00:00
midi_patch_manager.cc
midi_playlist.cc minor tweaks to debug output and comments and header order 2011-04-04 21:48:17 +00:00
midi_port.cc Fix more broken whitespace. 2011-03-15 01:16:24 +00:00
midi_region.cc
midi_ring_buffer.cc Fix broken whitespace (no functional changes). 2011-04-04 23:00:48 +00:00
midi_source.cc minor tweaks to debug output and comments and header order 2011-04-04 21:48:17 +00:00
midi_state_tracker.cc
midi_stretch.cc
midi_track.cc Fix more broken whitespace. 2011-03-15 01:16:24 +00:00
midi_ui.cc
mix.cc
monitor_processor.cc Remove some unused methods. Restore Solo boost, SiP cut and Dim Cut correctly on session reload (#3903). 2011-03-30 12:37:14 +00:00
mtc_slave.cc add new concept for managing alignment style (AlignChoice); switch to using worst_playback_latency() just about everywhere we were using worst_output_latency() - the former includes plugin latency. answer appears to break earlier fixes to alignment, but is semantically right, so plan to investigate in another 8 hours or so 2011-03-09 05:19:44 +00:00
mtdm.cc
mute_master.cc
named_selection.cc
onset_detector.cc
operations.cc
pan_controllable.cc
pannable.cc Set session dirty when pans change (#3807). 2011-03-01 21:40:01 +00:00
panner_manager.cc
panner_search_path.cc set ARDOUR_SURFACES_PATH for a bundle, just like ARDOUR_PANNER_PATH 2011-03-23 14:36:29 +00:00
panner_shell.cc remove semantic-free Panner::Changed signal; make mackie code pay attention to actual pan controls; make GUI watch PannerShell::Changed for news that the currently chosen panner has changed or changed configuration 2011-02-22 18:44:22 +00:00
panner.cc more progress on speakers/vbap etc. etc (still a work in progress) 2011-02-17 16:43:55 +00:00
pcm_utils.cc
pi_controller.cc
playlist_factory.cc
playlist.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
plugin_insert.cc Add plugins (activating them) after doing any latency_compute_run, as otherwise the latency_compute_run deactivates the plugins and an assert trips in LadspaPlugin::run_in_place. 2011-04-04 17:57:18 +00:00
plugin_manager.cc Fix duplicate singular/plural plugin category menus. 2011-03-11 04:41:48 +00:00
plugin.cc
port_insert.cc Save/restore PortInsert state fully (fixes #3901). 2011-03-30 12:59:15 +00:00
port_set.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
port.cc avoid untested use of 2 jack weak symbols 2011-03-21 16:58:16 +00:00
process_thread.cc
processor.cc
progress.cc
quantize.cc
rb_effect.cc
rc_configuration.cc
rdff.c Update for latest LV2 persist extension. 2011-03-29 08:56:22 +00:00
rdff.h Update for latest LV2 persist extension. 2011-03-29 08:56:22 +00:00
recent_sessions.cc
region_factory.cc improve, cleanup, rationalize Session::cleanup_sources() and supporting infrastructure 2011-03-01 21:54:54 +00:00
region.cc improve, cleanup, rationalize Session::cleanup_sources() and supporting infrastructure 2011-03-01 21:54:54 +00:00
resampled_source.cc
return.cc
reverse.cc
route_group_member.cc
route_group.cc
route.cc fix all manner of things relating to io connections, setting capture alignment, and so on. still needs more tests of actual precise placement of newly recorded material 2011-03-15 19:32:21 +00:00
run-tests.sh Add panners and libtimecode to library path. 2011-02-26 20:36:38 +00:00
send.cc
session_butler.cc
session_click.cc Cope with stereo click files by mixing them down to mono before playback. Kind-of fixes #1893. 2011-02-17 20:25:17 +00:00
session_command.cc
session_configuration.cc
session_directory.cc remove entire "stub" file concept; open new audio and MIDI files on demand (at first write); could be a few gotchas with some corner case scenarios, but apparently works OK 2011-03-02 17:05:16 +00:00
session_events.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
session_export.cc
session_handle.cc
session_metadata.cc
session_midi.cc add new concept for managing alignment style (AlignChoice); switch to using worst_playback_latency() just about everywhere we were using worst_output_latency() - the former includes plugin latency. answer appears to break earlier fixes to alignment, but is semantically right, so plan to investigate in another 8 hours or so 2011-03-09 05:19:44 +00:00
session_object.cc
session_playlists.cc improve, cleanup, rationalize Session::cleanup_sources() and supporting infrastructure 2011-03-01 21:54:54 +00:00
session_process.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
session_rtevents.cc
session_state_utils.cc
session_state.cc more fun and games with latency compensation, and so forth ... not done yet 2011-03-14 20:33:47 +00:00
session_time.cc
session_transport.cc fix all manner of things relating to io connections, setting capture alignment, and so on. still needs more tests of actual precise placement of newly recorded material 2011-03-15 19:32:21 +00:00
session_utils.cc
session_vst.cc
session.cc fix import of multi-track SMF files with some tracks containing only meta-events; correctly push error to log window when MIDI import fails; remove debug msg 2011-04-02 21:59:14 +00:00
slave.cc
smf_source.cc remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (b) broken; replace it with PBD::RingBufferNPT 2011-03-26 19:01:12 +00:00
sndfile_helpers.cc
sndfileimportable.cc
sndfilesource.cc remove entire "stub" file concept; open new audio and MIDI files on demand (at first write); could be a few gotchas with some corner case scenarios, but apparently works OK 2011-03-02 17:05:16 +00:00
source_factory.cc Add assert to make sure that we succeed in making a writable SMFSource. 2011-03-01 02:04:23 +00:00
source.cc
speakers.cc Make speaker dialogue manage the session's Speakers. Make azimuth control work. Various tweaks. 2011-03-04 17:35:02 +00:00
sse_functions_64bit.s
sse_functions_xmm.cc
sse_functions.s
st_pitch.cc
st_stretch.cc
strip_silence.cc Restore fade option to strip silence. 2011-02-28 18:57:43 +00:00
tape_file_matcher.cc
template_utils.cc
tempo_map_importer.cc
tempo.cc Fix weird whitespace. 2011-03-15 01:22:03 +00:00
thread_buffers.cc
ticker.cc
track.cc move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::rename_write_sources() which is no longer relevant (sources are not created on disk until needed); fixup calling Diskstream::non_realtime_input_change() when calling Diskstream::set_track() with a track that doesn't yet have any I/O (i.e. typical case) 2011-04-04 16:41:20 +00:00
transient_detector.cc lincoln's patch to use QM onset detection in RFerret, and other tweaks 2011-03-02 12:43:44 +00:00
unknown_processor.cc
uri_map.cc
user_bundle.cc
utils.cc removed long-ifdef'ed-out code 2011-03-12 20:24:32 +00:00
vst_plugin.cc
wscript add the standard mechanism for search paths to the path used for export formats, so that we can find them in a bundle 2011-04-02 13:53:03 +00:00