13
0
livetrax/libs/ardour
Paul Davis 35df1cfabf catchup tweak for the waf 1.6 changes
git-svn-id: svn://localhost/ardour2/branches/3.0@9561 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-20 14:31:39 +00:00
..
ardour Add 'controls' item to plugin insert context menu to always show Ardour generated controls for plugin, even if the plugin has a GUI. In particular, this gives you UI access to presets and the other handy stuff ardour sticks at the top, for inherently broken external UIs which don't allow Ardour to add such things. 2011-05-18 05:00:44 +00:00
lv2ext Fix my name :) 2011-04-06 15:00:16 +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 Make a new write source when the diskstream name changes so that sources don't get a name which includes the old name. 2011-05-08 23:45:26 +00:00
audio_library.cc
audio_playlist_importer.cc
audio_playlist_source.cc rename join regions op as combine regions; save and restore nested playlists, sources, regions; add undo/redo for combine; fixup peakfile use/discovery 2011-05-16 20:16:57 +00:00
audio_playlist.cc revert that last commit 2011-05-17 21:44:10 +00:00
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 remove some left over debugging 2011-04-25 12:28:35 +00:00
audio_unit.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
audioanalyser.cc
audioengine.cc remove debugging output from audioengine/port code 2011-04-19 17:59:52 +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 very basic Join (regions) editing operation. not finished yet, no undoable, no sensible name for new region, etc. etc 2011-05-16 02:17:58 +00:00
auditioner.cc
auto_bundle.cc
automatable.cc Fix an assertion failure when stopping the transport with an active controllable touch gesture. 2011-04-20 01:24:46 +00:00
automation_control.cc Fix my name :) 2011-04-06 15:00:16 +00:00
automation_list.cc Fix an assertion failure when stopping the transport with an active controllable touch gesture. 2011-04-20 01:24:46 +00:00
automation.cc
beats_frames_converter.cc Add some assertions. 2011-04-23 00:02:58 +00:00
broadcast_info.cc
buffer_manager.cc
buffer_set.cc Use LV2_SUPPORT define instead of HAVE_SLV2. 2011-05-14 17:59:16 +00:00
buffer.cc
bundle.cc
butler.cc
caimportable.cc
callback.cc
capturing_processor.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
chan_count.cc
chan_mapping.cc Fix my name :) 2011-04-06 15:00:16 +00:00
ChangeLog
configuration.cc
control_protocol_manager.cc No-op; coding style. 2011-05-04 15:00:30 +00:00
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
data_type.cc Missing file. 2011-04-23 03:50:32 +00:00
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 correctly reset capture alignment at session load; for MIDI diskstreams, don't try to set capture alignment based on connectivity, always set _source_port ASAP and check _source_port when recording 2011-04-09 14:59:22 +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 Fix my name :) 2011-04-06 15:00:16 +00:00
export_channel_configuration.cc
export_channel.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
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 refactor playlist sources to allow for MIDI and upcoming work on save/restore 2011-05-16 15:49:26 +00:00
filename_extensions.cc
filesystem_paths.cc
filter.cc
find_session.cc
gain.cc
gettext.h
globals.cc Remove some unused code. 2011-05-04 15:03:35 +00:00
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 initial volley of work for AudioPlaylistSource, the basic prototype for sources-that-are-nested 2011-05-13 19:55:39 +00:00
internal_return.cc
internal_send.cc Initialise aux send gain to -inf dB (#3990). 2011-04-18 18:50:38 +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 Generic scale points API. 2011-05-14 18:43:34 +00:00
location_importer.cc
location.cc Re-use locations when setting location list state, so that selected locations are preserved through an undo (#3929). 2011-05-05 12:09:37 +00:00
lv2_event_buffer.cc Fix my name :) 2011-04-06 15:00:16 +00:00
lv2_plugin_lilv.cc Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil. 2011-05-15 23:10:13 +00:00
lv2_plugin.cc Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil. 2011-05-15 23:10:13 +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 my name :) 2011-04-06 15:00:16 +00:00
midi_clock_slave.cc
midi_diskstream.cc Ensure that empty drag-created MIDI regions get a file on disk so that there aren't missing file errors on reload (#4024). 2011-05-08 23:45:33 +00:00
midi_model.cc Fix undo when notes are changed and then removed by the overlap checker (#3995). 2011-05-16 22:23:18 +00:00
midi_patch_manager.cc
midi_playlist.cc Prevent note trackers for overlapping MIDI regions inserting events that occur before the requested time range, thereby stopping playback. Should fix #3973. 2011-04-21 13:59:32 +00:00
midi_port.cc Fix more broken whitespace. 2011-03-15 01:16:24 +00:00
midi_region.cc Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixes #3940. 2011-04-06 02:04:37 +00:00
midi_ring_buffer.cc Fix broken whitespace (no functional changes). 2011-04-04 23:00:48 +00:00
midi_source.cc Fix my name :) 2011-04-06 15:00:16 +00:00
midi_state_tracker.cc
midi_stretch.cc Fix my name :) 2011-04-06 15:00:16 +00:00
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 Fix update of session range location on copy-dragging regions (#4038). 2011-05-12 21:29:27 +00:00
pan_controllable.cc
pannable.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
panner_manager.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
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
panner.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
pcm_utils.cc
pi_controller.cc
playlist_factory.cc
playlist_source.cc rename join regions op as combine regions; save and restore nested playlists, sources, regions; add undo/redo for combine; fixup peakfile use/discovery 2011-05-16 20:16:57 +00:00
playlist.cc not actually working attempt to copy relevant xfades into compound regions; fix compilation issues with an earlier commit 2011-05-17 16:45:22 +00:00
plugin_insert.cc Use LV2_SUPPORT define instead of HAVE_SLV2. 2011-05-14 17:59:16 +00:00
plugin_manager.cc Make LV2World local to lv2_plugin.cc 2011-05-14 19:55:46 +00:00
plugin.cc Use LV2_SUPPORT define instead of HAVE_SLV2. 2011-05-14 17:59:16 +00:00
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 Tolerate LV2 plugins that call persist/file state functions early. 2011-04-13 01:44:46 +00:00
progress.cc
quantize.cc
rb_effect.cc
rc_configuration.cc
rdff.c Use ISC license for RDFF (same idea, MIT style, just prettier). 2011-05-19 21:57:34 +00:00
rdff.h Use ISC license for RDFF (same idea, MIT style, just prettier). 2011-05-19 21:57:34 +00:00
recent_sessions.cc
region_factory.cc
region.cc very basic Join (regions) editing operation. not finished yet, no undoable, no sensible name for new region, etc. etc 2011-05-16 02:17:58 +00:00
resampled_source.cc
return.cc
reverse.cc
route_group_member.cc
route_group.cc Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise visible status between editor and mixer. 2011-04-06 00:36:36 +00:00
route.cc Fix 'make new plugins active' configure option (#3975). 2011-04-15 00:28:29 +00:00
run-tests.sh
send.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
session_butler.cc
session_click.cc
session_command.cc
session_configuration.cc
session_directory.cc
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 Remove playlists from the session lists when they DropReferences. Should fix #4023. 2011-05-02 23:22:00 +00:00
session_process.cc Factor out stop limit computation into its own method. Ignore stop-at-session-end if there is a punch range and punch-in is enabled (#4022). 2011-05-02 22:21:59 +00:00
session_rtevents.cc
session_state_utils.cc
session_state.cc rename join regions op as combine regions; save and restore nested playlists, sources, regions; add undo/redo for combine; fixup peakfile use/discovery 2011-05-16 20:16:57 +00:00
session_time.cc
session_transport.cc new debug trace in ::start_transport(); add a new emission of TransportStateChange to keep GUI up to date when varispeeding 2011-05-12 00:17:51 +00:00
session_utils.cc
session_vst.cc
session.cc initial volley of work for AudioPlaylistSource, the basic prototype for sources-that-are-nested 2011-05-13 19:55:39 +00:00
slave.cc
smf_source.cc Ensure that empty drag-created MIDI regions get a file on disk so that there aren't missing file errors on reload (#4024). 2011-05-08 23:45:33 +00:00
sndfile_helpers.cc
sndfileimportable.cc
sndfilesource.cc
source_factory.cc rename join regions op as combine regions; save and restore nested playlists, sources, regions; add undo/redo for combine; fixup peakfile use/discovery 2011-05-16 20:16:57 +00:00
source.cc very basic Join (regions) editing operation. not finished yet, no undoable, no sensible name for new region, etc. etc 2011-05-16 02:17:58 +00:00
speakers.cc
sse_functions_64bit.s
sse_functions_xmm.cc
sse_functions.s
st_pitch.cc
st_stretch.cc
strip_silence.cc
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 Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
track.cc part two of: correctly reset capture alignment at session load 2011-04-09 15:00:44 +00:00
transient_detector.cc
unknown_processor.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
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 catchup tweak for the waf 1.6 changes 2011-05-20 14:31:39 +00:00