13
0
livetrax/libs/ardour
Paul Davis 9e9cb3bf31 adjust to use timestamped MTC messages
git-svn-id: svn://localhost/ardour2/branches/3.0@6255 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-01 18:32:29 +00:00
..
ardour adjust to use timestamped MTC messages 2009-12-01 18:32:29 +00:00
lv2ext Preliminary MIDI plugin support. 2009-05-04 15:50:51 +00:00
macosx Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
po The great audio processing overhaul. 2009-05-07 06:30:50 +00:00
test Guaranteed to be the most robust test, ever (*). 2009-10-28 15:33:06 +00:00
.cvsignore rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
amp.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
analyser.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audio_buffer.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audio_diskstream.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
audio_library.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audio_playlist_importer.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audio_playlist.cc Fix double-delete crash. 2009-12-01 00:58:01 +00:00
audio_port.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audio_region_importer.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
audio_track_importer.cc Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty. 2009-10-15 00:57:55 +00:00
audio_track.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
audio_unit.cc Defer plugin discovery until actually needed (significant startup time improvement, especially with LV2). 2009-10-22 17:17:34 +00:00
audioanalyser.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audioengine.cc switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Route destructors to be called 2009-11-27 17:29:27 +00:00
audiofile_tagger.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
audiofilesource.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
audioregion.cc Fix strange flipping of fade active state when undoing things. 2009-11-05 00:42:01 +00:00
audiosource.cc carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listviews - which included a couple of minor marker/time axis view patches for opaqueness etc. 2009-11-25 14:37:20 +00:00
auditioner.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
auto_bundle.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
automatable.cc Fix sketchy casts. 2009-10-23 20:11:56 +00:00
automation_control.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
automation_list.cc rework Stateful::set_state() patch to avoid default version argument 2009-10-15 18:56:11 +00:00
automation.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
beats_frames_converter.cc Remove Session dependency from BeatsFramesConverter. 2009-10-25 21:13:02 +00:00
broadcast_info.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
buffer_set.cc Modify assertion; as far as I can see, ensure_buffers makes no attempt to reduce the 2009-12-01 00:08:32 +00:00
buffer.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
bundle.cc Various adjustments to user bundle handling, with the general aim of allowing the user to create meaningful bundles with respect to their sound card an outboard setup, and having those user bundles take priority over ardour-generated ones. 2009-11-10 03:16:57 +00:00
butler.cc Move butler methods from Session to Butler. 2009-10-24 00:39:28 +00:00
caimportable.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
chan_count.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
chan_mapping.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
ChangeLog rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
configuration.cc * libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers 2009-10-28 21:36:40 +00:00
control_outputs.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
control_protocol_manager.cc Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter 2009-10-21 00:15:42 +00:00
control_protocol_search_path.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
coreaudiosource.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
crossfade.cc Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter 2009-10-21 00:15:42 +00:00
cycle_timer.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
debug.cc get non-JACK MIDI I/O working again, with debug tracing, naturally 2009-12-01 17:11:11 +00:00
default_click.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
delivery.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
directory_names.cc as per freedesktop/XDG specs, ardour3 config files etc now live ~/.config/ardour3 by default, or /ardour3 for those who are mentally ill; a previous commit put this in ~/.config/.ardour3 which was a mistake. you may want to copy over ~/.ardour3 contents and/or remove defunct directories. apologies for the inconvenience 2009-11-08 20:01:26 +00:00
diskstream.cc tracing and small fixes to improve object destruction pathways 2009-11-28 00:49:04 +00:00
element_import_handler.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
element_importer.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
enums.cc add slave,transport and event debugging traces 2009-11-30 16:12:13 +00:00
event_type_map.cc Don't prevent user from choosing Linear interpolation for controllers if they want to (just set default). 2009-10-26 22:07:23 +00:00
export_channel_configuration.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_channel.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_file_io.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_filename.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_format_base.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_format_manager.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_format_specification.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
export_formats.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_handler.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_multiplication.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_preset.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_processor.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_profile_manager.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_status.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_timespan.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
export_utilities.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
file_source.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
filename_extensions.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
filesystem_paths.cc monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist 2009-11-08 16:28:21 +00:00
filter.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
find_session.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
gain.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
gdither.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
gettext.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
globals.cc move some debug trace support code around to a more sane location 2009-11-30 13:38:38 +00:00
i18n.h *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
import.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
internal_return.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
internal_send.cc Fix potentially uninitialised variable. 2009-12-01 00:53:36 +00:00
interpolation.cc remember to reset inm1 each time around the interpolation loop 2009-10-22 13:29:09 +00:00
io_processor.cc some provisional support for "real" solo-isolate behaviour, subject to more discussions with mr. oofus and others 2009-11-21 17:20:57 +00:00
io.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
jack_slave.cc monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist 2009-11-08 16:28:21 +00:00
ladspa_plugin.cc add "custom" meter option which is the only option where the meter processor is visible in the UI; hide main outs always 2009-11-18 20:01:37 +00:00
location_importer.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
location.cc Clean up and simplify code to find marks before and after a position, and hence improve snap to markers so that both start and end positions of a range marker are taken into account. 2009-10-23 22:28:27 +00:00
lv2_event_buffer.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
lv2_plugin.cc Defer plugin discovery until actually needed (significant startup time improvement, especially with LV2). 2009-10-22 17:17:34 +00:00
meter.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
midi_buffer.cc Fix MidiBuffer::merge_in_place and add aggressive correctness checking. 2009-10-22 14:46:47 +00:00
midi_clock_slave.cc monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist 2009-11-08 16:28:21 +00:00
midi_diskstream.cc monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist 2009-11-08 16:28:21 +00:00
midi_model.cc Fix crash on save of MIDI data. 2009-10-22 22:14:25 +00:00
midi_patch_manager.cc Use info stream for infoey things. 2009-10-22 20:05:40 +00:00
midi_playlist.cc Remove cyclic Source->Playlist references (and with it all dependence on Playlist from Source and children and a bunch of finicky reference managing code). 2009-10-26 17:24:08 +00:00
midi_port.cc (1) silence non-process FIFO message (2) move MIDI state tracking down to the MidiPort level (3) forward port the PRIVATE_JACK pointer "fix" from 2.X 2009-10-14 17:35:33 +00:00
midi_region.cc * libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers 2009-10-28 21:36:40 +00:00
midi_ring_buffer.cc make per-region note-tracking in MidiPlaylist work correctly, or something very close to it. note that locking isssues remain when regions (and thus note trackers) are removed 2009-10-25 14:42:46 +00:00
midi_source.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
midi_state_tracker.cc (FULL commit) start of a nominal debug tracing system, with 64 bits available for flags; track notes by region in MidiPlaylist, and resolve them if they are left hanging at region boundaries. note: MIDI playback is still not working 100% though its better now. 2009-10-24 13:26:56 +00:00
midi_stretch.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
midi_track.cc Sshh. 2009-10-22 16:14:00 +00:00
mix.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
mtc_slave.cc adjust to use timestamped MTC messages 2009-12-01 18:32:29 +00:00
mtdm.cc Fix angle bracket project-local include paths. 2009-10-30 00:21:40 +00:00
mute_master.cc bring back full mute control (pre/post/control/main) via mute button context click 2009-11-18 13:25:13 +00:00
named_selection.cc Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty. 2009-10-15 00:57:55 +00:00
onset_detector.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
panner.cc Fix uninitialised variable. 2009-11-05 00:04:51 +00:00
pcm_utils.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
playlist_factory.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
playlist.cc Implement 2532: option to show tracks with regions under the playhead. 2009-11-29 12:47:59 +00:00
plugin_insert.cc All plugin activate() method when required for copy & paste operations. Fixes segfaults on drag and drop of plugins between routes. 2009-11-28 02:39:16 +00:00
plugin_manager.cc Build plugin menu only when plugins change, and build the first version of it before it is required to ensure that the first processor box popup menu appears fairly quickly. 2009-11-16 01:06:33 +00:00
plugin.cc Fix creation of plugin presets. 2009-10-21 00:21:02 +00:00
port_insert.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
port_set.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
port.cc don't be using engine->jack() unconditionally in Port methods 2009-11-28 00:53:54 +00:00
processor.cc add "custom" meter option which is the only option where the meter processor is visible in the UI; hide main outs always 2009-11-18 20:01:37 +00:00
quantize.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
rb_effect.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
rc_configuration.cc fix stupid MIDI::Manager design to properly handle multiple MIDI ports with the same "device" specification 2009-11-13 19:50:39 +00:00
recent_sessions.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
region_factory.cc tracing and small fixes to improve object destruction pathways 2009-11-28 00:49:04 +00:00
region.cc tracing and small fixes to improve object destruction pathways 2009-11-28 00:49:04 +00:00
resampled_source.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
return.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
reverse.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
route_group.cc add track/bus now allows specifying aux or direct bus role; processor box menus sort of kindof allow New Aux -> Aux Bus 2009-11-19 04:25:46 +00:00
route.cc Revert completely mystifying stupidity in a previous patch of mine, and (properly) fix crashes when drag-and-drop of plugins fails because of impossible configurations. 2009-12-01 02:36:31 +00:00
run-tests.sh Update BBT_Time add and subtract interfaces (stubs, just for unit test building). 2009-10-27 17:47:54 +00:00
SConscript Probably fix SCons build. 2009-06-17 00:29:40 +00:00
send.cc Give Processor::run a new parameter to say whether or not the run method must leave 2009-11-25 23:29:52 +00:00
session_butler.cc monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist 2009-11-08 16:28:21 +00:00
session_click.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
session_command.cc Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter 2009-10-21 00:15:42 +00:00
session_configuration.cc * libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers 2009-10-28 21:36:40 +00:00
session_directory.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
session_events.cc add slave,transport and event debugging traces 2009-11-30 16:12:13 +00:00
session_export.cc 90% done with external sync design changes (GUI now has toggle switch for ext/int sync; source chosen separately, currently in ardour prefs dialog ; fix libmidi++ and compilation scripts to correctly build JACK+ALSA support; minor contiuing tweaks on transport stuff 2009-11-09 20:05:18 +00:00
session_metadata.cc Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter 2009-10-21 00:15:42 +00:00
session_midi.cc get non-JACK MIDI I/O working again, with debug tracing, naturally 2009-12-01 17:11:11 +00:00
session_process.cc adjust to use timestamped MTC messages 2009-12-01 18:32:29 +00:00
session_state_utils.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
session_state.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
session_time.cc more changes to try to improve MTC handling even in slightly pathological cases 2009-12-01 13:24:08 +00:00
session_transport.cc Various optimisations to speed up rec-enable. 2009-11-30 23:16:28 +00:00
session_utils.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
session_vst.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
session.cc Remove internal sends to an aux bus when it is removed. 2009-11-30 23:34:48 +00:00
slave.cc monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist 2009-11-08 16:28:21 +00:00
smf_source.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
sndfile_helpers.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
sndfileimportable.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
sndfilesource.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
source_factory.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
source.cc attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator 2009-11-30 13:16:38 +00:00
sse_functions_64bit.s rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
sse_functions_xmm.cc * libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers 2009-10-28 21:36:40 +00:00
sse_functions.s rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
st_pitch.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
st_stretch.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
strip_silence.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
tape_file_matcher.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
template_utils.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
tempo_map_importer.cc rework Stateful::set_state() patch to avoid default version argument 2009-10-15 18:56:11 +00:00
tempo.cc use a simpler (and likely correct) round-to-nearest-bar implementation 2009-11-18 14:40:46 +00:00
ticker.cc change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage 2009-10-26 14:38:58 +00:00
track.cc tracing and small fixes to improve object destruction pathways 2009-11-28 00:49:04 +00:00
transient_detector.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
uri_map.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
user_bundle.cc Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter 2009-10-21 00:15:42 +00:00
utils.cc 90% done with external sync design changes (GUI now has toggle switch for ext/int sync; source chosen separately, currently in ardour prefs dialog ; fix libmidi++ and compilation scripts to correctly build JACK+ALSA support; minor contiuing tweaks on transport stuff 2009-11-09 20:05:18 +00:00
vst_plugin.cc Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only. 2009-10-14 16:10:01 +00:00
wscript move some debug trace support code around to a more sane location 2009-11-30 13:38:38 +00:00