ardour.git
17 years agoUse PBD::copy_file in Session::create() to copy the template file.
Tim Mayberry [Fri, 18 May 2007 02:45:15 +0000 (02:45 +0000)]
Use PBD::copy_file in Session::create() to copy the template file.

git-svn-id: svn://localhost/ardour2/trunk@1867 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoChange return type of PBD::copy_file to boolean to indicate success/failure
Tim Mayberry [Fri, 18 May 2007 02:45:08 +0000 (02:45 +0000)]
Change return type of PBD::copy_file to boolean to indicate success/failure

git-svn-id: svn://localhost/ardour2/trunk@1866 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMove Session::find_session into a session_utils.h header
Tim Mayberry [Fri, 18 May 2007 02:41:44 +0000 (02:41 +0000)]
Move Session::find_session into a session_utils.h header

git-svn-id: svn://localhost/ardour2/trunk@1865 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMove file suffixes out of the Session class and into filename_extensions.h/cc
Tim Mayberry [Fri, 18 May 2007 02:41:36 +0000 (02:41 +0000)]
Move file suffixes out of the Session class and into filename_extensions.h/cc

git-svn-id: svn://localhost/ardour2/trunk@1864 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoRemove unused variable and the accessor methods for it from ARDOUR_UI
Tim Mayberry [Fri, 18 May 2007 02:41:29 +0000 (02:41 +0000)]
Remove unused variable and the accessor methods for it from ARDOUR_UI

git-svn-id: svn://localhost/ardour2/trunk@1863 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoRename NewSessionDialog::get_current_page to on_new_session_page
Tim Mayberry [Fri, 18 May 2007 02:41:22 +0000 (02:41 +0000)]
Rename NewSessionDialog::get_current_page to on_new_session_page

git-svn-id: svn://localhost/ardour2/trunk@1862 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoWhitespace fixes in gtk2_ardour/ardour_ui.cc
Tim Mayberry [Fri, 18 May 2007 02:41:16 +0000 (02:41 +0000)]
Whitespace fixes in gtk2_ardour/ardour_ui.cc

git-svn-id: svn://localhost/ardour2/trunk@1861 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUse bool return type for ARDOUR_UI::unload_session to indicate success/failure.
Tim Mayberry [Fri, 18 May 2007 02:41:10 +0000 (02:41 +0000)]
Use bool return type for ARDOUR_UI::unload_session to indicate success/failure.

git-svn-id: svn://localhost/ardour2/trunk@1860 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoWhitespace fixes in gtk2_ardour/ardour_ui.h
Tim Mayberry [Fri, 18 May 2007 02:41:03 +0000 (02:41 +0000)]
Whitespace fixes in gtk2_ardour/ardour_ui.h

git-svn-id: svn://localhost/ardour2/trunk@1859 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoWhitespace fixes in gtk2_ardour/new_session_dialog.cc
Tim Mayberry [Fri, 18 May 2007 02:40:57 +0000 (02:40 +0000)]
Whitespace fixes in gtk2_ardour/new_session_dialog.cc

git-svn-id: svn://localhost/ardour2/trunk@1858 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoAdd stacked lanes mode which displays regions on different layers at different positi...
Carl Hetherington [Thu, 17 May 2007 10:41:14 +0000 (10:41 +0000)]
Add stacked lanes mode which displays regions on different layers at different positions in the view.

git-svn-id: svn://localhost/ardour2/trunk@1855 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoRemove bogus assertion from ardour/source.cc as the names of embedded files are store...
Tim Mayberry [Thu, 17 May 2007 01:00:39 +0000 (01:00 +0000)]
Remove bogus assertion from ardour/source.cc as the names of embedded files are stored as absolute paths.

git-svn-id: svn://localhost/ardour2/trunk@1854 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agobaby steps to virtualize AudioRegion
Paul Davis [Wed, 16 May 2007 12:54:21 +0000 (12:54 +0000)]
baby steps to virtualize AudioRegion

git-svn-id: svn://localhost/ardour2/trunk@1853 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years ago2nd of tim mayberry's patches to fix middle-click pastingina couple of dialogs
Paul Davis [Wed, 16 May 2007 02:42:01 +0000 (02:42 +0000)]
2nd of tim mayberry's patches to fix middle-click pastingina couple of dialogs

