summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2007-04-25fix crash when opening session after one in which control surface(s) were used2.0rc2Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1745 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-25remove debugging messagePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1743 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-23different name for old-session-format copied file, so that 0.99 can always ↵Paul Davis
load it git-svn-id: svn://localhost/ardour2/trunk@1740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-23ardour_system.rc now has the same content as ardour.rc, to allow us to more ↵Paul Davis
easily add new variable/parameters when updating a user's configuration git-svn-id: svn://localhost/ardour2/trunk@1739 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-20resurrected the periodic safety backup. defaults to 120 second interval ↵Jesse Chappell
between saves. never lose your work again. git-svn-id: svn://localhost/ardour2/trunk@1732 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-19fix positioning of certain kinds of xfadesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1731 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-18fix dangling jack_client_t* in JACK_Slave when disconnecting+reconnecting to ↵Paul Davis
JACK git-svn-id: svn://localhost/ardour2/trunk@1727 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-17new greek translations; fix for crash in diskstream due to removed port accessPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1726 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-15Added the session resampler which now should work for 2.0 sessions and Sampo Savolainen
almost work for 0.99 originated session (automation is not handled yet). Stopped the creation on the automation/ directory in new sessions as it's not used anymore git-svn-id: svn://localhost/ardour2/trunk@1725 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-15ffwd/rew to +-4John Anderson
git-svn-id: svn://localhost/ardour2/trunk@1723 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-14save state after remove last capture, avoiding possible inconsistency ↵Paul Davis
between session file and disk state git-svn-id: svn://localhost/ardour2/trunk@1721 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-13remove debugging outPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1712 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-13more mtc debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1711 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-13debugging for songshop/mtcPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1710 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-12maybe fix #1610 - stop transport when MTC stops flowingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1708 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-12the useless commit: add copyright messages to all(?) files that need itPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-11button to add new marker location at current transport positionJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1704 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-11Prevent copy & paste of sends and inserts. Add "delete" command to the Sampo Savolainen
redirect box. Notice to translators: this text needs to be translated. I apologize for the inconvenience, but something had to be done to this issue. git-svn-id: svn://localhost/ardour2/trunk@1702 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-11add ffwd and rewind, and use frmm_left and frm_right for marker prev/next. ↵John Anderson
Remap punch in and punch out. git-svn-id: svn://localhost/ardour2/trunk@1701 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ↵Paul Davis
region boundary cache git-svn-id: svn://localhost/ardour2/trunk@1694 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-09Fix "Remove Last Capture"Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1692 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-09make region opacity work again; fix several other region context menu items ↵Paul Davis
that may have been messing with region state in unforeseen ways git-svn-id: svn://localhost/ardour2/trunk@1691 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-09Correct the usage of realpath() in cleanupSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1690 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-09Remove unused configuration parameter. My apologies to all the translators, ↵Sampo Savolainen
this removes one (unused) string "Use MIDI control" git-svn-id: svn://localhost/ardour2/trunk@1687 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-09fixed previous fix of initial autoplay issue, autoplay now works againJesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1686 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07Updated CoreAudioSource to compile again.Taybin Rutkin
Renamed nil to nil_ throughout sigc++. It's a reserved word in ObjC and was interfering with compilation. git-svn-id: svn://localhost/ardour2/trunk@1684 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07use i18n-ed version of "master"2.0rc1Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1681 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07better variable name for midi feedback fighter. added MCU midi port to ↵Jesse Chappell
system ardour.rc git-svn-id: svn://localhost/ardour2/trunk@1680 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07fixed midi control feedback fightingJesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1679 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07Start bus numbering in new sessions from 1 while making sure no Sampo Savolainen
duplicate names are attempted. git-svn-id: svn://localhost/ardour2/trunk@1678 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07replaced canonicalize_file_name with realpath, which is available.Jesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1677 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07add new profile object, use it to remove certain horizontal elements from ↵Paul Davis
GUI if screen is narrow; make verbose canvas cursor use primary clock mode if secondary clock is not visible git-svn-id: svn://localhost/ardour2/trunk@1676 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ↵Paul Davis
verbose canvas cursor color to be more distinct and readable; fix naming issues with imported files containing ':'; make sure [N] channels count shows up for whole files in region list; fix #1575, a subtle and nasty bug; improve positioning of verbose canvas cursor for ruler drags (but has a wierd side effect git-svn-id: svn://localhost/ardour2/trunk@1675 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06This one is for Ari Koivunen! Fixed ardour cleaning up used sources Sampo Savolainen
during cleanup for sessions created in 0.99.x git-svn-id: svn://localhost/ardour2/trunk@1674 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename ↵Paul Davis
snapshots (from carl & puddingpimp) git-svn-id: svn://localhost/ardour2/trunk@1673 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06added moved code for shortpathPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on ↵Paul Davis
regions that have been subject to undo/redo git-svn-id: svn://localhost/ardour2/trunk@1670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-05A fix to make MIDI controller state save properly, also fixed a bind cancel ↵Sampo Savolainen
related segfault. (hopefully) git-svn-id: svn://localhost/ardour2/trunk@1669 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-04Removed unused variable (current_user_level) from FastMeter.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1664 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-03fix botched apply of torben's zero line patch, remove sampo's debug output ↵Paul Davis
re: ladspa plugin port setting git-svn-id: svn://localhost/ardour2/trunk@1662 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-02Enabled conditional FLAC importing.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1653 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-01Add a color for ghost waves (thanks Torben!) and fix wrong ladspa parameterSampo Savolainen
defaults. The plugin fix corrects a bug related to at least swh's single band parametric. git-svn-id: svn://localhost/ardour2/trunk@1651 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-25Send MMC/MTC options will stick now, and prevent the engine from messing Sampo Savolainen
the configuration variables. git-svn-id: svn://localhost/ardour2/trunk@1638 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-21probably fix cleanup issues, but testing requiredPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1632 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI ↵Paul Davis
says its OK git-svn-id: svn://localhost/ardour2/trunk@1630 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19remove debug output from last commitPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1628 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ↵Paul Davis
lock git-svn-id: svn://localhost/ardour2/trunk@1627 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18new source files from tim m.Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1619 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18FINISH fix rect redraw problem(s); make zoom range rect visible again at the ↵Paul Davis
right time; apply tim's window title patch git-svn-id: svn://localhost/ardour2/trunk@1618 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-17Fix looping (and other events) at varispeed.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1612 d708f5d6-7413-0410-9779-e7cbd77b26cf