ardour/libs/ardour
Paul Davis b01bdb7e70 merged with trunk revs 2605-2627
git-svn-id: svn://localhost/ardour2/trunk@2628 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-12 22:23:01 +00:00
..
ardour merged with trunk revs 2605-2627 2007-11-12 22:23:01 +00:00
macosx Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
po Merged with trunk R1729. 2007-04-19 18:23:23 +00:00
.cvsignore All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
amp.cc Changed Processor interface to support out-of-place processors, for Panner. 2007-07-04 22:32:28 +00:00
audio_buffer.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
audio_diskstream.cc Fix for some problems with punch ranges. 2007-11-05 15:20:44 +00:00
audio_library.cc Deep "automation regions" support. 2007-09-06 02:30:39 +00:00
audio_playlist.cc use filechooser widget in export dialog, selected files set format combos, hide progress bar until use in export dialog, speed up 'separate regions in range' operation on larger sessions, ruler scale now calculated separately to mark generation, fix for non-stacked layering regression, try not to generate 'buried' crossfades, use playlist->freeze() to speed up copying/moving regions on large playlists (not done for undo), width dependent items now reset on regionview init, get rid of jack_port_ensure_monitor check, remove audiosourse _length (only source has a length.. i think), make overlapend differ to overlapexternal where start points coincide. 2007-10-26 13:32:24 +00:00
audio_port.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
audio_track.cc Various work on Bundles, especially dynamic ones so that you can, for example, pass tracks to busses by selecting the buss name from the track's output menu. 2007-10-08 23:47:35 +00:00
audio_unit.cc allow user tweaking of everything that might have inherent latency; add GUI for track level adjustment and widget that can be (but is not yet) embedded in a plugin GUI 2007-06-27 22:06:35 +00:00
audioengine.cc merged with trunk revs 2605-2627 2007-11-12 22:23:01 +00:00
audiofilesource.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
audioregion.cc merged with trunk revs 2605-2627 2007-11-12 22:23:01 +00:00
audiosource.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
auditioner.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
auto_bundle.cc Various work on bundles. We now have a Bundle Manager dialogue, and hopefully things are a bit cleaner internally. This commit changes the session file format with respect to bundles (or Connections as they used to be called). 2007-10-19 13:30:07 +00:00
automatable.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
automation.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
automation_control.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
automation_event.cc Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though.. 2007-08-31 05:02:45 +00:00
base_audio_port.cc Truly atomic port mixdown function setting. 2007-10-31 20:05:49 +00:00
base_midi_port.cc Do unto MIDI as thou hath done unto audio. 2007-10-31 20:08:00 +00:00
buffer.cc Midi CC automation sending (send points only, no linear interpolation yet). 2007-07-06 00:09:53 +00:00
buffer_set.cc Another not-quite-there-but-better commit. 2007-06-30 18:41:50 +00:00
bundle.cc Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way. 2007-05-18 15:58:01 +00:00
chan_count.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +00:00
ChangeLog libardour added. 2005-09-24 19:13:41 +00:00
configuration.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
control_protocol_manager.cc Rename PBD::SearchPath::get_string to PBD::SearchPath::to_string 2007-09-04 04:47:48 +00:00
control_protocol_search_path.cc Rename ARDOUR::system_module_directory ARDOUR::ardour_module_directory 2007-06-27 12:12:24 +00:00
coreaudiosource.cc Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
crossfade.cc Fix a probably-irrelevant warning from valgrind. 2007-10-23 13:33:46 +00:00
curve.cc Remove excessive SMF "Wrote EOT" printing. 2007-08-13 20:27:38 +00:00
cycle_timer.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
default_click.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
directory_names.cc Add ARDOUR::user_config_directory in new header ardour/filesystem_paths.h 2007-06-27 12:12:00 +00:00
diskstream.cc fixes for varispeed playback, mackie control compilation, new odd color for treeview rows 2007-10-12 02:11:14 +00:00
enums.cc Playback from MIDI model, playback of clicked-in events. 2007-07-28 07:09:21 +00:00
filename_extensions.cc Add history_suffix to ardour/filename_extensions.cc 2007-09-09 10:04:47 +00:00
filesystem_paths.cc Add ARDOUR::system_data_search_path to ardour/filesystem_paths.h 2007-06-27 12:12:43 +00:00
filter.cc merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles, start up, and creates a new session) 2007-11-08 01:40:25 +00:00
find_session.cc Move Session::find_session into a session_utils.h header 2007-05-18 02:41:44 +00:00
gain.cc s/ParamID/Parameter/ 2007-07-03 18:39:09 +00:00
gdither.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
gettext.h libardour added. 2005-09-24 19:13:41 +00:00
globals.cc use filechooser widget in export dialog, selected files set format combos, hide progress bar until use in export dialog, speed up 'separate regions in range' operation on larger sessions, ruler scale now calculated separately to mark generation, fix for non-stacked layering regression, try not to generate 'buried' crossfades, use playlist->freeze() to speed up copying/moving regions on large playlists (not done for undo), width dependent items now reset on regionview init, get rid of jack_port_ensure_monitor check, remove audiosourse _length (only source has a length.. i think), make overlapend differ to overlapexternal where start points coincide. 2007-10-26 13:32:24 +00:00
i18n.h Merged with trunk R1141 2006-11-19 16:45:16 +00:00
import.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
internal_audio_port.cc Clean/strengthen up constructor/type stuff in new port system. 2007-10-25 00:09:23 +00:00
internal_port.cc Clean/strengthen up constructor/type stuff in new port system. 2007-10-25 00:09:23 +00:00
io.cc merged with trunk revs 2605-2627 2007-11-12 22:23:01 +00:00
io_processor.cc Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
jack_audio_port.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
jack_midi_port.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
jack_port.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
jack_slave.cc Merged with trunk R1729. 2007-04-19 18:23:23 +00:00
ladspa_plugin.cc Changed Processor interface to support out-of-place processors, for Panner. 2007-07-04 22:32:28 +00:00
location.cc merged with trunk revs 2605-2627 2007-11-12 22:23:01 +00:00
meter.cc Little MidiEvent prettification additions, ifdef'd non-realtime aspects (for future purposes). 2007-08-02 21:08:18 +00:00
midi_buffer.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
midi_diskstream.cc Fix displaying of notes in auto-created MIDI region when it's the first region in the track. 2007-10-14 05:45:31 +00:00
midi_model.cc Fix displaying of notes in auto-created MIDI region when it's the first region in the track. 2007-10-14 05:45:31 +00:00
midi_playlist.cc Use 'show contents' note range by default (fix uninitialized value). 2007-07-28 09:01:19 +00:00
midi_port.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
midi_region.cc merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles, start up, and creates a new session) 2007-11-08 01:40:25 +00:00
midi_source.cc Fix several MIDI timestamp related problems: 2007-10-07 07:20:09 +00:00
midi_track.cc Fix displaying of notes in auto-created MIDI region when it's the first region in the track. 2007-10-14 05:45:31 +00:00
mix.cc - build fixes for OS X. 2007-07-31 00:48:10 +00:00
mtc_slave.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
named_selection.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
note.cc Merge the two separate 'add notes to midi region' interfaces (note and midievent). 2007-10-04 05:15:28 +00:00
osc.cc make OSC thread register with GUI 2007-09-11 10:43:55 +00:00
panner.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
pcm_utils.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
playlist.cc use filechooser widget in export dialog, selected files set format combos, hide progress bar until use in export dialog, speed up 'separate regions in range' operation on larger sessions, ruler scale now calculated separately to mark generation, fix for non-stacked layering regression, try not to generate 'buried' crossfades, use playlist->freeze() to speed up copying/moving regions on large playlists (not done for undo), width dependent items now reset on regionview init, get rid of jack_port_ensure_monitor check, remove audiosourse _length (only source has a length.. i think), make overlapend differ to overlapexternal where start points coincide. 2007-10-26 13:32:24 +00:00
playlist_factory.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
plugin.cc Another not-quite-there-but-better commit. 2007-06-30 18:41:50 +00:00
plugin_insert.cc Make sure we notice when an IO's port count is reduced as well as when it's increased. Fixes an assertion failure when removing a port from an IO with 3 existing ports. 2007-10-10 14:49:25 +00:00
plugin_manager.cc Deep "automation regions" support. 2007-09-06 02:30:39 +00:00
port.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
port_insert.cc Changed Processor interface to support out-of-place processors, for Panner. 2007-07-04 22:32:28 +00:00
port_set.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +00:00
processor.cc s/ParamID/Parameter/ 2007-07-03 18:39:09 +00:00
quantize.cc Fix displaying of notes in auto-created MIDI region when it's the first region in the track. 2007-10-14 05:45:31 +00:00
recent_sessions.cc Use sys::path and ARDOUR::user_config_directory in ARDOUR::read/write_recent_sessions 2007-06-27 12:12:09 +00:00
region.cc merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles, start up, and creates a new session) 2007-11-08 01:40:25 +00:00
region_factory.cc fixup botched xfade-as-audioregion; apply work from 2.0-ongoing 2007-05-31 21:15:28 +00:00
resampled_source.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
reverse.cc Genericificationalizeified AudioFilter (now Filter). 2007-08-06 05:30:18 +00:00
route.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
route_group.cc Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
SConscript merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles, start up, and creates a new session) 2007-11-08 01:40:25 +00:00
send.cc click reset error fixed, plus some older work on sends+panners i/o counts 2007-09-11 11:27:59 +00:00
session.cc merged with trunk revs 2605-2627 2007-11-12 22:23:01 +00:00
session_butler.cc Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
session_click.cc click reset error fixed, plus some older work on sends+panners i/o counts 2007-09-11 11:27:59 +00:00
session_command.cc Fix MIDI region loading. 2007-06-03 20:06:01 +00:00
session_directory.cc Fix source directory paths so that the session name element is "legalized" and compatible with 2.0 2007-09-05 01:53:51 +00:00
session_events.cc Fix displaying of notes in auto-created MIDI region when it's the first region in the track. 2007-10-14 05:45:31 +00:00
session_export.cc optimize some performance bottlenecks; remove jack_nframes_t that crept back into the code 2007-05-03 23:28:57 +00:00
session_feedback.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
session_midi.cc slightly improved fixes for MIDI issues 2007-08-06 17:50:23 +00:00
session_process.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
session_state.cc merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles, start up, and creates a new session) 2007-11-08 01:40:25 +00:00
session_state_utils.cc Use std::transform with sys::basename in ARDOUR::get_file_names_no_extension 2007-09-09 10:04:43 +00:00
session_time.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
session_transport.cc Fix several MIDI timestamp related problems: 2007-10-07 07:20:09 +00:00
session_utils.cc Replace Session::discover_best_sound/midi_dir with Session::get_best_session_directory_for_new_source 2007-06-17 00:45:58 +00:00
session_vst.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
silentfilesource.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
smf_source.cc Fix displaying of notes in auto-created MIDI region when it's the first region in the track. 2007-10-14 05:45:31 +00:00
sndfile_helpers.cc use filechooser widget in export dialog, selected files set format combos, hide progress bar until use in export dialog, speed up 'separate regions in range' operation on larger sessions, ruler scale now calculated separately to mark generation, fix for non-stacked layering regression, try not to generate 'buried' crossfades, use playlist->freeze() to speed up copying/moving regions on large playlists (not done for undo), width dependent items now reset on regionview init, get rid of jack_port_ensure_monitor check, remove audiosourse _length (only source has a length.. i think), make overlapend differ to overlapexternal where start points coincide. 2007-10-26 13:32:24 +00:00
sndfilesource.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
source.cc Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
source_factory.cc new port design, probably about 90% done (i.e it mostly works and this commit is to stop anyone else from stomping on my changes :) 2007-10-31 18:24:43 +00:00
sse_functions.s Merged with trunk R992. 2006-10-21 19:01:50 +00:00
sse_functions_64bit.s Merged with trunk R1141 2006-11-19 16:45:16 +00:00
sse_functions_xmm.cc reintroduce use of optimized functions for gain into buffer code, and cleanup the way they are declared to avoid depending on Session 2007-05-02 15:21:51 +00:00
stretch.cc merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles, start up, and creates a new session) 2007-11-08 01:40:25 +00:00
tape_file_matcher.cc Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Session::remove_empty_sounds 2007-09-04 09:01:28 +00:00
template_utils.cc Use ARDOUR::system_data_search_path instead of get_system_data_path in ARDOUR::system_template_directory 2007-06-27 12:12:51 +00:00
tempo.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
track.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
user_bundle.cc Various work on bundles. We now have a Bundle Manager dialogue, and hopefully things are a bit cleaner internally. This commit changes the session file format with respect to bundles (or Connections as they used to be called). 2007-10-19 13:30:07 +00:00
utils.cc merge from 2.0-ongoing by hand, minus key binding editor 2007-10-11 22:07:47 +00:00
vst_plugin.cc Another not-quite-there-but-better commit. 2007-06-30 18:41:50 +00:00