| .. |
|
ardour
|
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 |
|
macosx
|
Updated doxygen file.
|
2007-03-14 03:03:39 +00:00 |
|
po
|
new greek translations; fix for crash in diskstream due to removed port access
|
2007-04-17 16:46:22 +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
|
Remove beat entry from meter dialog (beats are not allowed in API), clean up some hardware monitoring code, new configuration vars: ADAT Monitor Mode (documented) and Rubberbanding Snaps to Grid (self explanitory I hope, defaults to off), add some monitoring documentation.
|
2008-02-17 12:20:16 +00:00 |
|
audio_library.cc
|
Fix GCC 4.2 warnings.
|
2008-01-11 03:05:51 +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
|
fix use of basename; AU automation now working; add gtk event reporter back into SAE bundle; fix up carbon menu handler so that it never causes a nested gtk main loop problem
|
2008-02-15 20:37:41 +00:00 |
|
audioanalyser.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 |
|
audioengine.cc
|
lots more BootMessages
|
2008-02-13 18:05:36 +00:00 |
|
audiofilesource.cc
|
Add ambisonics files (.amb) extension to the safe file extensions check
|
2008-02-03 20:36:14 +00:00 |
|
audiofilter.cc
|
AU GUIs basically working, though unfinished; push up dialog for massive split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks
|
2008-02-12 02:51:51 +00:00 |
|
audioregion.cc
|
AU GUIs basically working, though unfinished; push up dialog for massive split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks
|
2008-02-12 02:51:51 +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
|
prep for 2.0.3
|
2007-07-02 17:14:35 +00:00 |
|
ChangeLog
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
|
configuration.cc
|
fix crash at startup if .rc files are empty and/or if ARDOUR::init() fails for any reason; also avoid calling XML parser with empty files
|
2008-01-13 16:38:58 +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
|
Updated CoreAudioSource to compile again.
|
2007-04-07 21:34:17 +00:00 |
|
crossfade.cc
|
opaque xfade patch + a version of the editor ruler/playhead/click patch
|
2007-08-27 13:00:08 +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
|
remove all lines to avoid recompiles after commits
|
2007-02-22 18:40:54 +00:00 |
|
gettext.h
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
|
globals.cc
|
Fix incorrect comment.
|
2008-02-17 22:47:12 +00:00 |
|
i18n.h
|
Fix for internationalize. Now use the I18N() macro.
|
2006-10-24 15:38:46 +00:00 |
|
import.cc
|
Make import GUI report if you are importing a file of a name that
|
2008-02-15 06:41:22 +00:00 |
|
insert.cc
|
fix use of basename; AU automation now working; add gtk event reporter back into SAE bundle; fix up carbon menu handler so that it never causes a nested gtk main loop problem
|
2008-02-15 20:37:41 +00:00 |
|
io.cc
|
allow ardour to use the (hard) maximum number of open files (this one's for you essej)
|
2008-02-13 01:56:33 +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 |
|
osc.cc
|
finish merge of vamp-sdk into source tree; write OSC URL to file in ~/.ardour2 ; change stretch button name; fix bad handling of cancel-in-progress during stretch/pitch operation
|
2008-01-10 14:40:42 +00:00 |
|
panner.cc
|
new automation interval configuration variable, to control automation snapshot time resolution (for oofus to test); patch for cancellingmulti-file import; minor code cleanups; use boost::fast_pool_allocator for automation lists (may revert later)
|
2007-07-06 03:11:52 +00:00 |
|
pcm_utils.cc
|
remove all lines to avoid recompiles after commits
|
2007-02-22 18:40:54 +00:00 |
|
playlist.cc
|
Fix small issue with the playlist unique name patch.
|
2008-02-10 16:54:21 +00:00 |
|
playlist_factory.cc
|
remove all lines to avoid recompiles after commits
|
2007-02-22 18:40:54 +00:00 |
|
plugin.cc
|
more canvas-height related fixes; likely fix for loading VST plugins by name instead of unique ID
|
2008-02-04 21:57:45 +00:00 |
|
plugin_manager.cc
|
Support for LV2 scale points (control port enumerations), ala LADSPA+LRDF.
|
2008-01-30 01:29:07 +00:00 |
|
port.cc
|
remove all lines to avoid recompiles after commits
|
2007-02-22 18:40:54 +00:00 |
|
rb_effect.cc
|
permit OSX native package without JACK; prevent excessive track name lengths from messing up JACK port names; splash screen tweaks for OS X; new region gain control operations ; work on AU plugin GUIs (totally incomplete); don't needlessly create prompters in a barcontroller (create on demand)
|
2008-01-18 19:58:34 +00:00 |
|
recent_sessions.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 |
|
redirect.cc
|
add -d/--disable-plugins option to allow easy restart with troublesome plugins
|
2008-01-04 20:12:44 +00:00 |
|
region.cc
|
Fix reversed bounds check in Region::adjust_to_sync (), regions with a sync point snap to the sync point again.
|
2008-02-03 08:32:18 +00:00 |
|
region_factory.cc
|
meet rhythm ferret: cute, furry and always on time (ardour build now requires fftw3 & fftw3f, no exceptions, ever)
|
2008-01-25 05:35:46 +00:00 |
|
resampled_source.cc
|
Back-port tim mayberry's fixes for import; fix JACK slaving to never pay attention to timecode-source-is-synced
|
2008-01-04 03:36:25 +00:00 |
|
reverse.cc
|
fix a couple uninitialized variable messages
|
2007-02-26 21:29:50 +00:00 |
|
route.cc
|
"boot" messages; more AU fixes; new SAE ui.conf file
|
2008-02-13 16:38:14 +00:00 |
|
route_group.cc
|
remove all lines to avoid recompiles after commits
|
2007-02-22 18:40:54 +00:00 |
|
SConscript
|
fix the same old same old OS X install_name_tool issue, this time for libardour
|
2008-02-14 21:55:20 +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
|
Remove beat entry from meter dialog (beats are not allowed in API), clean up some hardware monitoring code, new configuration vars: ADAT Monitor Mode (documented) and Rubberbanding Snaps to Grid (self explanitory I hope, defaults to off), add some monitoring documentation.
|
2008-02-17 12:20:16 +00:00 |
|
session_butler.cc
|
make separate work with/without selected tracks; make align-regions-*-relative work correctly; make waveform muted color show correctly
|
2008-01-09 18:26: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
|
don't crash if history refers to a location that no longer exists
|
2008-01-17 03:16:41 +00:00 |
|
session_events.cc
|
change behaviour of play-at-edit-point....; fix crash in SAE context with automation button; new SAE logos etc
|
2007-12-20 19:54:54 +00:00 |
|
session_export.cc
|
prevent export from occuring when disconnected from JACK (GUI andbackend)
|
2007-12-23 18:32:51 +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
|
lots more BootMessages
|
2008-02-13 18:05:36 +00:00 |
|
session_time.cc
|
remove debugging out
|
2007-04-13 02:41:00 +00:00 |
|
session_transport.cc
|
add option to create xrun markers on the location markerbar
|
2008-02-13 14:38:49 +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 |
|
sndfilesource.cc
|
maybe fix crash related to thread-private buffers
|
2007-09-17 14:43:46 +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
|
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 |
|
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
|
allow diskstream deletion after a track is removed by using weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling
|
2007-05-18 16:52:50 +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
|
lock edit mode disallows sliding regions in time. override by holding 3rd mouse button
|
2008-02-15 19:43:28 +00:00 |
|
vst_plugin.cc
|
AU support, plus changes in Plugin to make unique_id a string
|
2007-12-10 21:29:51 +00:00 |