ardour/libs/ardour
2009-03-05 19:47:39 +00:00
..
ardour Make "consolidate range" and "bounce range to region list" not apply processing to the original audio. Added variants which do apply processing. Plus changed AudioTrack::export_stuff() to use SSE mix functions for non-automated gain. 2009-03-05 19:47:39 +00:00
macosx Updated doxygen file. 2007-03-14 03:03:39 +00:00
po Finally a commit to the right branch. Wow. Thanks Petter, everyone else: sorry. 2008-06-01 15:39:12 +00:00
.cvsignore All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
analyser.cc wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor 2008-11-06 22:18:27 +00:00
audio_diskstream.cc Fix compilation with GCC 4.3 (at least with SYSLIBS=1). 2008-05-11 21:42:10 +00:00
audio_library.cc use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
audio_playlist.cc first pass (and hopefully correct) attempt at reading only necessary regions in Playlist::read() 2007-11-15 19:23:21 +00:00
audio_track.cc Make "consolidate range" and "bounce range to region list" not apply processing to the original audio. Added variants which do apply processing. Plus changed AudioTrack::export_stuff() to use SSE mix functions for non-automated gain. 2009-03-05 19:47:39 +00:00
audio_unit.cc AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments 2009-01-28 15:09:36 +00:00
audioanalyser.cc shift-click to extend marker selection; marker drag moves all selected markers 2008-09-19 10:42:09 +00:00
audioengine.cc working VST support with VeSTige header and new FST code 2009-02-19 14:01:59 +00:00
audiofilesource.cc more path-building fixes from colinf 2008-05-22 16:38:36 +00:00
audiofilter.cc new region constructor for use by audiofilters (almost does a pure copy of the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth 2008-11-11 14:12:08 +00:00
audioregion.cc new region constructor for use by audiofilters (almost does a pure copy of the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth 2008-11-11 14:12:08 +00:00
audiosource.cc move to scons Clone everywhere rather than Copy; add Session::micro_locate() for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5 2008-07-07 15:52:22 +00:00
auditioner.cc more ongoing SAE-driven changes (too many too list here) 2007-11-26 17:20:34 +00:00
automation.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
automation_event.cc stringstream needs to preserve plenty of significant digits when writing automation events to disk 2009-02-17 22:52:09 +00:00
caimportable.cc fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor SourceFactory to try sndfile first, CoreAudio second 2008-02-27 13:56:14 +00:00
ChangeLog
configuration.cc use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
connection.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
control_protocol_manager.cc fix mistake in cleaning up control protocols when reloading sessions 2007-05-04 02:07:38 +00:00
coreaudiosource.cc fix up shorter versions of coreaudio file format strings 2008-12-06 11:37:06 +00:00
crossfade.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
curve.cc add operator=() to Curve; add AudioRegion::copy_settings() for replicating region settings after generating a new region via an AudioFilter; add new ReadOps* for reading an audioregion with and without various "internal processing" applied (fades, scaling, automation); add new "Discovering Plugins" boot time message 2008-11-08 15:40:54 +00:00
cycle_timer.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
default_click.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
diskstream.cc fixes for scrubbing, change "crop" to Crop in menu 2007-10-05 17:03:23 +00:00
enums.cc large chunks of code to deal with pre-analysis of audio; transient/perconset data used for new tab-to-transient; all ArdourDialogs push the splash screen out of the way; try to keep verbose canvas cursor within the editor canvas visible area; fix template use from NSD 2008-02-01 04:26:22 +00:00
gain.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
gdither.cc Fix compilation with GCC 4.3 (at least with SYSLIBS=1). 2008-05-11 21:42:10 +00:00
gettext.h
globals.cc working VST support with VeSTige header and new FST code 2009-02-19 14:01:59 +00:00
i18n.h Fix for internationalize. Now use the I18N() macro. 2006-10-24 15:38:46 +00:00
import.cc speed up track resizing; fixup file DnD; stop use CAAudioFile for imported files 2008-11-13 10:00:09 +00:00
insert.cc Save symbols along with indices for LV2 ports (as required by LV2r3). 2008-11-13 22:52:41 +00:00
io.cc fix up indentation caused by lack of .emacs 2009-02-20 14:37:34 +00:00
jack_slave.cc fix for bad sync with other JACK transport-aware clients (thanks to torben for discovering the problem and suggesting the best fix) 2008-10-08 15:16:19 +00:00
ladspa_plugin.cc Fix glitching on "events" (like loop markers) due to taking the processing offset into account twice. 2008-07-29 16:59:31 +00:00
location.cc shift-click to extend marker selection; marker drag moves all selected markers 2008-09-19 10:42:09 +00:00
lv2_plugin.cc Save symbols along with indices for LV2 ports (as required by LV2r3). 2008-11-13 22:52:41 +00:00
mix.cc fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl 2007-03-16 21:44:10 +00:00
mtc_slave.cc fix up MTC message delivered internally when locate is noticed (removes stupid message when MTC slaving) 2008-12-04 20:26:35 +00:00
named_selection.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
onset_detector.cc add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin (REQUIRES libaubio installed); add toggle-region-opaque menu item for scalable ops on region opacity 2008-05-15 19:37:35 +00:00
osc.cc per-route OSC control of solo/mute/recenable/gain 2008-11-19 07:38:45 +00:00
panner.cc make send GUIs into ArdourDialogs; ensure that panner changes propagate into the GUI even when the number of panners is reduced 2008-11-26 06:57:42 +00:00
pcm_utils.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
playlist.cc insert time operation 2008-04-01 16:49:42 +00:00
playlist_factory.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
plugin.cc AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments 2009-01-28 15:09:36 +00:00
plugin_manager.cc prevent double-listing of LADSPA plugins caused by symlinks to library directories (e.g. lib64 -> lib) 2009-03-02 21:04:47 +00:00
port.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
rb_effect.cc fix subtle but nasty problems with stretch/shift audio operations, and fix up handling of older sessions with illegal stretch/shift values in them 2008-10-13 15:56:48 +00:00
recent_sessions.cc use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
redirect.cc fix deep design problem with redirect parameter automation being handled as a non-thread safe map - shift back to a predefined-size vector. Basically bugs #2198 and likely #2199 2008-06-17 14:01:58 +00:00
region.cc new region constructor for use by audiofilters (almost does a pure copy of the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth 2008-11-11 14:12:08 +00:00
region_factory.cc new region constructor for use by audiofilters (almost does a pure copy of the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth 2008-11-11 14:12:08 +00:00
resampled_source.cc Fix a bunch of stupid warnings. 2008-09-19 18:16:50 +00:00
reverse.cc new region constructor for use by audiofilters (almost does a pure copy of the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth 2008-11-11 14:12:08 +00:00
route.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
route_group.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
SConscript AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments 2009-01-28 15:09:36 +00:00
send.cc make send GUIs into ArdourDialogs; ensure that panner changes propagate into the GUI even when the number of panners is reduced 2008-11-26 06:57:42 +00:00
session.cc Make "consolidate range" and "bounce range to region list" not apply processing to the original audio. Added variants which do apply processing. Plus changed AudioTrack::export_stuff() to use SSE mix functions for non-automated gain. 2009-03-05 19:47:39 +00:00
session_butler.cc wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor 2008-11-06 22:18:27 +00:00
session_click.cc split SoundFileBrowser back into SoundFileOmega; make SoundFileChooser work again; fix bug in assigning click sounds 2007-09-04 22:23:26 +00:00
session_command.cc use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
session_events.cc non-AA canvas support (not used by default); new SAE menus; fix locate-play-locate ; add toggle-punch ; use primary clock for verbose cursor mode at all the right times; minimize clock redrawing part one 2008-02-26 16:34:45 +00:00
session_export.cc don't show nag screen if export was stopped or if SAE (for now) 2008-11-18 19:17:16 +00:00
session_feedback.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
session_midi.cc wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor 2008-11-06 22:18:27 +00:00
session_process.cc Fix crash on MIDI feedback with MTC (ticket #2419). 2009-02-19 20:11:17 +00:00
session_state.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
session_time.cc remove debugging out 2007-04-13 02:41:00 +00:00
session_transport.cc fix Session::audible_frame() return when transport speed has been reversed, by resetting last_stop_frame at the turnaround point 2008-11-12 06:47:59 +00:00
session_vst.cc working VST support with VeSTige header and new FST code 2009-02-19 14:01:59 +00:00
silentfilesource.cc use SilentFileSource when sources cannot be found 2007-02-05 22:57:38 +00:00
sndfile_helpers.cc more ongoing SAE-driven changes (too many too list here) 2007-11-26 17:20:34 +00:00
sndfileimportable.cc speed up track resizing; fixup file DnD; stop use CAAudioFile for imported files 2008-11-13 10:00:09 +00:00
sndfilesource.cc new region constructor for use by audiofilters (almost does a pure copy of the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth 2008-11-11 14:12:08 +00:00
source.cc large chunks of code to deal with pre-analysis of audio; transient/perconset data used for new tab-to-transient; all ArdourDialogs push the splash screen out of the way; try to keep verbose canvas cursor within the editor canvas visible area; fix template use from NSD 2008-02-01 04:26:22 +00:00
source_factory.cc wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor 2008-11-06 22:18:27 +00:00
sse_functions.s reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; executable stack fix; avoid delete this in MementoCommand lifetime management 2006-10-17 20:40:39 +00:00
sse_functions_64bit.s Correct patch 2006-10-26 12:36:59 +00:00
sse_functions_xmm.cc Add Mike's quad-quad + prefetch optimization. 2007-03-15 19:54:18 +00:00
st_pitch.cc fix up st_pitch.cc to avoid dbl-declaration of destructor 2007-12-04 20:35:55 +00:00
st_stretch.cc fix up st_pitch.cc to use time_fraction 2007-12-04 20:33:35 +00:00
tempo.cc minor fixes from OS X land 2008-02-21 02:45:42 +00:00
track.cc fixes for creating tracks from templates - a new Diskstream is needed, andgetting it set up is quite tricky; also fix naming of template-based new Routes 2009-03-05 15:34:01 +00:00
transient_detector.cc a boatload of changes and fixes related to SAE menu redesign (several new operations, things set up as actions for use in the main menu; fix Editor::snap_to() since it was really severely broken for general use 2008-02-17 22:41:34 +00:00
utils.cc default crossfade is now constant power; SAE gets only 3 xfades (not correct for 2 of them, yet); fade buttons in xfade editor have tooltips 2008-10-31 17:47:49 +00:00
vst_plugin.cc fix up indentation caused by lack of .emacs 2009-02-20 14:37:34 +00:00