| .. |
|
ardour
|
Trim some duplicate code.
|
2011-02-17 20:25:09 +00:00 |
|
lv2ext
|
Correctly implement LV2 event URI mapping (event URI context is restricted to uint16_t).
|
2010-11-30 23:42:58 +00:00 |
|
macosx
|
|
|
|
po
|
po name changes, again?
|
2011-01-31 17:58:06 +00:00 |
|
test
|
Rename libmusictime libtimecode (consistent with already used namespace "Timecode").
|
2010-12-14 18:13:37 +00:00 |
|
.cvsignore
|
|
|
|
amp.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
analyser.cc
|
|
|
|
audio_buffer.cc
|
|
|
|
audio_diskstream.cc
|
Couple of asserts to catch similar bugs to #3755 a bit earlier.
|
2011-02-06 18:32:22 +00:00 |
|
audio_library.cc
|
|
|
|
audio_playlist.cc
|
prevent formation of new xfades when two regions are precisely co-terminal, and invalidate existing xfades if their participants become co-terminal
|
2011-01-29 01:03:05 +00:00 |
|
audio_playlist_importer.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
|
audio_port.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
audio_region_importer.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
audio_track.cc
|
Stop bounce / freeze on tracks that have more outputs than inputs and so cannot record all the outputs in their diskstreams. Fix buffer shortage when bouncing tracks whose processing chains temporarily need more buffers than there are inputs. Fixes #3573.
|
2010-12-10 22:28:29 +00:00 |
|
audio_track_importer.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
audio_unit.cc
|
Clean up plugin preset handling a bit.
|
2010-12-19 23:11:01 +00:00 |
|
audioanalyser.cc
|
Clean up region.h and trim include tree.
|
2010-12-20 21:22:49 +00:00 |
|
audioengine.cc
|
more latency compilation fixes
|
2011-02-16 03:30:12 +00:00 |
|
audiofile_tagger.cc
|
remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog
|
2010-09-14 15:45:21 +00:00 |
|
audiofilesource.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
audioregion.cc
|
Remove confuzzling offset_relative stuff from region construction (pre-properties "hangover").
|
2010-12-21 17:03:16 +00:00 |
|
audiosource.cc
|
make strip silence work (again?)
|
2010-12-09 16:31:05 +00:00 |
|
auditioner.cc
|
fix auditioner by virtualizing Route::input_streams(), since the auditioner never has any inputs
|
2011-01-29 17:49:27 +00:00 |
|
auto_bundle.cc
|
|
|
|
automatable.cc
|
virtualize the way that AutomationController gets strings to display values, so that we can callback through the owner of an AutomationControl, not just rely on the value from the AutomationControl; make pan automation tracks use this to display more audio-centric values
|
2011-01-27 18:48:33 +00:00 |
|
automation.cc
|
|
|
|
automation_control.cc
|
Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #3769).
|
2011-02-15 01:42:48 +00:00 |
|
automation_list.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 |
|
beats_frames_converter.cc
|
Fix more broken whitespace.
|
2010-12-20 22:51:17 +00:00 |
|
broadcast_info.cc
|
Write BWF info on export. Fixes #3398.
|
2010-08-19 14:58:54 +00:00 |
|
buffer.cc
|
|
|
|
buffer_manager.cc
|
Gah! Typo in previous commit.
|
2010-04-22 12:22:57 +00:00 |
|
buffer_set.cc
|
Optimise BufferSet::attach_buffers code to avoid memory allocation in the RT thread and speed things up a bit.
|
2011-01-10 16:23:54 +00:00 |
|
bundle.cc
|
Add operator<< for bundles.
|
2011-01-29 12:40:57 +00:00 |
|
butler.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
caimportable.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
callback.cc
|
functions related to blocking mothership callbacks
|
2010-08-06 19:00:59 +00:00 |
|
capturing_processor.cc
|
Make stem export export from right before any processors.
|
2011-01-16 19:41:11 +00:00 |
|
chan_count.cc
|
remove duplicate std limit + format macro defs
|
2010-11-10 23:07:31 +00:00 |
|
chan_mapping.cc
|
|
|
|
ChangeLog
|
|
|
|
configuration.cc
|
Remove debug output.
|
2010-11-17 12:25:20 +00:00 |
|
control_protocol_manager.cc
|
Fix a few tiny memory leaks.
|
2010-12-11 02:34:44 +00:00 |
|
control_protocol_search_path.cc
|
|
|
|
coreaudiosource.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
crossfade.cc
|
prevent formation of new xfades when two regions are precisely co-terminal, and invalidate existing xfades if their participants become co-terminal
|
2011-01-29 01:03:05 +00:00 |
|
cycle_timer.cc
|
|
|
|
debug.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 |
|
default_click.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
delivery.cc
|
ensure that the main outs' panner <-> pannable relationship is setup in a new session
|
2011-02-01 15:09:28 +00:00 |
|
directory_names.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 |
|
diskstream.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 |
|
element_import_handler.cc
|
|
|
|
element_importer.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
enums.cc
|
(from 2.x) register Lock edit mode as an enum to provide restore of Lock edit mode
|
2011-02-07 22:19:47 +00:00 |
|
event_type_map.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 |
|
export_channel.cc
|
Make stem export export from right before any processors.
|
2011-01-16 19:41:11 +00:00 |
|
export_channel_configuration.cc
|
Fix split channel export (which was broken during export refactoring)
|
2010-03-30 15:25:28 +00:00 |
|
export_failed.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
|
export_filename.cc
|
remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog
|
2010-09-14 15:45:21 +00:00 |
|
export_format_base.cc
|
Add "session rate" as a possible sample rate for export formats
|
2010-12-18 17:56:41 +00:00 |
|
export_format_manager.cc
|
Add "session rate" as a possible sample rate for export formats
|
2010-12-18 17:56:41 +00:00 |
|
export_format_specification.cc
|
change Session::convert_to_frames_at() to Session::convert_to_frames() to reflect the fact that its argument is a position, not a duration; add Session::any_duration_to_frames(), which converts AnyTime representing a duration to frames; alter callers to use the right one of the two previously mentioned methods
|
2010-12-30 15:45:48 +00:00 |
|
export_formats.cc
|
Add "session rate" as a possible sample rate for export formats
|
2010-12-18 17:56:41 +00:00 |
|
export_graph_builder.cc
|
export graph uses as many threads as there are cores, not the number of DSP threads
|
2011-02-09 13:11:14 +00:00 |
|
export_handler.cc
|
Finally implement position aware silence adding in export (i.e. bbt times are converted to frames correctly)
|
2010-12-18 19:27:04 +00:00 |
|
export_multiplication.cc
|
|
|
|
export_preset.cc
|
|
|
|
export_profile_manager.cc
|
Add stem export dialog and make all different export dialogs save their config to a different node in instant.xml
|
2011-01-06 16:55:19 +00:00 |
|
export_status.cc
|
|
|
|
export_timespan.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
file_source.cc
|
3.0 version of previous 2.X change to always prevent deletion of existing sources
|
2011-02-14 16:04:53 +00:00 |
|
filename_extensions.cc
|
|
|
|
filesystem_paths.cc
|
|
|
|
filter.cc
|
add "origin" property to FileSource so that we can track multiple imports
|
2010-11-09 18:19:53 +00:00 |
|
find_session.cc
|
forward port 2.X changes up to and including rev 6909
|
2010-08-17 13:10:42 +00:00 |
|
gain.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
gettext.h
|
commits 6001-6525 inclusive from 2.X applied to 3.0
|
2010-04-21 02:24:38 +00:00 |
|
globals.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 |
|
graph.cc
|
split out ARDOUR::how_many_dsp_threads() ; fix test for whether to use use route_graph or just process routes in-thread
|
2011-02-09 02:41:01 +00:00 |
|
graphnode.cc
|
Fix missing virtual destructors.
|
2010-09-07 21:26:37 +00:00 |
|
i18n.h
|
|
|
|
import.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
internal_return.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
internal_send.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 |
|
interpolation.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
io.cc
|
Optimise BufferSet::attach_buffers code to avoid memory allocation in the RT thread and speed things up a bit.
|
2011-01-10 16:23:54 +00:00 |
|
io_processor.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
jack_slave.cc
|
megaopus patch #2 for today: remove nframes64_t and sframes_t from source
|
2010-09-17 18:20:37 +00:00 |
|
ladspa_plugin.cc
|
Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #3769).
|
2011-02-15 01:42:48 +00:00 |
|
location.cc
|
Add lots of asserts to try to track down #3553.
|
2010-11-26 22:45:20 +00:00 |
|
location_importer.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
lv2_event_buffer.cc
|
make ardour3 build and link on OS X (tiger, at least)
|
2010-11-13 05:14:48 +00:00 |
|
lv2_pfile.c
|
Fix warning better.
|
2010-12-14 03:08:39 +00:00 |
|
lv2_pfile.h
|
Add missing files.
|
2010-12-13 21:03:39 +00:00 |
|
lv2_plugin.cc
|
remove some dead code
|
2011-02-07 18:21:14 +00:00 |
|
meter.cc
|
Fix setup of route meter point on load, and fix intermittent left-channel-only metering (#3699).
|
2011-01-09 15:10:59 +00:00 |
|
midi_automation_list_binder.cc
|
Add missing files.
|
2010-07-14 12:29:01 +00:00 |
|
midi_buffer.cc
|
Make a couple of bits of debug conditional to avoid mallocs when they are turned off.
|
2011-01-10 17:31:43 +00:00 |
|
midi_clock_slave.cc
|
Use DEBUG_TRACE for all of the MIDI clock ticker code.
|
2010-12-14 01:05:51 +00:00 |
|
midi_diskstream.cc
|
Only calculate length_beats from length (in frames) if length property (in frames) is given, but length_beats property is not.
|
2010-12-21 00:53:18 +00:00 |
|
midi_model.cc
|
Unify program change and bank handling so that they are manipulated together.
|
2010-12-28 18:19:40 +00:00 |
|
midi_patch_manager.cc
|
remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog
|
2010-09-14 15:45:21 +00:00 |
|
midi_playlist.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
midi_port.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
midi_region.cc
|
Calculate length_beats of split MIDI regions from 'parent' region.
|
2010-12-22 00:48:59 +00:00 |
|
midi_ring_buffer.cc
|
Make a couple of bits of debug conditional to avoid mallocs when they are turned off.
|
2011-01-10 17:31:43 +00:00 |
|
midi_source.cc
|
Fix more broken whitespace.
|
2010-12-20 22:51:17 +00:00 |
|
midi_state_tracker.cc
|
Fix more broken whitespace.
|
2010-12-20 22:51:17 +00:00 |
|
midi_stretch.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
midi_track.cc
|
reimplement Route::shift() from 2.X for "Insert Time"
|
2010-12-07 15:15:25 +00:00 |
|
midi_ui.cc
|
Fix a few tiny memory leaks.
|
2010-12-11 02:34:44 +00:00 |
|
mix.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
monitor_processor.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
mtc_slave.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
mtdm.cc
|
|
|
|
mute_master.cc
|
make SiP mute gain work ... hopefully without breaking anything else
|
2011-02-09 16:37:07 +00:00 |
|
named_selection.cc
|
|
|
|
onset_detector.cc
|
Clean up region.h and trim include tree.
|
2010-12-20 21:22:49 +00:00 |
|
operations.cc
|
Missing files.
|
2011-01-19 17:39:22 +00:00 |
|
pan_controllable.cc
|
new files
|
2011-01-19 15:58:13 +00:00 |
|
pannable.cc
|
break circular reference between panners and pannables; more destruction debug tracing; a little more boost debug stuff
|
2011-02-10 18:13:15 +00:00 |
|
panner.cc
|
more progress on speakers/vbap etc. etc (still a work in progress)
|
2011-02-17 16:43:55 +00:00 |
|
panner_manager.cc
|
remove debug output
|
2011-01-28 00:49:11 +00:00 |
|
panner_search_path.cc
|
some new source
|
2011-01-17 17:53:34 +00:00 |
|
panner_shell.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
|
megaopus patch #2 for today: remove nframes64_t and sframes_t from source
|
2010-09-17 18:20:37 +00:00 |
|
playlist.cc
|
Fix split of midi regions after tempo / meter changes.
|
2010-12-20 18:47:18 +00:00 |
|
playlist_factory.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
plugin.cc
|
Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #3769).
|
2011-02-15 01:42:48 +00:00 |
|
plugin_insert.cc
|
Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #3769).
|
2011-02-15 01:42:48 +00:00 |
|
plugin_manager.cc
|
make ardour3 build and link on OS X (tiger, at least)
|
2010-11-13 05:14:48 +00:00 |
|
port.cc
|
yet more latency compilation fixes
|
2011-02-16 03:49:33 +00:00 |
|
port_insert.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 |
|
port_set.cc
|
remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog
|
2010-09-14 15:45:21 +00:00 |
|
process_thread.cc
|
remove babbling torrent of debug output
|
2010-04-13 21:05:59 +00:00 |
|
processor.cc
|
Fix warning.
|
2011-02-07 01:12:55 +00:00 |
|
progress.cc
|
Make normalize cancel button work.
|
2010-10-28 17:09:32 +00:00 |
|
quantize.cc
|
Allow trim of midi regions to before the start of the source (better, this time). Fixes #3156.
|
2010-12-09 21:34:46 +00:00 |
|
rb_effect.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
rc_configuration.cc
|
don't crash during startup with no config files when trying to use a non-existent MIDI Manager object
|
2010-07-26 15:22:24 +00:00 |
|
recent_sessions.cc
|
|
|
|
region.cc
|
Fix warnings.
|
2011-02-15 01:08:15 +00:00 |
|
region_factory.cc
|
#ifdef-ize all/most uses of the boost debug hooks API
|
2011-02-10 18:33:43 +00:00 |
|
resampled_source.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
return.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
reverse.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
route.cc
|
more latency compilation fixes
|
2011-02-16 03:30:12 +00:00 |
|
route_group.cc
|
Add route group property to share route active state (#3703)
|
2011-01-10 23:37:34 +00:00 |
|
route_group_member.cc
|
|
|
|
run-tests.sh
|
Add test for #3356.
|
2010-07-25 00:42:02 +00:00 |
|
send.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 |
|
session.cc
|
more progress on speakers/vbap etc. etc (still a work in progress)
|
2011-02-17 16:43:55 +00:00 |
|
session_butler.cc
|
dynamic playback & capture buffer resizing (though transport is stopped first)
|
2010-06-09 17:24:07 +00:00 |
|
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
|
Fix restoration of MementoCommand<Crossfade>. Fixes #3418.
|
2010-09-14 00:41:53 +00:00 |
|
session_configuration.cc
|
|
|
|
session_directory.cc
|
newly created files for use in recording appear in a .stubs folder, and are moved out of it when recording stops
|
2010-07-16 14:55:11 +00:00 |
|
session_events.cc
|
Use DEBUG macros for SessionEvent debugging.
|
2011-01-08 15:19:32 +00:00 |
|
session_export.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
session_handle.cc
|
Add dynamic type to SessionHandleRef debug output
|
2011-01-16 19:17:45 +00:00 |
|
session_metadata.cc
|
remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog
|
2010-09-14 15:45:21 +00:00 |
|
session_midi.cc
|
Prevent various things from stopping the transport by requesting a transport speed of exactly 0 when they are really just continuously varying it. Fixes strange playhead behaviour during varispeed when the user varispeeds to exactly 0 and auto-return is triggered.
|
2011-02-07 01:12:47 +00:00 |
|
session_object.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
|
session_playlists.cc
|
region list displays actual playlist use count for each region, rather than a GUI-based count
|
2010-09-20 19:18:17 +00:00 |
|
session_process.cc
|
split out ARDOUR::how_many_dsp_threads() ; fix test for whether to use use route_graph or just process routes in-thread
|
2011-02-09 02:41:01 +00:00 |
|
session_rtevents.cc
|
step editing now accessed via a context menu on MIDI track rec-enable buttons. along the way, fixed up confusion between set_rec_enable() and set_rec_enabled() methods in Route/Track/Diskstream
|
2010-07-24 16:40:56 +00:00 |
|
session_state.cc
|
more progress on speakers/vbap etc. etc (still a work in progress)
|
2011-02-17 16:43:55 +00:00 |
|
session_state_utils.cc
|
|
|
|
session_time.cc
|
change Session::convert_to_frames_at() to Session::convert_to_frames() to reflect the fact that its argument is a position, not a duration; add Session::any_duration_to_frames(), which converts AnyTime representing a duration to frames; alter callers to use the right one of the two previously mentioned methods
|
2010-12-30 15:45:48 +00:00 |
|
session_transport.cc
|
part two of new JACK latency API support - should fix broken compilation
|
2011-02-15 19:55:14 +00:00 |
|
session_utils.cc
|
|
|
|
session_vst.cc
|
Clean up plugin preset handling a bit.
|
2010-12-19 23:11:01 +00:00 |
|
slave.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
smf_source.cc
|
Fix more broken whitespace.
|
2010-12-20 22:51:17 +00:00 |
|
sndfile_helpers.cc
|
force AIFF and WAV exports to Big and Little endianness respectively
|
2010-08-30 18:40:23 +00:00 |
|
sndfileimportable.cc
|
Check for OGG format properly. Should fix #3723.
|
2011-01-21 00:58:36 +00:00 |
|
sndfilesource.cc
|
3.0 version of previous 2.X change to always prevent deletion of existing sources
|
2011-02-14 16:04:53 +00:00 |
|
source.cc
|
do not try to open sources with write-permission if the session itself is unwritable
|
2011-01-31 19:02:15 +00:00 |
|
source_factory.cc
|
#ifdef-ize all/most uses of the boost debug hooks API
|
2011-02-10 18:33:43 +00:00 |
|
speakers.cc
|
preparations for a working speaker editing dialog
|
2011-02-17 04:45:49 +00:00 |
|
sse_functions.s
|
|
|
|
sse_functions_64bit.s
|
|
|
|
sse_functions_xmm.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
st_pitch.cc
|
|
|
|
st_stretch.cc
|
Remove all use of nframes_t.
|
2010-12-03 22:26:29 +00:00 |
|
strip_silence.cc
|
make strip silence work (again?)
|
2010-12-09 16:31:05 +00:00 |
|
tape_file_matcher.cc
|
|
|
|
template_utils.cc
|
|
|
|
tempo.cc
|
Fix comment. Fix believed erroneous add of ticks to a fractional beats value.
|
2010-12-17 19:20:34 +00:00 |
|
tempo_map_importer.cc
|
|
|
|
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
|
Rename libmusictime libtimecode (consistent with already used namespace "Timecode").
|
2010-12-14 18:13:37 +00:00 |
|
track.cc
|
Prevent failed reconfigurations on tracks with 0 inputs (#3709).
|
2011-01-14 21:58:26 +00:00 |
|
transient_detector.cc
|
Clean up region.h and trim include tree.
|
2010-12-20 21:22:49 +00:00 |
|
unknown_processor.cc
|
Add missing files from previous commit.
|
2010-11-26 23:31:14 +00:00 |
|
uri_map.cc
|
Fix compiler warnings
|
2010-12-11 15:09:47 +00:00 |
|
user_bundle.cc
|
Basic tweaks to make the bundles and the port matrix accept that MIDI tracks may have audio IO, and vice versa. Allows connection of instrument tracks using the global port matrix.
|
2010-06-30 02:59:13 +00:00 |
|
utils.cc
|
make a note about process lock and ARDOUR::how_many_dsp_threads()
|
2011-02-09 02:51:50 +00:00 |
|
vst_plugin.cc
|
Try to ensure that the plugin loads its initial preset correctly. May fix #3602.
|
2010-12-29 01:18:05 +00:00 |
|
wscript
|
part two of new JACK latency API support - should fix broken compilation
|
2011-02-15 19:55:14 +00:00 |