ardour/libs/ardour
Doug McLain c271a30273 Remove sigc 2.0.18
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3399 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-22 22:42:27 +00:00
..
ardour 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
macosx Updated doxygen file. 2007-03-14 03:03:39 +00:00
po Updated and correctly named Polish translation. 2008-04-10 14:37:15 +00:00
.cvsignore All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
analyser.cc fix problems with files being needlessly re-analysed at startup 2008-02-12 18:12:11 +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 Fix for last commit where rec enable state was not considered. Change adat option name to Tape Machine Mode and make it default to off. 2008-02-17 15:32:29 +00:00
audio_unit.cc lots and lots of work to correctly deduce AU IO configurations and related issues 2008-05-15 00:52:54 +00:00
audioanalyser.cc Fix compilation with GCC 4.3 (at least with SYSLIBS=1). 2008-05-11 21:42:10 +00:00
audioengine.cc rename menu items for monitoring options, and make the one based on JACK insensitive if there are no JACK ports capable of being monitored in that way 2008-04-03 19:53:58 +00:00
audiofilesource.cc more path-building fixes from colinf 2008-05-22 16:38:36 +00:00
audiofilter.cc add new Session::Dialog signal for generic dialog interactions with unknown GUI; made auto-analyse-audio FALSE by default, with dialog warning about this when necessary; fixed #2134 (loop/punch stuff not updated on undo/redo) 2008-03-25 15:32:24 +00:00
audioregion.cc add new Session::Dialog signal for generic dialog interactions with unknown GUI; made auto-analyse-audio FALSE by default, with dialog warning about this when necessary; fixed #2134 (loop/punch stuff not updated on undo/redo) 2008-03-25 15:32:24 +00:00
audiosource.cc fix up compile issues; add new grabber_edit_point cursor 2008-02-12 16:55:11 +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 fix problems with list stuff caused by assumptions about list type equivalence 2008-03-17 20:36:37 +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 libardour added. 2005-09-24 19:13:41 +00:00
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 don't popup import progress window until we give import a chance to fail first; sndfile doesn't print open() errors if HAVE_COREAUDIO is set since we fall back to CoreAudio then 2008-02-27 14:40:59 +00:00
crossfade.cc fix up meter thread management when JACK client starts/stops/is halted ; put focus in plugin search entry when plugin selector is shown ; add WINDOWS_KEY option to gtk2_ardour/SConscript, controlling what X modifier is used for LEVEL4 modifier/bindings ; fix up Keyboard object to properly support LEVEL4 bindings ; fix Playlist::partition_internal() to avoid acting on regions that should not be operated on given the range provided ; fix up more stuff relating to get_regions_for(), including cut/delete ops on edit range vs. regions 2008-02-23 14:13:25 +00:00
curve.cc fix some (all? not likely) problems with dragging close to 2^32-1 frames 2007-05-29 23:42:35 +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 libardour added. 2005-09-24 19:13:41 +00:00
globals.cc mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get_microseconds() which now uses JACK's usec clock 2008-05-15 14:13:47 +00:00
i18n.h Fix for internationalize. Now use the I18N() macro. 2006-10-24 15:38:46 +00:00
import.cc add new Session::Dialog signal for generic dialog interactions with unknown GUI; made auto-analyse-audio FALSE by default, with dialog warning about this when necessary; fixed #2134 (loop/punch stuff not updated on undo/redo) 2008-03-25 15:32:24 +00:00
insert.cc lots and lots of work to correctly deduce AU IO configurations and related issues 2008-05-15 00:52:54 +00:00
io.cc more path-building fixes from colinf 2008-05-22 16:38:36 +00:00
jack_slave.cc fix dangling jack_client_t* in JACK_Slave when disconnecting+reconnecting to JACK 2007-04-18 02:24:28 +00:00
ladspa_plugin.cc Support for LV2 scale points (control port enumerations), ala LADSPA+LRDF. 2008-01-30 01:29:07 +00:00
location.cc initialized Location::_locked in all cases 2007-11-09 15:07:42 +00:00
lv2_plugin.cc Support for LV2 scale points (control port enumerations), ala LADSPA+LRDF. 2008-01-30 01:29:07 +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 maybe fix #1610 - stop transport when MTC stops flowing 2007-04-12 22:42:41 +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 use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
panner.cc more path-building fixes from colinf 2008-05-22 16:38:36 +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 generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins compute i/o numbers correctly; add spacing to wierd plugin config dialog 2008-05-15 13:40:07 +00:00
plugin_manager.cc lots and lots of work to correctly deduce AU IO configurations and related issues 2008-05-15 00:52:54 +00:00
port.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
rb_effect.cc fixes from chris cannam for rb_effect bugs 2008-02-27 17:42:45 +00:00
recent_sessions.cc use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
redirect.cc more path-building fixes from colinf 2008-05-22 16:38:36 +00:00
region.cc Remove sigc 2.0.18 2008-05-22 22:42:27 +00:00
region_factory.cc fix dragging that involves locked regions; auto-rebinding patch for people to experiment with (probably needs a little work) 2008-03-21 20:22:00 +00:00
resampled_source.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
reverse.cc fix a couple uninitialized variable messages 2007-02-26 21:29:50 +00:00
route.cc generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins compute i/o numbers correctly; add spacing to wierd plugin config dialog 2008-05-15 13:40:07 +00:00
route_group.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
SConscript 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
send.cc Stop sends and inserts from re-registering their own ID when set_state() is called 2007-05-22 19:26:37 +00:00
session.cc more path-building fixes from colinf 2008-05-22 16:38:36 +00:00
session_butler.cc mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get_microseconds() which now uses JACK's usec clock 2008-05-15 14:13:47 +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 AccessAction() OSC patch from Ryan Scott 2008-04-17 05:58:43 +00:00
session_feedback.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +00:00
session_midi.cc quieten down Powermate control surface discovery 2007-08-09 14:57:09 +00:00
session_process.cc yet more changes to the monstrosity that is session loading and startup; search PATH for jackd/jackdmp, not predefined locations; support for the JACK dummy driver 2008-01-09 02:28:22 +00:00
session_state.cc yet more path-building fixes from colinf 2008-05-22 17:58:23 +00:00
session_time.cc remove debugging out 2007-04-13 02:41:00 +00:00
session_transport.cc comment out latency debug output 2008-05-13 13:46:18 +00:00
session_vst.cc remove all lines to avoid recompiles after commits 2007-02-22 18:40:54 +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 rearrange icons/presets on xfade editor to be symmetric; refactor importable source/resampled importable source to allow for both sndfile and coreaudio handled file i/o 2008-02-27 02:09:03 +00:00
sndfilesource.cc Fix compilation with GCC 4.3 (at least with SYSLIBS=1). 2008-05-11 21:42:10 +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 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
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 comment out latency debug output 2008-05-13 13:46:18 +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 Fix compilation with GCC 4.3 (at least with SYSLIBS=1). 2008-05-11 21:42:10 +00:00
vst_plugin.cc actual fix for ustring mistake 2008-05-22 13:15:47 +00:00