13
0
livetrax/libs/ardour
Paul Davis 676542dcce explanatory comment about use of g_strncasecmp()
git-svn-id: svn://localhost/ardour2/branches/3.0@9840 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-11 19:20:26 +00:00
..
ardour refine definition of "generator" plugins, and only send silence through the route is there is a REAL generator plugin (i.e. no inputs at all). Fixes #4144 (hopefully without breaking anything else) 2011-07-08 21:58:34 +00:00
lv2ext Fix my name :) 2011-04-06 15:00:16 +00:00
macosx
po update i18n build system and *.po files for translators 2011-06-12 22:05:55 +00:00
test Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
.cvsignore
amp.cc much ado about nothing when it comes to gain control 2011-06-19 23:02:55 +00:00
analyser.cc
audio_buffer.cc
audio_diskstream.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
audio_library.cc
audio_playlist_importer.cc
audio_playlist_source.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
audio_playlist.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
audio_port.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
audio_region_importer.cc
audio_track_importer.cc
audio_track.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
audio_unit.cc fix serious breakage with setup of plugin automatable controls/parameters, in which the relative ordering of things during ::set_state() was totally wrong. still see multiple instances of automation tracks for processors in GUI 2011-06-09 20:21:46 +00:00
audioanalyser.cc
audioengine.cc cleanup confused mess related to jack_port_type_get_buffer_size() 2011-06-19 21:47:21 +00:00
audiofile_tagger.cc
audiofilesource.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
audioregion.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
audiosource.cc second half of "bomb out if playlist construction from XML fails" 2011-06-22 20:06:10 +00:00
auditioner.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
auto_bundle.cc
automatable.cc major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions 2011-06-11 15:35:34 +00:00
automation_control.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
automation_list.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
automation.cc
beats_frames_converter.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
broadcast_info.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
buffer_manager.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
buffer_set.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
buffer.cc
bundle.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
butler.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
caimportable.cc
callback.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
capturing_processor.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +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 Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +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 Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
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 Make sure the buffer count is updated properly when run() happens on a muted delivery. Fixes #4153. 2011-07-08 17:06:29 +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 Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
element_import_handler.cc
element_importer.cc
enums.cc Remove some unused PostTransport enums and renumber others. 2011-06-26 12:56:40 +00:00
event_type_map.cc major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions 2011-06-11 15:35:34 +00:00
export_channel_configuration.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
export_channel.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
export_failed.cc
export_filename.cc Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_format_base.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
export_format_manager.cc Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_format_specification.cc Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
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 Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_handler.cc Fix #4094: show total export progress instead of per timespan progress 2011-06-11 21:12:24 +00:00
export_multiplication.cc
export_preset.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
export_profile_manager.cc Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_status.cc Fix #4094: show total export progress instead of per timespan progress 2011-06-11 21:12:24 +00:00
export_timespan.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
file_source.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
filename_extensions.cc
filesystem_paths.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
filter.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
find_session.cc
gain.cc
gettext.h
globals.cc much ado about nothing when it comes to gain control 2011-06-19 23:02:55 +00:00
graph.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
graphnode.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
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 fix initialization of gain for Listen internal sends (to monitor bus); remove pannable object from monitor bus after (re)creation from XML 2011-06-14 14:49:06 +00:00
internal_send.cc Set up initial gains with init_gain() before (rather than after) potentially restoring gain with Send::set_state (should fix #3546). 2011-07-10 23:55:48 +00:00
interpolation.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
io_processor.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
io.cc ctrl-alt-click now toggles input active status of other MIDI tracks using (any of) the same input(s) as the clicked track 2011-07-03 15:01:21 +00:00
jack_slave.cc
ladspa_plugin.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
location_importer.cc
location.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
lv2_event_buffer.cc Fix my name :) 2011-04-06 15:00:16 +00:00
lv2_plugin_lilv.cc add MIDI input control column to editor route list; tweak SVG for MIDI not DIN 2011-07-01 15:48:24 +00:00
lv2_plugin.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
meter.cc Fix broken whitespace (no functional changes). 2011-04-04 22:46:48 +00:00
midi_automation_list_binder.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
midi_buffer.cc Fix my name :) 2011-04-06 15:00:16 +00:00
midi_clock_slave.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
midi_diskstream.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
midi_model.cc ignore unpaired noteoff's when writing part of a MidiModel to a new source. in reality, there should be no unpaired noteoffs, but this is still an important fix 2011-06-22 19:59:46 +00:00
midi_patch_manager.cc
midi_playlist_source.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
midi_playlist.cc second half of "bomb out if playlist construction from XML fails" 2011-06-22 20:06:10 +00:00
midi_port.cc basic infrastructure for enabling/disabling MIDI input to a given track 2011-06-28 16:55:41 +00:00
midi_region.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
midi_ring_buffer.cc fix incorrect use of MidiBuffer::reserve() and MidiBuffer::write() if channel mask discards a MIDI event (fixes #4138) 2011-07-08 17:50:02 +00:00
midi_source.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
midi_state_tracker.cc
midi_stretch.cc remove unused and useless "src" argument for a number of Region property modifying methods 2011-05-30 13:54:44 +00:00
midi_track.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
midi_ui.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
mix.cc
monitor_processor.cc an entire freakin' day working on 1 working function, VolumeController::adjust() ... probably not done, but better ... gain control that occurs via this function occurs in discrete, fixed dB steps 2011-06-21 01:36:20 +00:00
mtc_slave.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
mtdm.cc
mute_master.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
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 new files 2011-01-19 15:58:13 +00:00
pannable.cc a real, working fix for panning regression in alpha6 2011-06-13 21:53:57 +00:00
panner_manager.cc Fix broken whitespace 2011-06-02 01:01:07 +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 Use an assert to check that a panner is obtained, which 2011-07-11 12:57:06 +00:00
panner.cc Fix broken whitespace 2011-06-02 01:01:07 +00:00
pcm_utils.cc
pi_controller.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
playlist_factory.cc second half of "bomb out if playlist construction from XML fails" 2011-06-22 20:06:10 +00:00
playlist_source.cc second half of "bomb out if playlist construction from XML fails" 2011-06-22 20:06:10 +00:00
playlist.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
plugin_insert.cc refine definition of "generator" plugins, and only send silence through the route is there is a REAL generator plugin (i.e. no inputs at all). Fixes #4144 (hopefully without breaking anything else) 2011-07-08 21:58:34 +00:00
plugin_manager.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
plugin.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
port_insert.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
port_set.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
port.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
process_thread.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
processor.cc major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions 2011-06-11 15:35:34 +00:00
progress.cc
quantize.cc Quantize notes to session tempo time, not relative to start of region (fix issue #4069). 2011-05-31 02:59:48 +00:00
rb_effect.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
rc_configuration.cc major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions 2011-06-11 15:35:34 +00:00
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 Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
region.cc don't double-load NestedSource nodes, which are listed both forthe parent/root region and all children; even better, don't list them twice anyway - just for the whole file parent/root region 2011-06-22 22:46:31 +00:00
resampled_source.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
return.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
reverse.cc
route_group_member.cc
route_group.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
route.cc refine definition of "generator" plugins, and only send silence through the route is there is a REAL generator plugin (i.e. no inputs at all). Fixes #4144 (hopefully without breaking anything else) 2011-07-08 21:58:34 +00:00
run-tests.sh Add panners and libtimecode to library path. 2011-02-26 20:36:38 +00:00
send.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_butler.cc
session_click.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_command.cc fix serious breakage with setup of plugin automatable controls/parameters, in which the relative ordering of things during ::set_state() was totally wrong. still see multiple instances of automation tracks for processors in GUI 2011-06-09 20:21:46 +00:00
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. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_export.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_handle.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_metadata.cc
session_midi.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_object.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_playlists.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_process.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
session_rtevents.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
session_state_utils.cc
session_state.cc don't double-load NestedSource nodes, which are listed both forthe parent/root region and all children; even better, don't list them twice anyway - just for the whole file parent/root region 2011-06-22 22:46:31 +00:00
session_time.cc
session_transport.cc Send full MIDI time code (if enabled) after changing sync source; should fix #4147. 2011-07-03 23:52:17 +00:00
session_utils.cc
session_vst.cc
session.cc ctrl-alt-click now toggles input active status of other MIDI tracks using (any of) the same input(s) as the clicked track 2011-07-03 15:01:21 +00:00
slave.cc
smf_source.cc accept .MID as a MIDI file extension, not just .mid 2011-07-11 16:10:45 +00:00
sndfile_helpers.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
sndfileimportable.cc Check for OGG format properly. Should fix #3723. 2011-01-21 00:58:36 +00:00
sndfilesource.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
source_factory.cc don't double-load NestedSource nodes, which are listed both forthe parent/root region and all children; even better, don't list them twice anyway - just for the whole file parent/root region 2011-06-22 22:46:31 +00:00
source.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
speakers.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
sse_functions_64bit.s
sse_functions_xmm.cc
sse_functions.s
st_pitch.cc
st_stretch.cc
strip_silence.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
tape_file_matcher.cc
template_utils.cc
tempo_map_importer.cc
tempo.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
thread_buffers.cc merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending 3.0-panexp. THIS COMMIT WILL BREAK ALL EXISTING 3.0 SESSIONS IN SOME WAY (possibly not fatally). 2011-01-27 01:31:03 +00:00
ticker.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
track.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
transient_detector.cc Fix some set-but-not-used variable warnings from gcc 4.6 2011-07-02 17:16:46 +00:00
unknown_processor.cc Re-fix compile failure with --no-nls (#3111). 2011-04-23 03:34:42 +00:00
uri_map.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
user_bundle.cc
utils.cc explanatory comment about use of g_strncasecmp() 2011-07-11 19:20:26 +00:00
vst_plugin.cc Fix broken whitespace. I'd apologize for the compile times if it was my fault :D 2011-06-01 16:50:12 +00:00
wscript update i18n build system and *.po files for translators 2011-06-12 22:05:55 +00:00