.. |
ardour
|
Fix to stacked layering for the case when a region is dragged to overlap another. Remove unused signal LayeringChanged from Playlist. Cleanups in AudioRegion, and ensure that region envelopes cannot become empty when regions are split (and maybe in some other cases too). Empty envelopes cause crashes when e.g. AutomationList::truncate_at_start() is called.
|
2007-10-04 16:26:02 +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
|
|
|
amp.cc
|
Changed Processor interface to support out-of-place processors, for Panner.
|
2007-07-04 22:32:28 +00:00 |
audio_buffer.cc
|
Midi CC automation sending (send points only, no linear interpolation yet).
|
2007-07-06 00:09:53 +00:00 |
audio_diskstream.cc
|
Saving of edited MIDI data to disk (on session save).
|
2007-08-11 06:17:42 +00:00 |
audio_library.cc
|
Deep "automation regions" support.
|
2007-09-06 02:30:39 +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
|
Fix crash on audio region bounce. Not sure if it's correct though...
|
2007-08-10 23:28:53 +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
|
Remove inclusion of unused header file
|
2007-09-04 06:05:19 +00:00 |
audioregion.cc
|
Fix to stacked layering for the case when a region is dragged to overlap another. Remove unused signal LayeringChanged from Playlist. Cleanups in AudioRegion, and ensure that region envelopes cannot become empty when regions are split (and maybe in some other cases too). Empty envelopes cause crashes when e.g. AutomationList::truncate_at_start() is called.
|
2007-10-04 16:26:02 +00:00 |
audiosource.cc
|
Remove inclusion of unused header file
|
2007-09-04 06:05:21 +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
|
use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params
|
2007-08-01 22:18:46 +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 |
automation.cc
|
Merged with trunk R1719.
|
2007-04-14 18:39:01 +00:00 |
buffer_set.cc
|
Another not-quite-there-but-better commit.
|
2007-06-30 18:41:50 +00:00 |
buffer.cc
|
Midi CC automation sending (send points only, no linear interpolation yet).
|
2007-07-06 00:09:53 +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
|
|
|
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
|
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
|
Deep "automation regions" support.
|
2007-09-06 02:30:39 +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
|
Insert/Redirect refactoring, towards better MIDI support in mixer strip, and
|
2007-06-23 20:13:13 +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
|
Saving of edited MIDI data to disk (on session save).
|
2007-08-11 06:17:42 +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
|
|
|
globals.cc
|
slightly improved fixes for MIDI issues
|
2007-08-06 17:50:23 +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_processor.cc
|
Renamed Insert to Processor and Redirect to IOProcessor.
|
2007-06-27 20:23:48 +00:00 |
io.cc
|
Changed Processor interface to support out-of-place processors, for Panner.
|
2007-07-04 22:32:28 +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
|
Add AutomationControl::parameter() for terseness.
|
2007-07-04 00:39:00 +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
|
Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..
|
2007-08-31 05:02:45 +00:00 |
midi_diskstream.cc
|
Saving of edited MIDI data to disk (on session save).
|
2007-08-11 06:17:42 +00:00 |
midi_model.cc
|
Fix crash on playhead relocate in MIDI regions w/o CC data.
|
2007-09-10 22:48:08 +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
|
Better MidiModel command framework, ready to go for all your canvas editing needs.
|
2007-08-01 20:50:09 +00:00 |
midi_region.cc
|
Saving of edited MIDI data to disk (on session save).
|
2007-08-11 06:17:42 +00:00 |
midi_source.cc
|
Make SMFSource suck significantly less.
|
2007-08-16 01:25:58 +00:00 |
midi_track.cc
|
Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..
|
2007-08-31 05:02:45 +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
|
s/ParamID/Parameter/
|
2007-07-03 18:39:09 +00:00 |
pcm_utils.cc
|
Merged with trunk R1612.
|
2007-03-18 06:07:08 +00:00 |
playlist_factory.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 |
plugin_insert.cc
|
use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params
|
2007-08-01 22:18:46 +00:00 |
plugin_manager.cc
|
Deep "automation regions" support.
|
2007-09-06 02:30:39 +00:00 |
plugin.cc
|
Another not-quite-there-but-better commit.
|
2007-06-30 18:41:50 +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 |
port.cc
|
Merged with trunk R1612.
|
2007-03-18 06:07:08 +00:00 |
processor.cc
|
s/ParamID/Parameter/
|
2007-07-03 18:39:09 +00:00 |
quantize.cc
|
Make SMFSource suck significantly less.
|
2007-08-16 01:25: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_factory.cc
|
fixup botched xfade-as-audioregion; apply work from 2.0-ongoing
|
2007-05-31 21:15:28 +00:00 |
region.cc
|
Deep "automation regions" support.
|
2007-09-06 02:30:39 +00:00 |
reverse.cc
|
Genericificationalizeified AudioFilter (now Filter).
|
2007-08-06 05:30:18 +00:00 |
route_group.cc
|
Insert/Redirect refactoring, towards better MIDI support in mixer strip, and
|
2007-06-23 20:13:13 +00:00 |
route.cc
|
click reset error fixed, plus some older work on sends+panners i/o counts
|
2007-09-11 11:27:59 +00:00 |
SConscript
|
Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Session::remove_empty_sounds
|
2007-09-04 09:01:28 +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_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
|
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
|
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_utils.cc
|
Use std::transform with sys::basename in ARDOUR::get_file_names_no_extension
|
2007-09-09 10:04:43 +00:00 |
session_state.cc
|
Use sys::path and sys::rename in Session::rename_state for portability
|
2007-09-09 10:05:13 +00:00 |
session_time.cc
|
Merged with trunk R1719.
|
2007-04-14 18:39:01 +00:00 |
session_timefx.cc
|
Genericificationalizeified AudioFilter (now Filter).
|
2007-08-06 05:30:18 +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 |
session.cc
|
Use sys::remove instead of ::unlink in Session::remove_empty_sounds for portability
|
2007-09-04 09:01:31 +00:00 |
silentfilesource.cc
|
Merged with trunk R1612.
|
2007-03-18 06:07:08 +00:00 |
smf_source.cc
|
Deep "automation regions" support.
|
2007-09-06 02:30:39 +00:00 |
sndfile_helpers.cc
|
Merged with trunk R1719.
|
2007-04-14 18:39:01 +00:00 |
sndfilesource.cc
|
support for 16 bit native files, part II
|
2007-07-16 22:06:35 +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 |
source.cc
|
Insert/Redirect refactoring, towards better MIDI support in mixer strip, and
|
2007-06-23 20:13:13 +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 |
sse_functions.s
|
|
|
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 |
utils.cc
|
Remove unused utility function elapsed_time_to_str
|
2007-09-04 07:14:58 +00:00 |
vst_plugin.cc
|
Another not-quite-there-but-better commit.
|
2007-06-30 18:41:50 +00:00 |