| .. |
|
ardour
|
Make port matrix notice when connections are changed outside of ardour.
|
2010-04-05 15:23:54 +00:00 |
|
lv2ext
|
|
|
|
macosx
|
|
|
|
po
|
|
|
|
test
|
Fix crash in test.
|
2010-04-02 14:30:14 +00:00 |
|
.cvsignore
|
|
|
|
amp.cc
|
how about that ... a monitor/main section .. GUI is still unfinished .. several small fixes to processor loading/listen mgmt and a few debug output lines rmeoved. knob images are provisional, and can be found in icons/knob.png and related files
|
2010-03-10 17:31:16 +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
|
revisit setting up processors during route construction; remove several more XML-based constructors; don't put () parens around inactive plugin names (we have a checkbox); improve management of send, return and insert bitslot IDs; clean up Diskstream construction a bit more
|
2010-04-01 01:24:13 +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
|
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_importer.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 |
|
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
|
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
|
part one of hiding Diskstreams and making them a private object of a Track
|
2010-03-27 14:41:24 +00:00 |
|
audio_track_importer.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 |
|
audio_unit.cc
|
finalize PROGRAM_NAME change for ardour3
|
2010-03-15 02:31:27 +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
|
Make port matrix notice when connections are changed outside of ardour.
|
2010-04-05 15:23:54 +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
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +00:00 |
|
audioregion.cc
|
Rework to set Stateful properties automagically in the Stateful class rather than delegating to subclasses.
|
2010-03-31 22:45:27 +00:00 |
|
audiosource.cc
|
remove PBD::Connection (replace use with PBD::ScopedConnection); remove limitation on transport roll after session end
|
2010-04-02 15:24:53 +00:00 |
|
auditioner.cc
|
part one of hiding Diskstreams and making them a private object of a Track
|
2010-03-27 14:41:24 +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.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_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
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +00:00 |
|
beats_frames_converter.cc
|
Remove Session dependency from BeatsFramesConverter.
|
2009-10-25 21:13:02 +00:00 |
|
broadcast_info.cc
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +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 |
|
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
|
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
|
stop metering thread as we disconnect a session from audioengine; explicitly drop connections early in ~Route so that we don't still have signals being handled while we destruct; fix up some valgrind warnings
|
2009-12-31 19:49:22 +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
|
|
|
|
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 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
|
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
|
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
|
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
|
fixes for various consistency/settings issues in monitor section; minor edit to PACKAGER_README
|
2010-03-17 16:01:58 +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
|
would you look at that! all those changes just to make the auditioner work again ....
|
2010-03-25 03:40:07 +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
|
Fix logic for when to request buffer overwrite.
|
2010-04-02 22:45:50 +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
|
remove near-duplicate session constructor; change names from control_outs to monitor_out and control_out to monitor_send; may havebroken creation of new sessions in a wierd way (will fix later)
|
2010-03-22 21:35:35 +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.cc
|
Fix assertion failure on region bounce.
|
2010-01-15 00:17:37 +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_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
|
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
|
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
|
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
|
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 |
|
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_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
|
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
|
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
|
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
|
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 |
|
find_session.cc
|
finalize PROGRAM_NAME change for ardour3
|
2010-03-15 02:31:27 +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 |
|
gettext.h
|
|
|
|
globals.cc
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +00:00 |
|
i18n.h
|
|
|
|
import.cc
|
fix import of MIDI files
|
2010-03-22 21:33:01 +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
|
remember to reset inm1 each time around the interpolation loop
|
2009-10-22 13:29:09 +00:00 |
|
io.cc
|
remove some OS X cruft in io.cc
|
2010-04-03 16:11:56 +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
|
changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
|
2010-03-16 15:33:04 +00:00 |
|
location.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 |
|
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
|
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
|
lincoln's patch to get loading 2.X sessions to work better
|
2010-03-28 19:07:23 +00:00 |
|
meter.cc
|
remove XML-based constructors for several types of Processors; less debugging
|
2010-03-24 14:01:31 +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
|
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
|
revisit setting up processors during route construction; remove several more XML-based constructors; don't put () parens around inactive plugin names (we have a checkbox); improve management of send, return and insert bitslot IDs; clean up Diskstream construction a bit more
|
2010-04-01 01:24:13 +00:00 |
|
midi_model.cc
|
change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes
|
2010-02-19 18:09:08 +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
|
(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
|
change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes
|
2010-02-19 18:09:08 +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
|
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 |
|
midi_state_tracker.cc
|
fix bug in MidiStateTracker::resolve_notes() involving argument reversal when constructing a NoteOff event (thanks to lincoln for this)
|
2010-03-28 19:36:46 +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
|
part one of hiding Diskstreams and making them a private object of a Track
|
2010-03-27 14:41:24 +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
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
|
monitor_processor.cc
|
remove XML-based constructors for several types of Processors; less debugging
|
2010-03-24 14:01:31 +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
|
Fix angle bracket project-local include paths.
|
2009-10-30 00:21:40 +00:00 |
|
mute_master.cc
|
lincoln's patch to get loading 2.X sessions to work better
|
2010-03-28 19:07:23 +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
|
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 |
|
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 |
|
pi_controller.cc
|
torben's latest fix for the MTC PiC (adjust catch factor)
|
2010-02-12 18:40:42 +00:00 |
|
playlist.cc
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +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
|
revisit setting up processors during route construction; remove several more XML-based constructors; don't put () parens around inactive plugin names (we have a checkbox); improve management of send, return and insert bitslot IDs; clean up Diskstream construction a bit more
|
2010-04-01 01:24:13 +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
|
don't be using engine->jack() unconditionally in Port methods
|
2009-11-28 00:53:54 +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 |
|
processor.cc
|
revisit setting up processors during route construction; remove several more XML-based constructors; don't put () parens around inactive plugin names (we have a checkbox); improve management of send, return and insert bitslot IDs; clean up Diskstream construction a bit more
|
2010-04-01 01:24:13 +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
|
Eliminate double reversible commit from time stretch, and make the stretch operation lengthen / shorten the region as per operation.
|
2009-12-06 21:00:43 +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
|
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.cc
|
Rework to set Stateful properties automagically in the Stateful class rather than delegating to subclasses.
|
2010-03-31 22:45:27 +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
|
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
|
don't override user naming of send/return/port inserts
|
2010-04-01 01:59:47 +00:00 |
|
reverse.cc
|
the Properties & 64bit region commit
|
2010-02-18 13:59:49 +00:00 |
|
route.cc
|
meter point restore handling, and related matters
|
2010-04-03 13:40:34 +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
|
don't override user naming of send/return/port inserts
|
2010-04-01 01:59:47 +00:00 |
|
session.cc
|
fix save+restore of Gtkmm2ext::Tearoff state; a few cerr cleanups
|
2010-04-01 02:29:13 +00:00 |
|
session_butler.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_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
|
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
|
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
|
provide a real and usable MuteControllable for Routes (so that MIDI can use it)
|
2010-01-04 18:15:29 +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
|
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
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +00:00 |
|
session_object.cc
|
Oops. Actually make new Properties changes work.
|
2010-04-01 02:18:58 +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
|
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 |
|
session_rtevents.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 |
|
session_state.cc
|
meter point restore handling, and related matters
|
2010-04-03 13:40:34 +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_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
|
Resort routes after processors change. Ensures that, e.g. things work after adding sends to tracks. Fixes #2794.
|
2010-04-06 12:13:38 +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 |
|
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
|
the Properties & 64bit region commit
|
2010-02-18 13:59:49 +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
|
* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers
|
2009-10-28 21:36:40 +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
|
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 |
|
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.cc
|
change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes
|
2010-02-19 18:09:08 +00:00 |
|
tempo_map_importer.cc
|
correct usage of return value from Session::Prompt signal
|
2009-12-30 19:44:46 +00:00 |
|
ticker.cc
|
Fix assertion failure on transmission of MIDI clock.
|
2009-12-22 01:13:44 +00:00 |
|
track.cc
|
meter point restore handling, and related matters
|
2010-04-03 13:40:34 +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
|
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 |
|
wscript
|
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 |