git-svn-id: svn://localhost/ardour2/trunk@1851 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agotim mayberry's patches to fix middle-click pastingina couple of dialogs
Paul Davis [Wed, 16 May 2007 02:40:55 +0000 (02:40 +0000)]
tim mayberry's patches to fix middle-click pastingina couple of dialogs

git-svn-id: svn://localhost/ardour2/trunk@1850 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadd alternate filters for soundfile browser
Paul Davis [Wed, 16 May 2007 02:21:41 +0000 (02:21 +0000)]
add alternate filters for soundfile browser

git-svn-id: svn://localhost/ardour2/trunk@1848 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadded L and R as possible audio file suffixes
Paul Davis [Wed, 16 May 2007 01:49:38 +0000 (01:49 +0000)]
added L and R as possible audio file suffixes

git-svn-id: svn://localhost/ardour2/trunk@1847 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agocorrectly manage video sync state
Paul Davis [Tue, 15 May 2007 13:16:59 +0000 (13:16 +0000)]
correctly manage video sync state

git-svn-id: svn://localhost/ardour2/trunk@1844 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMake DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by default
Sampo Savolainen [Mon, 14 May 2007 20:42:46 +0000 (20:42 +0000)]
Make DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by default

git-svn-id: svn://localhost/ardour2/trunk@1843 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadd new "lock position" feature for regions
Paul Davis [Mon, 14 May 2007 16:16:54 +0000 (16:16 +0000)]
add new "lock position" feature for regions

git-svn-id: svn://localhost/ardour2/trunk@1842 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadd new A/B comparison for plugins, plus ways of disabling all plugins quickly (not...
Paul Davis [Mon, 14 May 2007 14:18:02 +0000 (14:18 +0000)]
add new A/B comparison for plugins, plus ways of disabling all plugins quickly (not undoable at this time)

git-svn-id: svn://localhost/ardour2/trunk@1841 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadd new A/B comparison for plugins, plus ways of disabling all plugins quickly (not...
Paul Davis [Mon, 14 May 2007 14:13:59 +0000 (14:13 +0000)]
add new A/B comparison for plugins, plus ways of disabling all plugins quickly (not undoable at this time)

git-svn-id: svn://localhost/ardour2/trunk@1840 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agocode readability change I forgot to add before committing, and removal of debug output
Doug McLain [Mon, 14 May 2007 05:09:04 +0000 (05:09 +0000)]
code readability change I forgot to add before committing, and removal of debug output

git-svn-id: svn://localhost/ardour2/trunk@1839 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoAdd 'delta edit cursor' option to primary and secondary clocks. When in this mode...
Doug McLain [Mon, 14 May 2007 02:48:28 +0000 (02:48 +0000)]
Add 'delta edit cursor' option to primary and secondary clocks.  When in this mode, the clocks display the absolute difference between the playhead and the edit cursor

git-svn-id: svn://localhost/ardour2/trunk@1838 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoAdd some comments.
Carl Hetherington [Fri, 11 May 2007 15:06:12 +0000 (15:06 +0000)]
Add some comments.

git-svn-id: svn://localhost/ardour2/trunk@1837 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoanother redirect dialog fix
Paul Davis [Fri, 11 May 2007 13:56:52 +0000 (13:56 +0000)]
another redirect dialog fix

git-svn-id: svn://localhost/ardour2/trunk@1836 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoFix compilation with VST=1
Carl Hetherington [Fri, 11 May 2007 12:53:43 +0000 (12:53 +0000)]
Fix compilation with VST=1

git-svn-id: svn://localhost/ardour2/trunk@1834 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoConditionally compile CMT additions, enabled by default.
Tim Mayberry [Fri, 11 May 2007 02:54:43 +0000 (02:54 +0000)]
Conditionally compile CMT additions, enabled by default.

git-svn-id: svn://localhost/ardour2/trunk@1833 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoSwitched some missed .get(DataType::AUDIO) -> n_audio.
David Robillard [Thu, 10 May 2007 17:42:57 +0000 (17:42 +0000)]
Switched some missed .get(DataType::AUDIO) -> n_audio.
Fixed some 8-space tabs.

