.. |
ardour
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
lv2ext
|
|
|
macosx
|
|
|
po
|
|
|
test
|
MIDIClock_SlaveTest: simulate input jitter
|
2010-01-29 16:24:42 +00:00 |
.cvsignore
|
|
|
amp.cc
|
Remove weird/pointless Automatable::data().
|
2010-02-05 20:03:57 +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
|
|
|
audio_diskstream.cc
|
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
|
2010-01-25 20:34:09 +00:00 |
audio_library.cc
|
|
|
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_playlist.cc
|
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
|
2010-01-25 20:34:09 +00:00 |
audio_port.cc
|
|
|
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
|
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_track.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
audio_unit.cc
|
Merged revisions 6293,6296-6306,6308 via svnmerge from
|
2009-12-06 04:35:48 +00:00 |
audioanalyser.cc
|
|
|
audioengine.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 |
audiofile_tagger.cc
|
|
|
audiofilesource.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 |
audioregion.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
audiosource.cc
|
Fix memory leak.
|
2010-02-01 20:05:13 +00:00 |
auditioner.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
auto_bundle.cc
|
|
|
automatable.cc
|
Fix sketchy casts.
|
2009-10-23 20:11:56 +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
|
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
|
2010-01-25 20:34:09 +00:00 |
automation.cc
|
|
|
beats_frames_converter.cc
|
Remove Session dependency from BeatsFramesConverter.
|
2009-10-25 21:13:02 +00:00 |
broadcast_info.cc
|
|
|
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
|
|
|
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
|
|
|
chan_count.cc
|
|
|
chan_mapping.cc
|
|
|
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
|
|
|
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
|
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
|
2010-01-25 20:34:09 +00:00 |
cycle_timer.cc
|
|
|
debug.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 |
default_click.cc
|
|
|
delivery.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23: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
|
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
|
2010-01-25 20:34:09 +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
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +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
|
Re-integrate export-optimization branch.
|
2009-12-27 14:46:23 +00:00 |
export_channel.cc
|
Fix assertion failure on region bounce.
|
2010-01-15 00:17:37 +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
|
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
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
export_graph_builder.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
export_handler.cc
|
- Fix process callbakc handling during export
|
2009-12-27 22:09:40 +00:00 |
export_multiplication.cc
|
|
|
export_preset.cc
|
|
|
export_profile_manager.cc
|
Re-integrate export-optimization branch.
|
2009-12-27 14:46:23 +00:00 |
export_status.cc
|
|
|
export_timespan.cc
|
Re-integrate export-optimization branch.
|
2009-12-27 14:46:23 +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
|
|
|
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
|
Remove unnecessary _fade_{in,out}_shape members from AudioRegion.
|
2009-12-28 02:54:04 +00:00 |
find_session.cc
|
|
|
gain.cc
|
|
|
gettext.h
|
|
|
globals.cc
|
Fix AudioGrapher library installation path and enable H/W optimizations in AudioGrapher
|
2009-12-31 14:03:30 +00:00 |
i18n.h
|
|
|
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
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
internal_send.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 |
interpolation.cc
|
remember to reset inm1 each time around the interpolation loop
|
2009-10-22 13:29:09 +00:00 |
io_processor.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 |
io.cc
|
Fix assertion failure on creating a new session.
|
2009-12-22 23:02:44 +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
|
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 |
location_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 |
location.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 |
lv2_event_buffer.cc
|
|
|
lv2_plugin.cc
|
Fix uninitialised variable.
|
2010-01-05 16:37:53 +00:00 |
meter.cc
|
Fix assertion failure on dropping a track out of rec-arm.
|
2009-12-23 00:51:26 +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
|
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 |
midi_model.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_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
|
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
|
2010-01-25 20:34:09 +00:00 |
midi_port.cc
|
|
|
midi_region.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
midi_ring_buffer.cc
|
remove a couple of boost::signals2 trouble spots; fix some --strict compile time warnings
|
2009-12-20 16:50:41 +00:00 |
midi_source.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 |
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
|
|
|
midi_track.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
midi_ui.cc
|
MIDI binding maps make their debut
|
2009-12-28 16:49:44 +00:00 |
mix.cc
|
|
|
mtc_slave.cc
|
cleanup of mtc slave code from debugging
|
2010-01-28 00:21:06 +00:00 |
mtdm.cc
|
Fix angle bracket project-local include paths.
|
2009-10-30 00:21:40 +00:00 |
mute_master.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +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
|
|
|
panner.cc
|
Coding style cleanups. Preserve mono state in XML for panners.
|
2010-02-07 02:45:55 +00:00 |
pcm_utils.cc
|
|
|
pi_controller.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 |
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 |
playlist.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
plugin_insert.cc
|
Remove weird/pointless Automatable::data().
|
2010-02-05 20:03:57 +00:00 |
plugin_manager.cc
|
plugin status fixes from 2.X
|
2010-01-22 11:57:51 +00:00 |
plugin.cc
|
|
|
port_insert.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 |
port_set.cc
|
|
|
port.cc
|
don't be using engine->jack() unconditionally in Port methods
|
2009-11-28 00:53:54 +00:00 |
processor.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 |
quantize.cc
|
|
|
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
|
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 |
recent_sessions.cc
|
|
|
region_command.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
region_factory.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
region.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |
resampled_source.cc
|
|
|
return.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 |
reverse.cc
|
|
|
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 |
route_group.cc
|
Relent a bit and make adding a route to a group which already contains that group a no-op.
|
2010-01-15 00:26:47 +00:00 |
route.cc
|
Fix panner write automation.
|
2010-02-07 02:53:14 +00:00 |
run-tests.sh
|
libs/ardour/run-tests.h: add gdb debugging option
|
2010-01-29 05:18:03 +00:00 |
send.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 |
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
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +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
|
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
|
|
|
session_midi.cc
|
fix transmission of MTC so that we don't send while slaved to MTC
|
2010-02-01 03:35:41 +00:00 |
session_playlists.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 |
session_process.cc
|
remove a couple of boost::signals2 trouble spots; fix some --strict compile time warnings
|
2009-12-20 16:50:41 +00:00 |
session_rtevents.cc
|
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
|
2009-12-21 18:23:07 +00:00 |
session_state_utils.cc
|
|
|
session_state.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +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
|
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 |
session_utils.cc
|
|
|
session_vst.cc
|
|
|
session.cc
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +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
|
|
|
sndfileimportable.cc
|
|
|
sndfilesource.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 |
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 |
source.cc
|
screw up MIDI control "automation" tracks quite a bit while trying to improve menu structure BUT add a MIDI tracer window and fix a crashing bug caused by regions prematurely being destroyed
|
2010-01-06 21:56:23 +00:00 |
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 |
sse_functions.s
|
|
|
st_pitch.cc
|
|
|
st_stretch.cc
|
|
|
strip_silence.cc
|
|
|
tape_file_matcher.cc
|
|
|
template_utils.cc
|
|
|
tempo_map_importer.cc
|
correct usage of return value from Session::Prompt signal
|
2009-12-30 19:44:46 +00:00 |
tempo.cc
|
remove a couple of boost::signals2 trouble spots; fix some --strict compile time warnings
|
2009-12-20 16:50:41 +00:00 |
ticker.cc
|
Fix assertion failure on transmission of MIDI clock.
|
2009-12-22 01:13:44 +00:00 |
track.cc
|
fix broken compilation after edit-while-stopped fix was applied
|
2010-01-22 11:57:16 +00:00 |
transient_detector.cc
|
|
|
uri_map.cc
|
|
|
user_bundle.cc
|
|
|
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
|
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 |
wscript
|
new RegionCommand object; remove unused string argument from Region::thaw(); add map<ID,Region> in RegionFactory so that we can look up regions by ID
|
2010-02-08 19:39:17 +00:00 |