| .. |
|
ardour
|
switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multiset<...,EarlierNoteComparator> for _write_notes, does FIFO note resolution for overlapping notes in SMF file; implement Sequence::overlaps() ... current use is uncertain; ARDOUR::coverage() uses 64bit framepos_t
|
2010-05-31 19:47:15 +00:00 |
|
lv2ext
|
|
|
|
macosx
|
|
|
|
po
|
|
|
|
test
|
Prevent clipping during the import of files from sources that have
|
2010-04-09 14:11:47 +00:00 |
|
.cvsignore
|
|
|
|
amp.cc
|
Remove muting behaviour from the Amp processor. Fix some small
|
2010-05-17 23:28:13 +00:00 |
|
analyser.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
|
audio_buffer.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
|
audio_diskstream.cc
|
Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again.
|
2010-04-21 20:42:22 +00:00 |
|
audio_library.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
|
audio_playlist.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +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
|
|
|
|
audio_region_importer.cc
|
Move region naming stuff from Session into RegionFactory, cleaning up some vestiges of when Session had a list of regions.
|
2010-03-30 23:40:28 +00:00 |
|
audio_track.cc
|
Take route's processor lock for things called by the process thread. Prevents problems when processors are being reconfigured and a process callback occurs.
|
2010-05-27 17:10:08 +00:00 |
|
audio_track_importer.cc
|
Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again.
|
2010-04-21 20:42:22 +00:00 |
|
audio_unit.cc
|
finalize PROGRAM_NAME change for ardour3
|
2010-03-15 02:31:27 +00:00 |
|
audioanalyser.cc
|
|
|
|
audioengine.cc
|
commits 6001-6525 inclusive from 2.X applied to 3.0
|
2010-04-21 02:24:38 +00:00 |
|
audiofile_tagger.cc
|
|
|
|
audiofilesource.cc
|
switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multiset<...,EarlierNoteComparator> for _write_notes, does FIFO note resolution for overlapping notes in SMF file; implement Sequence::overlaps() ... current use is uncertain; ARDOUR::coverage() uses 64bit framepos_t
|
2010-05-31 19:47:15 +00:00 |
|
audioregion.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +00:00 |
|
audiosource.cc
|
Keep to a quota of open files by closing least recently used ones as required. Should fix #2341.
|
2010-05-14 02:24:44 +00:00 |
|
auditioner.cc
|
Create the session range location as and when the session first gets some content. Allows both the beginning and end of the range to expand to contain the actual session contents.
|
2010-05-09 20:48:21 +00:00 |
|
auto_bundle.cc
|
|
|
|
automatable.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +00:00 |
|
automation.cc
|
|
|
|
automation_control.cc
|
restore excess calls to sync-order stuff (for now); allow MIDI controllers to use the same non-linear fader response as the gui; add various flags to PBD::Controllable and remove URI from that class
|
2009-12-30 16:48:58 +00:00 |
|
automation_list.cc
|
Fix crash on clear option for automation tracks (#3195). Also fix state change signalling so that lines reappear on undoing a clear.
|
2010-05-27 12:26:00 +00:00 |
|
beats_frames_converter.cc
|
|
|
|
broadcast_info.cc
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +00:00 |
|
buffer.cc
|
|
|
|
buffer_manager.cc
|
Gah! Typo in previous commit.
|
2010-04-22 12:22:57 +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 |
|
bundle.cc
|
|
|
|
butler.cc
|
Make butler handle auditioner again. Fixes #3128.
|
2010-05-13 19:35:35 +00:00 |
|
caimportable.cc
|
|
|
|
chan_count.cc
|
|
|
|
chan_mapping.cc
|
|
|
|
ChangeLog
|
|
|
|
configuration.cc
|
|
|
|
control_outputs.cc
|
|
|
|
control_protocol_manager.cc
|
fix deadlock in protocol manager startup; fix some other ::set_session() SNAFUs; remove last boost::signals2::connection member from libardour
|
2009-12-17 23:36:52 +00:00 |
|
control_protocol_search_path.cc
|
|
|
|
coreaudiosource.cc
|
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
|
2009-12-22 20:21:43 +00:00 |
|
crossfade.cc
|
changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
|
2010-03-16 15:33:04 +00:00 |
|
cycle_timer.cc
|
|
|
|
debug.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +00:00 |
|
default_click.cc
|
|
|
|
delivery.cc
|
Tiny cleanup.
|
2010-05-18 01:05:12 +00:00 |
|
directory_names.cc
|
|
|
|
diskstream.cc
|
Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again.
|
2010-04-21 20:42:22 +00:00 |
|
element_import_handler.cc
|
|
|
|
element_importer.cc
|
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
|
2009-12-19 20:26:31 +00:00 |
|
enums.cc
|
Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again.
|
2010-04-21 20:42:22 +00:00 |
|
event_type_map.cc
|
|
|
|
export_channel.cc
|
alignment/capture/positioning changes ported from 2.X
|
2010-04-12 22:35:06 +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
|
|
|
|
export_format_base.cc
|
|
|
|
export_format_manager.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
|
export_format_specification.cc
|
|
|
|
export_formats.cc
|
Re-connect some signals in export format stuff
|
2010-04-03 08:40:21 +00:00 |
|
export_graph_builder.cc
|
Make audiographer SndfileWriter use PBD::Signal and use it properly. Also make export graph stuff use boost::ptr_list (because of ScopedConnection non-copyability)
|
2010-04-02 20:49:02 +00:00 |
|
export_handler.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_multiplication.cc
|
|
|
|
export_preset.cc
|
|
|
|
export_profile_manager.cc
|
Make session and master outs the default timespan and channel config for export
|
2010-04-02 22:57:02 +00:00 |
|
export_status.cc
|
|
|
|
export_timespan.cc
|
Re-integrate export-optimization branch.
|
2009-12-27 14:46:23 +00:00 |
|
file_source.cc
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +00:00 |
|
filename_extensions.cc
|
|
|
|
filesystem_paths.cc
|
|
|
|
filter.cc
|
Preserve gain envelopes across filtering operations and stretch them across time stretches. Fixes #902.
|
2010-04-26 00:23:40 +00:00 |
|
find_session.cc
|
finalize PROGRAM_NAME change for ardour3
|
2010-03-15 02:31:27 +00:00 |
|
gain.cc
|
|
|
|
gettext.h
|
commits 6001-6525 inclusive from 2.X applied to 3.0
|
2010-04-21 02:24:38 +00:00 |
|
globals.cc
|
switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multiset<...,EarlierNoteComparator> for _write_notes, does FIFO note resolution for overlapping notes in SMF file; implement Sequence::overlaps() ... current use is uncertain; ARDOUR::coverage() uses 64bit framepos_t
|
2010-05-31 19:47:15 +00:00 |
|
i18n.h
|
|
|
|
import.cc
|
Use SMFSource static method to look for MIDI file extensions.
|
2010-05-19 23:36:18 +00:00 |
|
internal_return.cc
|
remove XML-based constructors for several types of Processors; less debugging
|
2010-03-24 14:01:31 +00:00 |
|
internal_send.cc
|
remove XML-based constructors for several types of Processors; less debugging
|
2010-03-24 14:01:31 +00:00 |
|
interpolation.cc
|
|
|
|
io.cc
|
Re-throw exception slightly better.
|
2010-05-09 00:46:54 +00:00 |
|
io_processor.cc
|
More tinkering with State<>. Use some StateDiffCommands instead of
|
2010-02-11 17:08:34 +00:00 |
|
jack_slave.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
|
ladspa_plugin.cc
|
commits 6001-6525 inclusive from 2.X applied to 3.0
|
2010-04-21 02:24:38 +00:00 |
|
location.cc
|
Create the session range location as and when the session first gets some content. Allows both the beginning and end of the range to expand to contain the actual session contents.
|
2010-05-09 20:48:21 +00:00 |
|
location_importer.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
|
lv2_event_buffer.cc
|
|
|
|
lv2_plugin.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
|
meter.cc
|
make sure that meters are configured to handle the right number of channels, and allow internal returns to be restored from XML in non-monitor busses
|
2010-04-16 19:31:10 +00:00 |
|
midi_buffer.cc
|
|
|
|
midi_clock_slave.cc
|
switch MIDI Clock slave code to use DEBUG_TRACE; don't make it require start/stop messages (to be finished later) and don't locate to zero when starting
|
2010-02-01 03:36:29 +00:00 |
|
midi_diskstream.cc
|
Remove empty MIDI regions which result from recordings made when no MIDI data is received.
|
2010-05-26 16:03:47 +00:00 |
|
midi_model.cc
|
rationale pathways that add notes to Sequence<T> so that there is only final insertion step; when changing note properties that affect "indexing" within a Sequence<T> (i.e. via set<T,comparator> indexing/ordering/hashing), remove the note and add it back so that indexing stays consistent; fix marshalling of MidiModel::DiffCommand (boost::bind(&Object::method, reference_to_object) will COPY the reference, so use a pointer); fix MidiModel::find_note() to compare note properties not pointer addresses
|
2010-06-01 20:40:45 +00:00 |
|
midi_patch_manager.cc
|
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
|
2009-12-17 18:24:23 +00:00 |
|
midi_playlist.cc
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
|
midi_port.cc
|
|
|
|
midi_region.cc
|
make trimming in region name (colored) highlight work even in internal edit mode; change enter/leave handler to return true by default (MIGHT HAVE UNINTENDED EFFECTS on mouse response), thus avoiding multiple stacked canvas items fighting over enter/leave
|
2010-05-30 20:13:29 +00:00 |
|
midi_ring_buffer.cc
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
|
midi_source.cc
|
Preserve source's model on clone() if it is not rebuilt. Should fix #3155.
|
2010-05-24 21:45:50 +00:00 |
|
midi_state_tracker.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +00:00 |
|
midi_stretch.cc
|
Fix assertion failure on time FX of MIDI regions (#3136)
|
2010-05-17 19:32:16 +00:00 |
|
midi_track.cc
|
Take route's processor lock for things called by the process thread. Prevents problems when processors are being reconfigured and a process callback occurs.
|
2010-05-27 17:10:08 +00:00 |
|
midi_ui.cc
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
|
mix.cc
|
|
|
|
monitor_processor.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 |
|
mtc_slave.cc
|
tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually get a name; make StatefulDiffCommand use a weak_ptr, not a raw ptr; use .val() rather than .get() to avoid confusion with boost:: smart ptr method of the same name
|
2010-02-11 23:10:29 +00:00 |
|
mtdm.cc
|
|
|
|
mute_master.cc
|
A few cleanups and rearrangements in the RC options. Add options for default mute-affects-* settings, and make routes obey them.
|
2010-05-20 01:30:35 +00:00 |
|
named_selection.cc
|
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
|
2009-12-22 20:21:43 +00:00 |
|
onset_detector.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
|
panner.cc
|
Various fixes to multiple-2D panner signal handling. Should fix some or all of #1632.
|
2010-05-02 01:33:25 +00:00 |
|
pcm_utils.cc
|
|
|
|
pi_controller.cc
|
torben's latest fix for the MTC PiC (adjust catch factor)
|
2010-02-12 18:40:42 +00:00 |
|
playlist.cc
|
Remove empty MIDI regions which result from recordings made when no MIDI data is received.
|
2010-05-26 16:03:47 +00:00 |
|
playlist_factory.cc
|
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
|
2009-12-19 20:26:31 +00:00 |
|
plugin.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
|
plugin_insert.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
|
plugin_manager.cc
|
remove the session region list; GUI now represents (a relatively unfiltered view of) the raw region list that always contains every single region ever created
|
2010-03-06 15:40:42 +00:00 |
|
port.cc
|
perhaps, just possibly, a working solo model. needs to be fixed so that connections to other JACK clients count as "physical" connections, so don't use this with ardour connected to other JACK apps just yet. Oh, this also invalidates existing a3 sessions again
|
2010-05-01 15:09:19 +00:00 |
|
port_insert.cc
|
don't override user naming of send/return/port inserts
|
2010-04-01 01:59:47 +00:00 |
|
port_set.cc
|
changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
|
2010-03-16 15:33:04 +00:00 |
|
process_thread.cc
|
remove babbling torrent of debug output
|
2010-04-13 21:05:59 +00:00 |
|
processor.cc
|
Remove muting behaviour from the Amp processor. Fix some small
|
2010-05-17 23:28:13 +00:00 |
|
quantize.cc
|
|
|
|
rb_effect.cc
|
Preserve gain envelopes across filtering operations and stretch them across time stretches. Fixes #902.
|
2010-04-26 00:23:40 +00:00 |
|
rc_configuration.cc
|
handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big)
|
2010-03-30 15:18:43 +00:00 |
|
recent_sessions.cc
|
|
|
|
region.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
|
region_factory.cc
|
Move region naming stuff from Session into RegionFactory, cleaning up some vestiges of when Session had a list of regions.
|
2010-03-30 23:40:28 +00:00 |
|
resampled_source.cc
|
Prevent clipping during the import of files from sources that have
|
2010-04-09 14:11:47 +00:00 |
|
return.cc
|
Remove muting behaviour from the Amp processor. Fix some small
|
2010-05-17 23:28:13 +00:00 |
|
reverse.cc
|
the Properties & 64bit region commit
|
2010-02-18 13:59:49 +00:00 |
|
route.cc
|
Take route's processor lock for things called by the process thread. Prevents problems when processors are being reconfigured and a process callback occurs.
|
2010-05-27 17:10:08 +00:00 |
|
route_group.cc
|
Emit signal when a group's active state is changed. Fix restoration of state from XML.
|
2010-04-05 17:17:48 +00:00 |
|
route_group_member.cc
|
drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route> and boost::shared_ptr<RouteList> to better fit into emerging framework for "RT operations" ; torben's changes to MTC slaving code (sorry for bundling)
|
2009-12-10 03:25:32 +00:00 |
|
run-tests.sh
|
libs/ardour/run-tests.h: add gdb debugging option
|
2010-01-29 05:18:03 +00:00 |
|
send.cc
|
Remove muting behaviour from the Amp processor. Fix some small
|
2010-05-17 23:28:13 +00:00 |
|
session.cc
|
Create the session range location as and when the session first gets some content. Allows both the beginning and end of the range to expand to contain the actual session contents.
|
2010-05-09 20:48:21 +00:00 |
|
session_butler.cc
|
Reset buffer stats on stop. Remove unused minimum playback/capture load stats.
|
2010-05-12 00:29:28 +00:00 |
|
session_click.cc
|
move Session::Event into SessionEvent class; add SessionEventManager (Session IS-A SessionEventManager); make session ops to toggle all track rec-enable be atomic with respect to process()
|
2009-12-04 02:15:12 +00:00 |
|
session_command.cc
|
(1) stop using mangled names in history state, use demangled ones instead (2) fix region split so that the generated regions have the right start points in the source(s)
|
2010-03-02 19:12:01 +00:00 |
|
session_configuration.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
|
session_directory.cc
|
|
|
|
session_events.cc
|
first pass at end-to-end RT operation request (GUI->session->RT thread->GUI), just for rec-enable
|
2009-12-07 21:37:35 +00:00 |
|
session_export.cc
|
Fix crash on export.
|
2010-05-02 13:14:06 +00:00 |
|
session_handle.cc
|
clean up editor mixer strip when session is going away; slightly improved boost debugging
|
2009-12-24 04:04:01 +00:00 |
|
session_metadata.cc
|
|
|
|
session_midi.cc
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +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
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
|
session_process.cc
|
Reset buffer stats on stop. Remove unused minimum playback/capture load stats.
|
2010-05-12 00:29:28 +00:00 |
|
session_rtevents.cc
|
lots of odds and ends to do with solo isolate and its GUI
|
2010-05-06 18:40:37 +00:00 |
|
session_state.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +00:00 |
|
session_state_utils.cc
|
|
|
|
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
|
Reset buffer stats on stop. Remove unused minimum playback/capture load stats.
|
2010-05-12 00:29:28 +00:00 |
|
session_utils.cc
|
|
|
|
session_vst.cc
|
|
|
|
slave.cc
|
|
|
|
smf_source.cc
|
rationale pathways that add notes to Sequence<T> so that there is only final insertion step; when changing note properties that affect "indexing" within a Sequence<T> (i.e. via set<T,comparator> indexing/ordering/hashing), remove the note and add it back so that indexing stays consistent; fix marshalling of MidiModel::DiffCommand (boost::bind(&Object::method, reference_to_object) will COPY the reference, so use a pointer); fix MidiModel::find_note() to compare note properties not pointer addresses
|
2010-06-01 20:40:45 +00:00 |
|
sndfile_helpers.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
|
sndfileimportable.cc
|
Evidence from Chris suggests that imported OGG files can clip, so check for that.
|
2010-05-11 00:43:28 +00:00 |
|
sndfilesource.cc
|
Keep to a quota of open files by closing least recently used ones as required. Should fix #2341.
|
2010-05-14 02:24:44 +00:00 |
|
source.cc
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
|
source_factory.cc
|
clean up editor mixer strip when session is going away; slightly improved boost debugging
|
2009-12-24 04:04:01 +00:00 |
|
sse_functions.s
|
|
|
|
sse_functions_64bit.s
|
|
|
|
sse_functions_xmm.cc
|
|
|
|
st_pitch.cc
|
|
|
|
st_stretch.cc
|
|
|
|
strip_silence.cc
|
Small cleanup: add constructor to InterThreadInfo.
|
2010-05-02 19:08:30 +00:00 |
|
tape_file_matcher.cc
|
|
|
|
template_utils.cc
|
|
|
|
tempo.cc
|
Use bbt_add and bbt_subtract to do proper BBT maths in round_to_beat_subdivision.
|
2010-05-27 00:26:32 +00:00 |
|
tempo_map_importer.cc
|
correct usage of return value from Session::Prompt signal
|
2009-12-30 19:44:46 +00:00 |
|
thread_buffers.cc
|
substantive change: use the JACK wait API and provide "thread buffers" separately from session in preparation for parallelization. lots of debug output at present. If using JACK1, requires a very current version of JACK1 SVN (0.119.0)
|
2010-04-13 20:48:33 +00:00 |
|
ticker.cc
|
Fix assertion failure on transmission of MIDI clock.
|
2009-12-22 01:13:44 +00:00 |
|
track.cc
|
Take route's processor lock for things called by the process thread. Prevents problems when processors are being reconfigured and a process callback occurs.
|
2010-05-27 17:10:08 +00:00 |
|
transient_detector.cc
|
|
|
|
uri_map.cc
|
|
|
|
user_bundle.cc
|
|
|
|
utils.cc
|
MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
|
2010-05-19 03:03:28 +00:00 |
|
vst_plugin.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
|
wscript
|
Move FileManager code into libpbd. Use it for SMF read/write.
|
2010-05-16 20:54:50 +00:00 |