git-svn-id: svn://localhost/ardour2/trunk@1832 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoRe-work main right-click context menu to operate on the selection, and remove some...
Carl Hetherington [Thu, 10 May 2007 11:53:35 +0000 (11:53 +0000)]
Re-work main right-click context menu to operate on the selection, and remove some confusion about what region(s) will be affected by menu selections.

git-svn-id: svn://localhost/ardour2/trunk@1831 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofix use of old .ardour dir for VST presets
Paul Davis [Thu, 10 May 2007 11:39:35 +0000 (11:39 +0000)]
fix use of old .ardour dir for VST presets

git-svn-id: svn://localhost/ardour2/trunk@1829 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoReplace image of mixerstrip with labeled diagram.
Tim Mayberry [Thu, 10 May 2007 11:34:58 +0000 (11:34 +0000)]
Replace image of mixerstrip with labeled diagram.

git-svn-id: svn://localhost/ardour2/trunk@1828 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoRemove documentation on track speed controls as the are no longer displayed in versio...
Tim Mayberry [Thu, 10 May 2007 11:34:48 +0000 (11:34 +0000)]
Remove documentation on track speed controls as the are no longer displayed in version 2.0

git-svn-id: svn://localhost/ardour2/trunk@1827 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoAdd a tip admonition to the section on inverting polarity
Tim Mayberry [Thu, 10 May 2007 11:34:14 +0000 (11:34 +0000)]
Add a tip admonition to the section on inverting polarity

git-svn-id: svn://localhost/ardour2/trunk@1826 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoChanges in docs to due running make format
Tim Mayberry [Thu, 10 May 2007 11:33:59 +0000 (11:33 +0000)]
Changes in docs to due running make format

git-svn-id: svn://localhost/ardour2/trunk@1825 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUse a note admonition to indictate which versions of ardour support the Mackie contro...
Tim Mayberry [Thu, 10 May 2007 11:33:54 +0000 (11:33 +0000)]
Use a note admonition to indictate which versions of ardour support the Mackie control surfaces.

git-svn-id: svn://localhost/ardour2/trunk@1824 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUpdate section on inverting the polarity of a track.
Tim Mayberry [Thu, 10 May 2007 11:33:49 +0000 (11:33 +0000)]
Update section on inverting the polarity of a track.

git-svn-id: svn://localhost/ardour2/trunk@1823 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUpdate image of a mixer strip from an image of version 0.99.X to 2.0
Tim Mayberry [Thu, 10 May 2007 11:33:43 +0000 (11:33 +0000)]
Update image of a mixer strip from an image of version 0.99.X to 2.0

git-svn-id: svn://localhost/ardour2/trunk@1822 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUpdate image of mixer window from an image of version 0.99.X to 2.0
Tim Mayberry [Thu, 10 May 2007 11:33:37 +0000 (11:33 +0000)]
Update image of mixer window from an image of version 0.99.X to 2.0

git-svn-id: svn://localhost/ardour2/trunk@1821 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofix up middle button mess for redirects
Paul Davis [Thu, 10 May 2007 11:23:22 +0000 (11:23 +0000)]
fix up middle button mess for redirects

git-svn-id: svn://localhost/ardour2/trunk@1819 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoGot rid of (possibly?) false assertion (not present in 2.0 and caused crashes).
David Robillard [Thu, 10 May 2007 05:29:26 +0000 (05:29 +0000)]
Got rid of (possibly?) false assertion (not present in 2.0 and caused crashes).

git-svn-id: svn://localhost/ardour2/trunk@1818 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoFixed IO selector to show MIDI ports for MIDI IOs, instead of audio ports.
David Robillard [Thu, 10 May 2007 04:45:38 +0000 (04:45 +0000)]
Fixed IO selector to show MIDI ports for MIDI IOs, instead of audio ports.

git-svn-id: svn://localhost/ardour2/trunk@1817 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoAdded nicer looking wrapper methods for ChanCount::get(DataType), sedified code to...
David Robillard [Thu, 10 May 2007 03:50:17 +0000 (03:50 +0000)]
Added nicer looking wrapper methods for ChanCount::get(DataType), sedified code to use it.

