ardour/libs/ardour
Doug McLain 4c000c13ee Moved canvas colors and theme file selection into new ui specific config system
git-svn-id: svn://localhost/ardour2/trunk@2086 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-29 17:13:09 +00:00
..
ardour Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +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 Separate MidiBuffer and AudioBuffer into separate headers (trims the dependency tree, and too large to be in one anyway). 2007-06-29 04:40:41 +00:00
audio_diskstream.cc * Added (let's call it revealed) ability to record while the transport is looping. 2007-06-26 02:16:54 +00:00
audio_library.cc Remove AudioLibrary::uri2path and use Glib::filename_from_path in its place 2007-06-27 12:12:14 +00:00
audio_playlist.cc Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes, and event data into a single buffer). 2007-05-31 21:37:20 +00:00
audio_port.cc optimize some performance bottlenecks; remove jack_nframes_t that crept back into the code 2007-05-03 23:28:57 +00:00
audio_track.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +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 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
audiofilesource.cc Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
audiofilter.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
audioregion.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
audiosource.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
auditioner.cc Added nicer looking wrapper methods for ChanCount::get(DataType), sedified code to use it. 2007-05-10 03:50:17 +00:00
automatable.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
automation.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
automation_control.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +00:00
automation_event.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
buffer.cc Separate MidiBuffer and AudioBuffer into separate headers (trims the dependency tree, and too large to be in one anyway). 2007-06-29 04:40:41 +00:00
buffer_set.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +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 Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
control_protocol_manager.cc Replace code for finding ControlProtocols/Surface plugins with a portable equivalent. 2007-06-27 12:12:18 +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 Big ol' automation refactor. 2007-06-27 15:51:50 +00:00
curve.cc Big ol' automation refactor. 2007-06-27 15:51:50 +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 Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
enums.cc Big ol' automation refactor. 2007-06-27 15:51:50 +00:00
filename_extensions.cc Add peak file extension to ardour/filename_extensions.h/cc 2007-06-07 03:23:39 +00:00
filesystem_paths.cc Add ARDOUR::system_data_search_path to ardour/filesystem_paths.h 2007-06-27 12:12:43 +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 Big ol' automation refactor. 2007-06-27 15:51:50 +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 Remove functions from ardour/ardour.h that are now unused 2007-06-27 12:12:54 +00:00
i18n.h Merged with trunk R1141 2006-11-19 16:45:16 +00:00
import.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
io.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
io_processor.cc Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
jack_slave.cc Merged with trunk R1729. 2007-04-19 18:23:23 +00:00
ladspa_plugin.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
location.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
meter.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +00:00
midi_diskstream.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
midi_model.cc Redraw MIDI region views on zoom and track height changes. 2007-06-09 06:10:30 +00:00
midi_playlist.cc Fix MIDI region loading. 2007-06-03 20:06:01 +00:00
midi_port.cc Use double MIDI timestamps (towards tempo based time, and more-than-sample-accurate LV2 MIDI plugin application). 2007-06-09 02:07:59 +00:00
midi_region.cc Fix MIDI region loading. 2007-06-03 20:06:01 +00:00
midi_source.cc Fixed MIDI crash bug. 2007-06-07 02:07:49 +00:00
midi_track.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
mix.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
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
osc.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
panner.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
pcm_utils.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
playlist.cc Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
playlist_factory.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
plugin.cc Big ol' automation refactor. 2007-06-27 15:51:50 +00:00
plugin_insert.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
plugin_manager.cc Made plugin input/output counts multi-typed (towards MIDI plugins, instruments, etc). 2007-06-20 03:05:16 +00:00
port.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
port_insert.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
port_set.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +00:00
processor.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +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 fixup botched xfade-as-audioregion; apply work from 2.0-ongoing 2007-05-31 21:15:28 +00:00
region_factory.cc fixup botched xfade-as-audioregion; apply work from 2.0-ongoing 2007-05-31 21:15:28 +00:00
reverse.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
route.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +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 Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
send.cc Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
session.cc Reduce overhead of multi-type-ness (last Summer's SoC): 2007-06-29 06:58:07 +00:00
session_butler.cc Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
session_click.cc optimize some performance bottlenecks; remove jack_nframes_t that crept back into the code 2007-05-03 23:28:57 +00:00
session_command.cc Fix MIDI region loading. 2007-06-03 20:06:01 +00:00
session_directory.cc Write MIDI files to interchange/sessionname/midifiles (for real this time). 2007-06-07 23:12:04 +00:00
session_events.cc Merged with trunk R1612. 2007-03-18 06:07:08 +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 optimize some performance bottlenecks; remove jack_nframes_t that crept back into the code 2007-05-03 23:28:57 +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 Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
session_time.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
session_timefx.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
session_transport.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +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 Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
sndfile_helpers.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
sndfilesource.cc Merged with trunk R1705. 2007-04-12 23:20:37 +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 fix for compiling with COREAUDIO=yes. Hopefully this fix will prevent future drifting. 2007-05-18 11:06:54 +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
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
utils.cc Remove unused and non-portable utility function 2007-06-27 12:11:56 +00:00
vst_plugin.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