13
0
livetrax/libs/ardour
2010-09-16 16:11:26 +00:00
..
ardour make resampled sources (during import) report their "natural position" (i.e. BWF timecode) using the samplerate of the session, not the original source, for correct positioning; minor frame{pos,cnt}_t cleanup 2010-09-16 16:11:26 +00:00
lv2ext
macosx
po
test Move data file into subdir. 2010-07-25 01:04:00 +00:00
.cvsignore
amp.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
analyser.cc
audio_buffer.cc
audio_diskstream.cc Auto-connect outputs that appear as a result of e.g. instruments being added to MIDI tracks. Fixes #3368. 2010-08-30 22:34:21 +00:00
audio_library.cc
audio_playlist_importer.cc
audio_playlist.cc Fix restoration of MementoCommand<Crossfade>. Fixes #3418. 2010-09-14 00:41:53 +00:00
audio_port.cc Move _port_offset up to AudioPort, as MidiPort does not use it. 2010-08-13 02:13:12 +00:00
audio_region_importer.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
audio_track_importer.cc
audio_track.cc dynamic playback & capture buffer resizing (though transport is stopped first) 2010-06-09 17:24:07 +00:00
audio_unit.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
audioanalyser.cc
audioengine.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +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 Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_writes. Fixes some non-appearing peaks after record. 2010-09-14 23:15:43 +00:00
audioregion.cc (Hopefully) clarify operator= and copy construction behaviour of the Property hierarchy. Also make operator= copy the value but NOT the property ID; this stops e.g. a = b giving a the property ID of b and confusing things. Fixes some problems with save/restore of region sync position. 2010-08-29 01:09:05 +00:00
audiosource.cc Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_writes. Fixes some non-appearing peaks after record. 2010-09-14 23:15:43 +00:00
auditioner.cc Auto-connect outputs that appear as a result of e.g. instruments being added to MIDI tracks. Fixes #3368. 2010-08-30 22:34:21 +00:00
auto_bundle.cc
automatable.cc fix load+save of plugin parameter automation 2010-08-24 22:07:53 +00:00
automation_control.cc 3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter 2010-08-23 16:31:34 +00:00
automation_list.cc fix load+save of plugin parameter automation 2010-08-24 22:07:53 +00:00
automation.cc
beats_frames_converter.cc Support cut / copy / paste of MIDI automation. 2010-08-05 13:36:38 +00:00
broadcast_info.cc Write BWF info on export. Fixes #3398. 2010-08-19 14:58:54 +00:00
buffer_manager.cc
buffer_set.cc Re-work duplicate and buggy ensure_buffers() method. 2010-08-20 20:00:08 +00:00
buffer.cc
bundle.cc Put Mackie surface ports into the Ardour tab of the port matrix. 2010-07-30 02:09:39 +00:00
butler.cc Forward port no-process-after-export fix from 2.X revs 7357 and 7361. 2010-07-05 01:13:03 +00:00
caimportable.cc forward port 2.X changes up to and including rev 6714 2010-08-16 19:58:34 +00:00
callback.cc functions related to blocking mothership callbacks 2010-08-06 19:00:59 +00:00
chan_count.cc
chan_mapping.cc
ChangeLog
configuration.cc
control_protocol_manager.cc
control_protocol_search_path.cc
coreaudiosource.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
crossfade.cc Fix restoration of MementoCommand<Crossfade>. Fixes #3418. 2010-09-14 00:41:53 +00:00
cycle_timer.cc
debug.cc add DEBUG::ProcessThreads as a debug tag for parallelization (probably to be renamed) 2010-06-03 21:28:02 +00:00
default_click.cc
delivery.cc Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes #3433. 2010-09-03 15:34:09 +00:00
directory_names.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
diskstream.cc Auto-connect outputs that appear as a result of e.g. instruments being added to MIDI tracks. Fixes #3368. 2010-08-30 22:34:21 +00:00
element_import_handler.cc
element_importer.cc
enums.cc Auto-connect outputs that appear as a result of e.g. instruments being added to MIDI tracks. Fixes #3368. 2010-08-30 22:34:21 +00:00
event_type_map.cc 3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter 2010-08-23 16:31:34 +00:00
export_channel_configuration.cc
export_channel.cc
export_failed.cc
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
export_format_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
export_format_specification.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_formats.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_graph_builder.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_handler.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_multiplication.cc
export_preset.cc
export_profile_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
export_status.cc
export_timespan.cc
file_source.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
filename_extensions.cc
filesystem_paths.cc
filter.cc
find_session.cc forward port 2.X changes up to and including rev 6909 2010-08-17 13:10:42 +00:00
gain.cc
gettext.h
globals.cc Fix crossfade undo using the stateful diff system. Fixes #3257. 2010-08-26 01:44:11 +00:00
graph.cc Fix hang on session going away when there is nothing to process. Fixes #3284. 2010-06-28 20:49:15 +00:00
graphnode.cc Fix missing virtual destructors. 2010-09-07 21:26:37 +00:00
i18n.h
import.cc make resampled sources (during import) report their "natural position" (i.e. BWF timecode) using the samplerate of the session, not the original source, for correct positioning; minor frame{pos,cnt}_t cleanup 2010-09-16 16:11:26 +00:00
internal_return.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
internal_send.cc Resize internal send target buffers on set_block_size(); fixes #3330. 2010-08-19 23:53:00 +00:00
interpolation.cc
io_processor.cc Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes #3433. 2010-09-03 15:34:09 +00:00
io.cc Fix comment. 2010-09-06 21:00:31 +00:00
jack_slave.cc
ladspa_plugin.cc Activate plugins that are added to a PluginInsert after it itself has been activated. 2010-09-02 19:11:02 +00:00
location_importer.cc Allow markers to be glued to bar/beat time. Fixes #1815. 2010-08-09 16:40:31 +00:00
location.cc Set up session range location correctly from 2.X sessions. Fixes #3435. 2010-09-07 12:19:41 +00:00
lv2_event_buffer.cc
lv2_plugin.cc Fix feature specification on instantiation. 2010-06-30 00:09:56 +00:00
meter.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
midi_automation_list_binder.cc Add missing files. 2010-07-14 12:29:01 +00:00
midi_buffer.cc change Control::{set,get}_float to Control::{set,get}_double and make almost all Control-related stuff use double rather than random mixtures of float, double and some integer value ; make hans' program change stuff work quite a bit better (not finished yet) including keyboard edting of pgm change values 2010-07-27 14:09:16 +00:00
midi_clock_slave.cc Trim midi++ port code to either do in or out, but not both in the same object. 2010-07-08 01:00:46 +00:00
midi_diskstream.cc Auto-connect outputs that appear as a result of e.g. instruments being added to MIDI tracks. Fixes #3368. 2010-08-30 22:34:21 +00:00
midi_model.cc forward port 2.X changes up to and including rev 6714 2010-08-16 19:58:34 +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 midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source 2010-06-23 20:14:07 +00:00
midi_port.cc Fix regression accidentally introduced in last commit to this file. 2010-08-18 12:19:30 +00:00
midi_region.cc Clean up MidiSource::midi_read now that the signed type sframes_t is being used to pass positions around. 2010-09-01 01:50:24 +00:00
midi_ring_buffer.cc Hopefully fix dropped MIDI notes on loop. Fixes #3133. 2010-08-13 02:13:03 +00:00
midi_source.cc Default to play mode for MIDI controllers. Fixes #3429. 2010-09-01 23:08:42 +00:00
midi_state_tracker.cc add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES 2010-07-20 16:27:34 +00:00
midi_stretch.cc add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES 2010-07-20 16:27:34 +00:00
midi_track.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
midi_ui.cc some (unfinished) work on incorporating Ben's rev 6919 changes regarding track selection; make newly selected tracks show the current range selection; fix crashes related to meter display; remove "all" group from main group tab display and just put it down in its own button (totally incomplete); minor cleanups 2010-08-26 23:25:44 +00:00
mix.cc
monitor_processor.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
mtc_slave.cc Trim midi++ port code to either do in or out, but not both in the same object. 2010-07-08 01:00:46 +00:00
mtdm.cc
mute_master.cc
named_selection.cc
onset_detector.cc
panner.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
pcm_utils.cc
pi_controller.cc
playlist_factory.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
playlist.cc (Hopefully) clarify operator= and copy construction behaviour of the Property hierarchy. Also make operator= copy the value but NOT the property ID; this stops e.g. a = b giving a the property ID of b and confusing things. Fixes some problems with save/restore of region sync position. 2010-08-29 01:09:05 +00:00
plugin_insert.cc Fix assertion failure when turning plugins off. 2010-09-09 14:40:46 +00:00
plugin_manager.cc forward port 2.X changes up to and including rev 6909 2010-08-17 13:10:42 +00:00
plugin.cc
port_insert.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +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
port.cc Move _port_offset up to AudioPort, as MidiPort does not use it. 2010-08-13 02:13:12 +00:00
process_thread.cc
processor.cc fix load+save of plugin parameter automation 2010-08-24 22:07:53 +00:00
quantize.cc
rb_effect.cc
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_factory.cc Rename various things in the property system. 2010-08-25 17:31:33 +00:00
region.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
resampled_source.cc make resampled sources (during import) report their "natural position" (i.e. BWF timecode) using the samplerate of the session, not the original source, for correct positioning; minor frame{pos,cnt}_t cleanup 2010-09-16 16:11:26 +00:00
return.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
reverse.cc
route_group_member.cc
route_group.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
route.cc Just flush processors on stop (when plugins-stop-on-transport is true) rather than doing deactivate/activate. Should fix #3445. 2010-09-14 00:41:33 +00:00
run-tests.sh Add test for #3356. 2010-07-25 00:42:02 +00:00
send.cc Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes #3433. 2010-09-03 15:34:09 +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
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 remove a bunch of uses of long (mostly replaced by int32_t) 2010-07-22 16:08:11 +00:00
session_export.cc Tweak transmission of MMC on locate. Should fix #3121. 2010-06-28 17:25:40 +00:00
session_handle.cc
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 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_object.cc
session_playlists.cc Fix restoration of MementoCommand<Crossfade>. Fixes #3418. 2010-09-14 00:41:53 +00:00
session_process.cc Move _port_offset up to AudioPort, as MidiPort does not use it. 2010-08-13 02:13:12 +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_utils.cc
session_state.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_time.cc don't set jack transport position frame (violates JACK API); clean up other related code 2010-08-31 16:01:42 +00:00
session_transport.cc mostly fix 3409 by making it impossible to sync to JACK if video pull up/down is non-zero. missing: can still alter video pull up/down after syncing to JACK, will likely wait till post-3.0 2010-08-31 01:49:33 +00:00
session_utils.cc
session_vst.cc Fix up VST build and add basic support for VSTi 2010-07-11 21:55:11 +00:00
session.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
slave.cc
smf_source.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
sndfile_helpers.cc force AIFF and WAV exports to Big and Little endianness respectively 2010-08-30 18:40:23 +00:00
sndfileimportable.cc make resampled sources (during import) report their "natural position" (i.e. BWF timecode) using the samplerate of the session, not the original source, for correct positioning; minor frame{pos,cnt}_t cleanup 2010-09-16 16:11:26 +00:00
sndfilesource.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
source_factory.cc lots of details relating to MIDI file management; try to ignore ALSA sequencer MIDI ports named "Midi-Through" 2010-06-26 13:45:59 +00:00
source.cc lincoln's patch to stop a3 from nuking bounced files created by a2, fixes #3441 2010-09-15 15:22:39 +00:00
sse_functions_64bit.s
sse_functions_xmm.cc remove a bunch of uses of long (mostly replaced by int32_t) 2010-07-22 16:08:11 +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
tempo.cc catch thrown exception when rounding backwards from a position too close to zero 2010-07-23 23:30:11 +00:00
thread_buffers.cc
ticker.cc Move MIDI control port ownership into the MIDI Manager, since control port state should be Ardour-wide, not per-session. Fix up port connection state management. 2010-07-08 22:55:20 +00:00
track.cc forward port 2.X changes up to and including rev 6714 2010-08-16 19:58:34 +00:00
transient_detector.cc
uri_map.cc
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 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
vst_plugin.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
wscript Upgrade to latest autowaf. 2010-09-07 20:48:54 +00:00