git-svn-id: svn://localhost/ardour2/trunk@1816 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMIDI branch becomes trunk
Paul Davis [Thu, 10 May 2007 02:34:20 +0000 (02:34 +0000)]
MIDI branch becomes trunk

git-svn-id: svn://localhost/ardour2/trunk@1815 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agomerge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by conflicts
Paul Davis [Thu, 10 May 2007 02:23:12 +0000 (02:23 +0000)]
merge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by conflicts

git-svn-id: svn://localhost/ardour2/branches/midi@1812 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoGain performance improvements (don't waste time applying gain when not necessary).
David Robillard [Thu, 10 May 2007 00:41:04 +0000 (00:41 +0000)]
Gain performance improvements (don't waste time applying gain when not necessary).

git-svn-id: svn://localhost/ardour2/branches/midi@1811 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofix #1637 (needs merging to 2.0.1 branch); remove debug printf
Paul Davis [Mon, 7 May 2007 14:13:25 +0000 (14:13 +0000)]
fix #1637 (needs merging to 2.0.1 branch); remove debug printf

git-svn-id: svn://localhost/ardour2/branches/midi@1791 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agorequire new JACK API; fix inheritance bug in AudioRegion::verify_*()
Paul Davis [Mon, 7 May 2007 03:26:43 +0000 (03:26 +0000)]
require new JACK API; fix inheritance bug in AudioRegion::verify_*()

git-svn-id: svn://localhost/ardour2/branches/midi@1789 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofixed quoting issue in pango.modules template
Jesse Chappell [Mon, 7 May 2007 02:01:28 +0000 (02:01 +0000)]
fixed quoting issue in pango.modules template

git-svn-id: svn://localhost/ardour2/trunk@1788 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUpdate Jack system port names to reflect new Jack naming scheme.
David Robillard [Mon, 7 May 2007 00:06:07 +0000 (00:06 +0000)]
Update Jack system port names to reflect new Jack naming scheme.

git-svn-id: svn://localhost/ardour2/branches/midi@1787 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoFixed metering instant-dropoff bug.
David Robillard [Sun, 6 May 2007 01:36:26 +0000 (01:36 +0000)]
Fixed metering instant-dropoff bug.

git-svn-id: svn://localhost/ardour2/branches/midi@1786 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUse Jack trunk MIDI. This needs proper fixing..
David Robillard [Fri, 4 May 2007 23:57:01 +0000 (23:57 +0000)]
Use Jack trunk MIDI.  This needs proper fixing..

git-svn-id: svn://localhost/ardour2/branches/midi@1784 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoReal fix for Jack MIDI crash. Maybe!
David Robillard [Fri, 4 May 2007 02:50:31 +0000 (02:50 +0000)]
Real fix for Jack MIDI crash.  Maybe!

git-svn-id: svn://localhost/ardour2/branches/midi@1782 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoPossible fix for Jack MIDI crash on jack_get_buffer_size some are seeing.
David Robillard [Fri, 4 May 2007 01:47:13 +0000 (01:47 +0000)]
Possible fix for Jack MIDI crash on jack_get_buffer_size some are seeing.

git-svn-id: svn://localhost/ardour2/branches/midi@1780 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agooptimize some performance bottlenecks; remove jack_nframes_t that crept back into...
Paul Davis [Thu, 3 May 2007 23:28:57 +0000 (23:28 +0000)]
optimize some performance bottlenecks; remove jack_nframes_t that crept back into the code

git-svn-id: svn://localhost/ardour2/branches/midi@1779 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agocontrollers need to be updated when tracks are added so they can rebuild the route...
Ben Loftis [Wed, 2 May 2007 19:06:56 +0000 (19:06 +0000)]
controllers need to be updated when tracks are added so they can rebuild the route table

git-svn-id: svn://localhost/ardour2/trunk@1777 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoFixed performance (assert/branching/call overhead) issue with DataType.
David Robillard [Wed, 2 May 2007 17:55:57 +0000 (17:55 +0000)]
Fixed performance (assert/branching/call overhead) issue with DataType.

git-svn-id: svn://localhost/ardour2/branches/midi@1776 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoreintroduce use of optimized functions for gain into buffer code, and cleanup the...
Paul Davis [Wed, 2 May 2007 15:21:51 +0000 (15:21 +0000)]
reintroduce use of optimized functions for gain into buffer code, and cleanup the way they are declared to avoid depending on Session

git-svn-id: svn://localhost/ardour2/branches/midi@1775 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agomake session restore work by using explicit data types when creating new playlists...
Paul Davis [Wed, 2 May 2007 13:09:03 +0000 (13:09 +0000)]
make session restore work by using explicit data types when creating new playlists ... poses question - how did this ever compile before?

git-svn-id: svn://localhost/ardour2/branches/midi@1774 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoinitial fixes to get build to work without new JACK MIDI, and to get it running with...
Paul Davis [Tue, 1 May 2007 23:26:14 +0000 (23:26 +0000)]
initial fixes to get build to work without new JACK MIDI, and to get it running with an older session, at least somewhat

git-svn-id: svn://localhost/ardour2/branches/midi@1773 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoFixed meter crash bug.
David Robillard [Tue, 1 May 2007 17:12:25 +0000 (17:12 +0000)]
Fixed meter crash bug.

git-svn-id: svn://localhost/ardour2/branches/midi@1771 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1769... apparently. (?)
David Robillard [Mon, 30 Apr 2007 17:50:43 +0000 (17:50 +0000)]
Merged with trunk R1769... apparently.  (?)

git-svn-id: svn://localhost/ardour2/branches/midi@1770 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoSYSLIBS compile fixes.
David Robillard [Mon, 30 Apr 2007 17:43:40 +0000 (17:43 +0000)]
SYSLIBS compile fixes.

git-svn-id: svn://localhost/ardour2/trunk@1769 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agonew revision number
Paul Davis [Mon, 30 Apr 2007 14:24:55 +0000 (14:24 +0000)]
new revision number

git-svn-id: svn://localhost/ardour2/trunk@1768 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agomoved 2.1-staging to trunk @ rev 1765
Paul Davis [Mon, 30 Apr 2007 14:06:05 +0000 (14:06 +0000)]
moved 2.1-staging to trunk @ rev 1765

git-svn-id: svn://localhost/ardour2/trunk@1767 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agomerged -r1752:HEAD from trunk
Paul Davis [Sun, 29 Apr 2007 22:39:21 +0000 (22:39 +0000)]
merged -r1752:HEAD from trunk

git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1763 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1761
David Robillard [Sun, 29 Apr 2007 17:23:11 +0000 (17:23 +0000)]
Merged with trunk R1761

git-svn-id: svn://localhost/ardour2/branches/midi@1762 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged changes from trunk 1699:1751 into 2.1-staging
Paul Davis [Thu, 26 Apr 2007 20:54:31 +0000 (20:54 +0000)]
Merged changes from trunk 1699:1751 into 2.1-staging

git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1752 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1736.
David Robillard [Sun, 22 Apr 2007 18:01:10 +0000 (18:01 +0000)]
Merged with trunk R1736.

git-svn-id: svn://localhost/ardour2/branches/midi@1737 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1729.
David Robillard [Thu, 19 Apr 2007 18:23:23 +0000 (18:23 +0000)]
Merged with trunk R1729.

git-svn-id: svn://localhost/ardour2/branches/midi@1730 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1725
David Robillard [Wed, 18 Apr 2007 20:36:17 +0000 (20:36 +0000)]
Merged with trunk R1725

git-svn-id: svn://localhost/ardour2/branches/midi@1729 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1719.
David Robillard [Sat, 14 Apr 2007 18:39:01 +0000 (18:39 +0000)]
Merged with trunk R1719.
Updated for Jack MIDI SVN branch (required for now).

git-svn-id: svn://localhost/ardour2/branches/midi@1720 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoMerged with trunk R1705.
David Robillard [Thu, 12 Apr 2007 23:20:37 +0000 (23:20 +0000)]
Merged with trunk R1705.
Synced .po files with trunk.
Fixed more editor operations to be type agnostic (ie not audio only).

git-svn-id: svn://localhost/ardour2/branches/midi@1709 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadd ffwd and rewind, and use frmm_left and frm_right for marker prev/next. Remap...
John Anderson [Wed, 11 Apr 2007 16:26:39 +0000 (16:26 +0000)]
add ffwd and rewind, and use frmm_left and frm_right for marker prev/next. Remap punch in and punch out.

git-svn-id: svn://localhost/ardour2/trunk@1701 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoimprove/fix region boundary cache computation
Paul Davis [Wed, 11 Apr 2007 16:20:35 +0000 (16:20 +0000)]
improve/fix region boundary cache computation

git-svn-id: svn://localhost/ardour2/trunk@1700 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoupdated hellenic translation
Paul Davis [Wed, 11 Apr 2007 13:21:48 +0000 (13:21 +0000)]
updated hellenic translation

git-svn-id: svn://localhost/ardour2/trunk@1699 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agomerged with 1697 revision of trunk (which is post-rc1 but pre-rc2
Paul Davis [Wed, 11 Apr 2007 13:07:51 +0000 (13:07 +0000)]
merged with 1697 revision of trunk (which is post-rc1 but pre-rc2

git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1698 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agonew swedish gtk2_ardour translation; fix button release adds extra control point...
Paul Davis [Tue, 10 Apr 2007 21:34:22 +0000 (21:34 +0000)]
new swedish gtk2_ardour translation; fix button release adds extra control point; fix click in automation track selects regions

git-svn-id: svn://localhost/ardour2/trunk@1697 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoremove X_() and use _() on menu entry
Paul Davis [Tue, 10 Apr 2007 18:42:44 +0000 (18:42 +0000)]
remove X_() and use _() on menu entry

git-svn-id: svn://localhost/ardour2/trunk@1696 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoCorrected fix for #1554 from spanky.
Carl Hetherington [Tue, 10 Apr 2007 17:56:44 +0000 (17:56 +0000)]
Corrected fix for #1554 from spanky.

git-svn-id: svn://localhost/ardour2/trunk@1695 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofixes from carl for #1158 and #1554, plus better behaviour when building the region...
Paul Davis [Tue, 10 Apr 2007 14:42:11 +0000 (14:42 +0000)]
fixes from carl for #1158 and #1554, plus better behaviour when building the region boundary cache

git-svn-id: svn://localhost/ardour2/trunk@1694 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofix potential crash-causing coding errors when removing regionviews from the selection
Paul Davis [Tue, 10 Apr 2007 11:46:12 +0000 (11:46 +0000)]
fix potential crash-causing coding errors when removing regionviews from the selection

git-svn-id: svn://localhost/ardour2/trunk@1693 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoFix "Remove Last Capture"
Sampo Savolainen [Mon, 9 Apr 2007 18:44:49 +0000 (18:44 +0000)]
Fix "Remove Last Capture"

git-svn-id: svn://localhost/ardour2/trunk@1692 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agomake region opacity work again; fix several other region context menu items that...
Paul Davis [Mon, 9 Apr 2007 18:07:15 +0000 (18:07 +0000)]
make region opacity work again; fix several other region context menu items that may have been messing with region state in unforeseen ways

git-svn-id: svn://localhost/ardour2/trunk@1691 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoCorrect the usage of realpath() in cleanup
Sampo Savolainen [Mon, 9 Apr 2007 17:15:44 +0000 (17:15 +0000)]
Correct the usage of realpath() in cleanup

git-svn-id: svn://localhost/ardour2/trunk@1690 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoNew french translation by Christophe Combelles sans "Use MIDI control". Thanks Christ...
Sampo Savolainen [Mon, 9 Apr 2007 14:21:11 +0000 (14:21 +0000)]
New french translation by Christophe Combelles sans "Use MIDI control". Thanks Christophe!

git-svn-id: svn://localhost/ardour2/trunk@1688 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoRemove unused configuration parameter. My apologies to all the translators, this...
Sampo Savolainen [Mon, 9 Apr 2007 14:14:38 +0000 (14:14 +0000)]
Remove unused configuration parameter. My apologies to all the translators, this removes one (unused) string "Use MIDI control"

git-svn-id: svn://localhost/ardour2/trunk@1687 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofixed previous fix of initial autoplay issue, autoplay now works again
Jesse Chappell [Mon, 9 Apr 2007 00:54:39 +0000 (00:54 +0000)]
fixed previous fix of initial autoplay issue, autoplay now works again

git-svn-id: svn://localhost/ardour2/trunk@1686 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoChange track input connection order to be 1,2 on every track instead of odd tracks...
Sampo Savolainen [Sun, 8 Apr 2007 12:02:17 +0000 (12:02 +0000)]
Change track input connection order to be 1,2 on every track instead of odd tracks 1,2 and even tracks 2,1.

git-svn-id: svn://localhost/ardour2/trunk@1685 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoUpdated CoreAudioSource to compile again.
Taybin Rutkin [Sat, 7 Apr 2007 21:34:17 +0000 (21:34 +0000)]
Updated CoreAudioSource to compile again.
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

17 years agoupdated mac ui from ardour2_ui.rc
Jesse Chappell [Sat, 7 Apr 2007 20:05:18 +0000 (20:05 +0000)]
updated mac ui from ardour2_ui.rc

git-svn-id: svn://localhost/ardour2/trunk@1683 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agouse i18n-ed version of "master" 2.0rc1
Paul Davis [Sat, 7 Apr 2007 17:54:49 +0000 (17:54 +0000)]
use i18n-ed version of "master"

git-svn-id: svn://localhost/ardour2/trunk@1681 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agobetter variable name for midi feedback fighter. added MCU midi port to system ardour.rc
Jesse Chappell [Sat, 7 Apr 2007 17:01:33 +0000 (17:01 +0000)]
better variable name for midi feedback fighter.  added MCU midi port to system ardour.rc

git-svn-id: svn://localhost/ardour2/trunk@1680 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agofixed midi control feedback fighting
Jesse Chappell [Sat, 7 Apr 2007 15:08:37 +0000 (15:08 +0000)]
fixed midi control feedback fighting

git-svn-id: svn://localhost/ardour2/trunk@1679 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoStart bus numbering in new sessions from 1 while making sure no
Sampo Savolainen [Sat, 7 Apr 2007 13:41:27 +0000 (13:41 +0000)]
Start bus numbering in new sessions from 1 while making sure no
duplicate names are attempted.

git-svn-id: svn://localhost/ardour2/trunk@1678 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoreplaced canonicalize_file_name with realpath, which is available.
Jesse Chappell [Sat, 7 Apr 2007 02:07:59 +0000 (02:07 +0000)]
replaced canonicalize_file_name with realpath, which is available.

git-svn-id: svn://localhost/ardour2/trunk@1677 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agoadd new profile object, use it to remove certain horizontal elements from GUI if...
Paul Davis [Sat, 7 Apr 2007 00:35:07 +0000 (00:35 +0000)]
add new profile object, use it to remove certain horizontal elements from 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

17 years agomodified fix from carl for region copy-moves-original-to-start bug; change verbose...
Paul Davis [Fri, 6 Apr 2007 23:42:07 +0000 (23:42 +0000)]
modified fix from carl for region copy-moves-original-to-start bug; change 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

17 years agoThis one is for Ari Koivunen! Fixed ardour cleaning up used sources
Sampo Savolainen [Fri, 6 Apr 2007 19:41:31 +0000 (19:41 +0000)]
This one is for Ari Koivunen! Fixed ardour cleaning up used sources
during cleanup for sessions created in 0.99.x

git-svn-id: svn://localhost/ardour2/trunk@1674 d708f5d6-7413-0410-9779-e7cbd77b26cf

17 years agodon't let auditioning make transport buttons inaccessible; delete/rename snapshots...
Paul Davis [Fri, 6 Apr 2007 12:57:41 +0000 (12:57 +0000)]
don't let auditioning make transport buttons inaccessible; delete/rename snapshots (from carl & puddingpimp)

git-svn-id: svn://localhost/ardour2/trunk@1673 d708f5d6-7413-0410-9779-e7cbd77b26cf