ardour.git
15 years agoRemove unnecessary #include.
David Robillard [Fri, 3 Oct 2008 04:04:14 +0000 (04:04 +0000)]
Remove unnecessary #include.

git-svn-id: svn://localhost/ardour2/branches/3.0@3849 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoApply panners/automation patch from torbenh (Panner is-a Processor).
David Robillard [Fri, 3 Oct 2008 03:16:19 +0000 (03:16 +0000)]
Apply panners/automation patch from torbenh (Panner is-a Processor).

git-svn-id: svn://localhost/ardour2/branches/3.0@3848 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoApply automation fix patch from torbenh.
David Robillard [Fri, 3 Oct 2008 02:19:12 +0000 (02:19 +0000)]
Apply automation fix patch from torbenh.

git-svn-id: svn://localhost/ardour2/branches/3.0@3847 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix libardour library version.
David Robillard [Fri, 3 Oct 2008 02:18:55 +0000 (02:18 +0000)]
Fix libardour library version.

git-svn-id: svn://localhost/ardour2/branches/3.0@3846 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agouncomment ghostregionview destructor from merge madness
Paul Davis [Thu, 2 Oct 2008 20:25:28 +0000 (20:25 +0000)]
uncomment ghostregionview destructor from merge madness

git-svn-id: svn://localhost/ardour2/branches/3.0@3845 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agonext region list fix from chris g; more tweaks to port matrix/ioselector; remove...
Paul Davis [Wed, 1 Oct 2008 09:18:30 +0000 (09:18 +0000)]
next region list fix from chris g; more tweaks to port matrix/ioselector; remove spurious _y_position from audio_region_view

git-svn-id: svn://localhost/ardour2/branches/3.0@3844 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd waf build script.
David Robillard [Tue, 30 Sep 2008 15:34:54 +0000 (15:34 +0000)]
Add waf build script.

git-svn-id: svn://localhost/ardour2/branches/3.0@3843 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMove midi_util.h.
David Robillard [Tue, 30 Sep 2008 15:19:49 +0000 (15:19 +0000)]
Move midi_util.h.
Fix building without aubio.

git-svn-id: svn://localhost/ardour2/branches/3.0@3842 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoremove pointless JACK error message; don't add every track as an automatic bundle...
Paul Davis [Tue, 30 Sep 2008 14:34:24 +0000 (14:34 +0000)]
remove pointless JACK error message; don't add every track as an automatic bundle, just busses

git-svn-id: svn://localhost/ardour2/branches/3.0@3841 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agomore tweaks to the IO Selector
Paul Davis [Tue, 30 Sep 2008 14:18:15 +0000 (14:18 +0000)]
more tweaks to the IO Selector

git-svn-id: svn://localhost/ardour2/branches/3.0@3840 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSeparate low level details of SMF reading/writing from concept of 'midi source in...
David Robillard [Tue, 30 Sep 2008 00:45:26 +0000 (00:45 +0000)]
Separate low level details of SMF reading/writing from concept of 'midi source in ardour'.

git-svn-id: svn://localhost/ardour2/branches/3.0@3839 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoCan't call the wrong function when there's only one of them: remove ARDOUR::Parameter...
David Robillard [Mon, 29 Sep 2008 22:47:40 +0000 (22:47 +0000)]
Can't call the wrong function when there's only one of them: remove ARDOUR::Parameter and just use Evoral::Parameter (move Ardour specific functionality to EventTypeMap where it belongs).
Less than pretty in places but easily seddable just in case...

git-svn-id: svn://localhost/ardour2/branches/3.0@3838 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove ARDOUR::Parameter::is_integer.
David Robillard [Mon, 29 Sep 2008 20:50:21 +0000 (20:50 +0000)]
Remove ARDOUR::Parameter::is_integer.

git-svn-id: svn://localhost/ardour2/branches/3.0@3837 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRelayer punch/loop range rects, fix display of punch-in with no punch-out, ensure...
Nick Mainsbridge [Mon, 29 Sep 2008 20:35:44 +0000 (20:35 +0000)]
Relayer punch/loop range rects, fix display of punch-in with no punch-out, ensure range selection rect is hidden after single click.

git-svn-id: svn://localhost/ardour2/branches/3.0@3836 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* Fixed const correctness error in Location
Sakari Bergen [Mon, 29 Sep 2008 17:01:52 +0000 (17:01 +0000)]
* Fixed const correctness error in Location
* Reworked ExportMainDialog in preparation for the creation of CD and region export dialogs:
  * Separated ExportPresetSelector and ExportFileNotebook from ExportMainDialog
  * Made ExportTimespanSelector polymorphic regarding single/multiple timespan mode
  * renamed ExportMainDialog to ExportDialog and made it easily customizable
  * created ExportRangeDialog and ExportSelectionDialog, these can be later customized more if necessary

git-svn-id: svn://localhost/ardour2/branches/3.0@3834 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDelete the other export dialog file also...
Sakari Bergen [Mon, 29 Sep 2008 16:49:17 +0000 (16:49 +0000)]
Delete the other export dialog file also...

git-svn-id: svn://localhost/ardour2/branches/3.0@3833 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDeleted old export dialog file
Sakari Bergen [Mon, 29 Sep 2008 16:45:52 +0000 (16:45 +0000)]
Deleted old export dialog file

git-svn-id: svn://localhost/ardour2/branches/3.0@3832 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agosubtle but important changes to IO Selector widgets etc.
Paul Davis [Mon, 29 Sep 2008 13:34:35 +0000 (13:34 +0000)]
subtle but important changes to IO Selector widgets etc.

git-svn-id: svn://localhost/ardour2/branches/3.0@3830 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMade Export format compatibility checking a bit more robust
Sakari Bergen [Mon, 29 Sep 2008 10:02:35 +0000 (10:02 +0000)]
Made Export format compatibility checking a bit more robust

git-svn-id: svn://localhost/ardour2/branches/3.0@3829 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agostill call Port::cycle_start() for output ports; remove otification calls from Playli...
Paul Davis [Mon, 29 Sep 2008 09:44:25 +0000 (09:44 +0000)]
still call Port::cycle_start() for output ports; remove otification calls from Playlist::add_region() (torben)

git-svn-id: svn://localhost/ardour2/branches/3.0@3828 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove unused can_send_feedback API.
David Robillard [Mon, 29 Sep 2008 02:02:24 +0000 (02:02 +0000)]
Remove unused can_send_feedback API.

git-svn-id: svn://localhost/ardour2/branches/3.0@3827 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoPlugin automation fixes from torbenh.
David Robillard [Mon, 29 Sep 2008 01:22:21 +0000 (01:22 +0000)]
Plugin automation fixes from torbenh.

git-svn-id: svn://localhost/ardour2/branches/3.0@3826 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoJackPort::connect() fixup from torben
Paul Davis [Sun, 28 Sep 2008 23:13:16 +0000 (23:13 +0000)]
JackPort::connect() fixup from torben

git-svn-id: svn://localhost/ardour2/branches/3.0@3825 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix up botched changes from earlier /* blush */
Paul Davis [Sun, 28 Sep 2008 22:56:43 +0000 (22:56 +0000)]
fix up botched changes from earlier /* blush */

git-svn-id: svn://localhost/ardour2/branches/3.0@3824 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix shadowing problem with *Control::set_value.
David Robillard [Sun, 28 Sep 2008 21:20:43 +0000 (21:20 +0000)]
Fix shadowing problem with *Control::set_value.
Fix nasty situation when setting value on a plugin automation control that's playing back.

git-svn-id: svn://localhost/ardour2/branches/3.0@3823 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoprepare_input/cycle_start fix up round 2 (torben's location); torben's fix for autoco...
Paul Davis [Sun, 28 Sep 2008 21:09:58 +0000 (21:09 +0000)]
prepare_input/cycle_start fix up round 2 (torben's location); torben's fix for autoconnect

git-svn-id: svn://localhost/ardour2/branches/3.0@3822 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agochanges from torben for processor/plugin count determination and other fixes; rework...
Paul Davis [Sun, 28 Sep 2008 20:40:53 +0000 (20:40 +0000)]
changes from torben for processor/plugin count determination and other fixes; rework cycle_start() mess, first pass

git-svn-id: svn://localhost/ardour2/branches/3.0@3821 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoregion list patch #2 from chris g, slightly reworked by me; sv_se po changes, possibl...
Paul Davis [Sun, 28 Sep 2008 19:47:45 +0000 (19:47 +0000)]
region list patch #2 from chris g, slightly reworked by me; sv_se po changes, possibly borked

git-svn-id: svn://localhost/ardour2/branches/3.0@3820 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoInvalidate line cache when zoomed out to invisible line levels.
David Robillard [Sun, 28 Sep 2008 15:22:07 +0000 (15:22 +0000)]
Invalidate line cache when zoomed out to invisible line levels.
Reduce line cache size to 128.

git-svn-id: svn://localhost/ardour2/branches/3.0@3819 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* Improved export error handling, streamlined ExportFailed
Sakari Bergen [Sun, 28 Sep 2008 11:11:38 +0000 (11:11 +0000)]
* Improved export error handling, streamlined ExportFailed
* Cleaned out export related visibility in Session, and simpified Session <--> export component communication in general
* Removed export_status.h header dependency from session.h
* Added check for libsndfile FLAC and Ogg Vorbis compatibility
* Added ExportFileFactory, leading in cleaner code in ExportProcessor, and better extensibility for possible future non-libsndfile formats

git-svn-id: svn://localhost/ardour2/branches/3.0@3818 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix warnings.
David Robillard [Sat, 27 Sep 2008 18:07:37 +0000 (18:07 +0000)]
Fix warnings.
Mostly fix MIDI track resizing wackiness (from torbenh).

git-svn-id: svn://localhost/ardour2/branches/3.0@3817 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix initialization of ancestral region info in region copy constructor (dup'ed from...
Paul Davis [Sat, 27 Sep 2008 06:53:34 +0000 (06:53 +0000)]
fix initialization of ancestral region info in region copy constructor (dup'ed from 2.X)

git-svn-id: svn://localhost/ardour2/branches/3.0@3815 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agominor optimization tweak for metering
Paul Davis [Sat, 27 Sep 2008 06:52:27 +0000 (06:52 +0000)]
minor optimization tweak for metering

git-svn-id: svn://localhost/ardour2/branches/3.0@3814 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agorobustify MidiModel::unmarshal_note()
Paul Davis [Sat, 27 Sep 2008 06:51:23 +0000 (06:51 +0000)]
robustify MidiModel::unmarshal_note()

git-svn-id: svn://localhost/ardour2/branches/3.0@3813 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix crash when setting automation mode on non-region automation tracks.
David Robillard [Fri, 26 Sep 2008 21:02:33 +0000 (21:02 +0000)]
Fix crash when setting automation mode on non-region automation tracks.

git-svn-id: svn://localhost/ardour2/branches/3.0@3812 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove duplicate and always NULL Session peak functions.
David Robillard [Fri, 26 Sep 2008 19:26:17 +0000 (19:26 +0000)]
Remove duplicate and always NULL Session peak functions.

git-svn-id: svn://localhost/ardour2/branches/3.0@3811 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix audio region copy-drag, partially fix MIDI region copy-drag (thanks torbenh).
David Robillard [Fri, 26 Sep 2008 17:18:22 +0000 (17:18 +0000)]
Fix audio region copy-drag, partially fix MIDI region copy-drag (thanks torbenh).

git-svn-id: svn://localhost/ardour2/branches/3.0@3809 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoImproved ExportProfileManager error handling, and added some missing (?) initialization
Sakari Bergen [Fri, 26 Sep 2008 12:33:16 +0000 (12:33 +0000)]
Improved ExportProfileManager error handling, and added some missing (?) initialization

git-svn-id: svn://localhost/ardour2/branches/3.0@3807 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove obsolete file, that has been lying around...
Sakari Bergen [Fri, 26 Sep 2008 08:34:45 +0000 (08:34 +0000)]
Remove obsolete file, that has been lying around...

git-svn-id: svn://localhost/ardour2/branches/3.0@3806 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd Import from session -functionality
Sakari Bergen [Fri, 26 Sep 2008 08:29:30 +0000 (08:29 +0000)]
Add Import from session -functionality

git-svn-id: svn://localhost/ardour2/branches/3.0@3805 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSuperficial code cleanup.
David Robillard [Wed, 24 Sep 2008 19:39:01 +0000 (19:39 +0000)]
Superficial code cleanup.

git-svn-id: svn://localhost/ardour2/branches/3.0@3804 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix feedback loop while track resizing
Nick Mainsbridge [Wed, 24 Sep 2008 19:23:43 +0000 (19:23 +0000)]
fix feedback loop while track resizing

git-svn-id: svn://localhost/ardour2/branches/3.0@3803 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix headers not resizing properly when all tracks set to minimum height, then expande...
Nick Mainsbridge [Wed, 24 Sep 2008 09:59:17 +0000 (09:59 +0000)]
fix headers not resizing properly when all tracks set to minimum height, then expanded again, no need to redisplay tempo when altering ruler visibility (allocation takes care of that)

git-svn-id: svn://localhost/ardour2/branches/3.0@3801 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoBetter line cache. Without a tempo change occurring, lines are never moved (except...
David Robillard [Wed, 24 Sep 2008 01:45:03 +0000 (01:45 +0000)]
Better line cache.  Without a tempo change occurring, lines are never moved (except to 'steal' from outside the visible range).
Scrolling left now gets perfect cache hits as well as scrolling right, and steals minimally from the right.

git-svn-id: svn://localhost/ardour2/branches/3.0@3800 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAn actual tempo line cache (not quite perfect when scrolling left, but miles ahead...
David Robillard [Tue, 23 Sep 2008 22:23:39 +0000 (22:23 +0000)]
An actual tempo line cache (not quite perfect when scrolling left, but miles ahead of the previous one didn't really help at all).
Tempo line updating done immediately/directly rather than in an idle handler.
Looking for feedback how this works for other people, performance wise...
Feel-wise, the obvious lag between scrolling and tempo lines being drawn is now gone.

git-svn-id: svn://localhost/ardour2/branches/3.0@3799 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoThe petty tidying up remnants of a noble, yet utterly failed, tempo lines experiment.
David Robillard [Tue, 23 Sep 2008 17:53:52 +0000 (17:53 +0000)]
The petty tidying up remnants of a noble, yet utterly failed, tempo lines experiment.

git-svn-id: svn://localhost/ardour2/branches/3.0@3798 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMake PBD::SearchPath less silly/boilerplatey.
David Robillard [Tue, 23 Sep 2008 15:55:34 +0000 (15:55 +0000)]
Make PBD::SearchPath less silly/boilerplatey.
Remove unnecessary copy in find_matching_files_in_search_path.

git-svn-id: svn://localhost/ardour2/branches/3.0@3797 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix merge regression: use TempoLines class instead of same built in to editor.
David Robillard [Tue, 23 Sep 2008 14:36:26 +0000 (14:36 +0000)]
Fix merge regression: use TempoLines class instead of same built in to editor.

git-svn-id: svn://localhost/ardour2/branches/3.0@3795 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoEliminate a ton of unnecessary complete redrawing in MIDI stream views:
David Robillard [Tue, 23 Sep 2008 02:40:29 +0000 (02:40 +0000)]
Eliminate a ton of unnecessary complete redrawing in MIDI stream views:
Only resize vertically (don't reaload model) on range changes.
Keep track of range in model while loading (writing to model), rather than double display MIDI regions to find out.
Don't go crazy and chew CPU blinking around and doing nothing on initial show of MIDI track context menu.
Change radio 'full range' and 'contents range' menu items to non-radio actions that just set the range appropriately.
Fix crashes on some esoteric case of control data I can't figure out, but fixed anyway, so I guess it all worked out well in the end for everybody.

git-svn-id: svn://localhost/ardour2/branches/3.0@3794 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFixed overflow issue. Code originally meant to truncate the 64 bit integer did not...
Sampo Savolainen [Mon, 22 Sep 2008 20:44:46 +0000 (20:44 +0000)]
Fixed overflow issue. Code originally meant to truncate the 64 bit integer did not work as assembler doesn't "cast" variables like C does. get_cycles() was passing the memory address of a 32 bit unsigned int to the x86 call which required 64 bits of storage space. The extra 32 bits corrupted whatever was on the stack next to the variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@3793 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSpeed up MIDI import (and non-cached cases of ControlList::eval) by a factor of rough...
David Robillard [Mon, 22 Sep 2008 17:47:21 +0000 (17:47 +0000)]
Speed up MIDI import (and non-cached cases of ControlList::eval) by a factor of roughly eleventy billion.

git-svn-id: svn://localhost/ardour2/branches/3.0@3790 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoShow file selector in import dialog (how that one happened I don't know).
David Robillard [Mon, 22 Sep 2008 17:24:39 +0000 (17:24 +0000)]
Show file selector in import dialog (how that one happened I don't know).
MIDI import works, but is sloooooooooowwwwwwwww for some reason...

git-svn-id: svn://localhost/ardour2/branches/3.0@3789 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix loading midi controller data.
David Robillard [Mon, 22 Sep 2008 16:59:32 +0000 (16:59 +0000)]
Fix loading midi controller data.

git-svn-id: svn://localhost/ardour2/branches/3.0@3788 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSet add route dialog non-resizeable so WMs size it more sensibly (looked ridiculous...
David Robillard [Mon, 22 Sep 2008 16:44:06 +0000 (16:44 +0000)]
Set add route dialog non-resizeable so WMs size it more sensibly (looked ridiculous in ion3).

git-svn-id: svn://localhost/ardour2/branches/3.0@3786 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMove event specific ringbuffer stuff to evoral.
David Robillard [Mon, 22 Sep 2008 16:28:02 +0000 (16:28 +0000)]
Move event specific ringbuffer stuff to evoral.
Sane event type interface between evoral and libardour (no more shared magic numbers).
Cleanup Evoral::Sequence iterator, fix bugs, probably introduce new ones.
Move MIDI specific event functions to Evoral::MIDIEvent (is-a Evoral::Event).

git-svn-id: svn://localhost/ardour2/branches/3.0@3785 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agochange design for how certain region list items operate if there are multiple regions...
Paul Davis [Mon, 22 Sep 2008 05:59:17 +0000 (05:59 +0000)]
change design for how certain region list items operate if there are multiple regions selected, add glue-to-bars-and-beats even when there are multiple regions selected

git-svn-id: svn://localhost/ardour2/branches/3.0@3784 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago- Call channel pressure channel pressure, not aftertouch (that's key specific).
David Robillard [Sun, 21 Sep 2008 18:08:18 +0000 (18:08 +0000)]
- Call channel pressure channel pressure, not aftertouch (that's key specific).
- Add context menu items to add a bender or pressure automation track to a MIDI track.
- Now just need to figure out creation of program change events and you can create
  everything MIDI ardour understands from the GUI...

git-svn-id: svn://localhost/ardour2/branches/3.0@3782 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix CC interpolation (i.e. output a maximum reslution stream of CC for a line segment).
David Robillard [Sun, 21 Sep 2008 17:11:11 +0000 (17:11 +0000)]
Fix CC interpolation (i.e. output a maximum reslution stream of CC for a line segment).

git-svn-id: svn://localhost/ardour2/branches/3.0@3781 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix crash on dragging a region with a visible automation region that has no line.
David Robillard [Sun, 21 Sep 2008 16:35:55 +0000 (16:35 +0000)]
Fix crash on dragging a region with a visible automation region that has no line.

git-svn-id: svn://localhost/ardour2/branches/3.0@3780 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDisplay recorded controller data (fix show all/existing automation).
David Robillard [Sun, 21 Sep 2008 16:17:02 +0000 (16:17 +0000)]
Display recorded controller data (fix show all/existing automation).

git-svn-id: svn://localhost/ardour2/branches/3.0@3779 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* Added filename extension definitions for export presets and format profiles
Sakari Bergen [Sat, 20 Sep 2008 22:06:02 +0000 (22:06 +0000)]
* Added filename extension definitions for export presets and format profiles
* Export Preset widget doesn't allow overwriting existing presets
* Some error detection for export preset loading
* Moved some serialization code away from ExportProfileManager to respective classes

git-svn-id: svn://localhost/ardour2/branches/3.0@3778 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix precedence error.
David Robillard [Sat, 20 Sep 2008 19:02:58 +0000 (19:02 +0000)]
Fix precedence error.

git-svn-id: svn://localhost/ardour2/branches/3.0@3777 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove libraries['flac'] and libraries['ogg̈́'] from SConstruct and references to...
Sakari Bergen [Sat, 20 Sep 2008 18:32:50 +0000 (18:32 +0000)]
Remove libraries['flac'] and libraries['oggÍ„'] from SConstruct and references to them from vst/SConscript

git-svn-id: svn://localhost/ardour2/branches/3.0@3776 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove ogg and flac compile flags from libs/ardour and gtk2_ardour. This removes...
Sakari Bergen [Sat, 20 Sep 2008 17:30:24 +0000 (17:30 +0000)]
Remove ogg and flac compile flags from libs/ardour and gtk2_ardour. This removes the FLAC/assert.h problem.

git-svn-id: svn://localhost/ardour2/branches/3.0@3774 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix sigc building.
David Robillard [Sat, 20 Sep 2008 15:49:48 +0000 (15:49 +0000)]
Fix sigc building.

git-svn-id: svn://localhost/ardour2/branches/3.0@3773 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDon't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing inste...
Nick Mainsbridge [Sat, 20 Sep 2008 09:06:49 +0000 (09:06 +0000)]
Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, fix puzzling ineffective thinko wrt region movement, show/hide playhead more sensibly.

git-svn-id: svn://localhost/ardour2/branches/3.0@3771 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix region dragging.
David Robillard [Fri, 19 Sep 2008 19:49:13 +0000 (19:49 +0000)]
Fix region dragging.

git-svn-id: svn://localhost/ardour2/branches/3.0@3770 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMerge all the (disconcertingly missing) track/region/etc height changes from 2.0.
David Robillard [Fri, 19 Sep 2008 19:32:10 +0000 (19:32 +0000)]
Merge all the (disconcertingly missing) track/region/etc height changes from 2.0.
Fix track y positioning and initial region size/location.
Fix automation click-to-add-points (i.e. points actually show up where you click).
Fancy whiz-bang dynamic resize 2.0 professional edition support for MIDI/CC/Automation tracks/regions.

git-svn-id: svn://localhost/ardour2/branches/3.0@3769 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRestore visible CC/etc automation tracks on session load.
David Robillard [Fri, 19 Sep 2008 17:24:52 +0000 (17:24 +0000)]
Restore visible CC/etc automation tracks on session load.
Fix CC/channel mismatch when creating a new CC track.
Always display CC with 1-based numbering (like channel).

git-svn-id: svn://localhost/ardour2/branches/3.0@3763 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years ago* Added PBD::UUID
Sakari Bergen [Fri, 19 Sep 2008 16:56:01 +0000 (16:56 +0000)]
* Added PBD::UUID
* uuid headers are needed for building!
* Export presets and format profiles use UUID
* Moved ExportPreset class away from ExportProfileManager
* Workaround for Gtk::NoteBook bug in ExportMainDialog

git-svn-id: svn://localhost/ardour2/branches/3.0@3762 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix paul's spacey tabs mucking up everything :)
David Robillard [Fri, 19 Sep 2008 14:55:46 +0000 (14:55 +0000)]
Fix paul's spacey tabs mucking up everything :)

git-svn-id: svn://localhost/ardour2/branches/3.0@3761 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agochris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilat...
Paul Davis [Fri, 19 Sep 2008 14:38:46 +0000 (14:38 +0000)]
chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral

git-svn-id: svn://localhost/ardour2/branches/3.0@3760 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix parameter range stuff and automation time axis height (somewhat...).
David Robillard [Fri, 19 Sep 2008 06:30:49 +0000 (06:30 +0000)]
Fix parameter range stuff and automation time axis height (somewhat...).
Create a new AutomationLine when an AutomationRegionView without a line is clicked.

git-svn-id: svn://localhost/ardour2/branches/3.0@3757 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix crash on recording MIDI CC.
David Robillard [Fri, 19 Sep 2008 01:46:15 +0000 (01:46 +0000)]
Fix crash on recording MIDI CC.

git-svn-id: svn://localhost/ardour2/branches/3.0@3756 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoTidy.
David Robillard [Fri, 19 Sep 2008 01:16:44 +0000 (01:16 +0000)]
Tidy.

git-svn-id: svn://localhost/ardour2/branches/3.0@3755 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFactor out sequencing related things into an independant new library: "evoral".
David Robillard [Fri, 19 Sep 2008 00:47:49 +0000 (00:47 +0000)]
Factor out sequencing related things into an independant new library: "evoral".
Anything related to the storage of events/values over a range of time lives in evoral.
This includes MidiModel (Evoral::Sequence) and automation data (AutomationList (Evoral::ControlList),
Automatable (Evoral::ControlSet), etc).
libs/evoral synced with http://svn.drobilla.net/lad/trunk/evoral r1511.

git-svn-id: svn://localhost/ardour2/branches/3.0@3754 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix placement of automation child tracks.
David Robillard [Thu, 18 Sep 2008 17:42:11 +0000 (17:42 +0000)]
Fix placement of automation child tracks.

git-svn-id: svn://localhost/ardour2/branches/3.0@3753 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix SYSLIBS=1
David Robillard [Thu, 18 Sep 2008 14:09:45 +0000 (14:09 +0000)]
Fix SYSLIBS=1

git-svn-id: svn://localhost/ardour2/branches/3.0@3752 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoremove typo in last commit
Nick Mainsbridge [Thu, 18 Sep 2008 00:16:16 +0000 (00:16 +0000)]
remove typo in last commit

git-svn-id: svn://localhost/ardour2/branches/3.0@3750 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix indentation.
David Robillard [Wed, 17 Sep 2008 22:50:57 +0000 (22:50 +0000)]
Fix indentation.

git-svn-id: svn://localhost/ardour2/branches/3.0@3749 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix sndfile pkg-config name and SYSLIBS.
David Robillard [Wed, 17 Sep 2008 21:48:57 +0000 (21:48 +0000)]
Fix sndfile pkg-config name and SYSLIBS.

git-svn-id: svn://localhost/ardour2/branches/3.0@3748 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix bugs in BroadcastInfo, and use it in SndfileSource
Sakari Bergen [Wed, 17 Sep 2008 20:34:31 +0000 (20:34 +0000)]
Fix bugs in BroadcastInfo, and use it in SndfileSource

git-svn-id: svn://localhost/ardour2/branches/3.0@3747 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoremove duplicate/wrong includes in last commit.
Nick Mainsbridge [Wed, 17 Sep 2008 19:18:08 +0000 (19:18 +0000)]
remove duplicate/wrong includes in last commit.

git-svn-id: svn://localhost/ardour2/branches/3.0@3745 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix track height, partial merge of recent 2.0 updates (speed up track resizing, fix...
Nick Mainsbridge [Wed, 17 Sep 2008 19:04:16 +0000 (19:04 +0000)]
Fix track height, partial merge of recent 2.0 updates (speed up track resizing, fix disappearing automation controls), rework layers and groups on canvas.

git-svn-id: svn://localhost/ardour2/branches/3.0@3744 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agogcc-4.3 include fixes
Sakari Bergen [Wed, 17 Sep 2008 16:35:05 +0000 (16:35 +0000)]
gcc-4.3 include fixes

git-svn-id: svn://localhost/ardour2/branches/3.0@3743 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd taglib to LD_LIBRARY_PATH in ardev_common.sh.in
Sakari Bergen [Wed, 17 Sep 2008 15:12:41 +0000 (15:12 +0000)]
Add taglib to LD_LIBRARY_PATH in ardev_common.sh.in

git-svn-id: svn://localhost/ardour2/branches/3.0@3742 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoYet another file missing from me
Sakari Bergen [Wed, 17 Sep 2008 13:25:32 +0000 (13:25 +0000)]
Yet another file missing from me

git-svn-id: svn://localhost/ardour2/branches/3.0@3741 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agonew files from sakari, missed last time
Paul Davis [Wed, 17 Sep 2008 12:58:33 +0000 (12:58 +0000)]
new files from sakari, missed last time

git-svn-id: svn://localhost/ardour2/branches/3.0@3740 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agonew files from sakari, missed last time
Paul Davis [Wed, 17 Sep 2008 12:56:41 +0000 (12:56 +0000)]
new files from sakari, missed last time

git-svn-id: svn://localhost/ardour2/branches/3.0@3739 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agonew files from sakari, missed last time
Paul Davis [Wed, 17 Sep 2008 12:56:00 +0000 (12:56 +0000)]
new files from sakari, missed last time

git-svn-id: svn://localhost/ardour2/branches/3.0@3738 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agobuild fixes for external libsndfile, plus make ogg & FLAC required libs now
Paul Davis [Wed, 17 Sep 2008 11:26:31 +0000 (11:26 +0000)]
build fixes for external libsndfile, plus make ogg & FLAC required libs now

git-svn-id: svn://localhost/ardour2/branches/3.0@3737 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agomerge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib
Paul Davis [Wed, 17 Sep 2008 08:44:51 +0000 (08:44 +0000)]
merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib

git-svn-id: svn://localhost/ardour2/branches/3.0@3736 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDon't dump immediate events.
David Robillard [Mon, 15 Sep 2008 01:31:51 +0000 (01:31 +0000)]
Don't dump immediate events.

git-svn-id: svn://localhost/ardour2/branches/3.0@3731 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoPrevent tempo lines from stealing events, but break marker bars visually when scrolle...
David Robillard [Sun, 14 Sep 2008 23:08:19 +0000 (23:08 +0000)]
Prevent tempo lines from stealing events, but break marker bars visually when scrolled down...

git-svn-id: svn://localhost/ardour2/branches/3.0@3730 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoShow tempo lines above marker bars.
David Robillard [Sun, 14 Sep 2008 21:15:08 +0000 (21:15 +0000)]
Show tempo lines above marker bars.

git-svn-id: svn://localhost/ardour2/branches/3.0@3729 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agomore GUI tweaks
Paul Davis [Sun, 14 Sep 2008 19:52:34 +0000 (19:52 +0000)]
more GUI tweaks

git-svn-id: svn://localhost/ardour2/branches/3.0@3728 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix events for MIDI region views (though coordinates seem to be a bit off).
David Robillard [Sun, 14 Sep 2008 19:14:12 +0000 (19:14 +0000)]
Fix events for MIDI region views (though coordinates seem to be a bit off).

git-svn-id: svn://localhost/ardour2/branches/3.0@3727 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMore gracefully handle type mismatch errors when doing playlist things (just ignore...
David Robillard [Sun, 14 Sep 2008 19:01:08 +0000 (19:01 +0000)]
More gracefully handle type mismatch errors when doing playlist things (just ignore regions with the wrong type for this playlist).

git-svn-id: svn://localhost/ardour2/branches/3.0@3726 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix deleting of MIDI regions.
David Robillard [Sun, 14 Sep 2008 18:12:37 +0000 (18:12 +0000)]
Fix deleting of MIDI regions.

git-svn-id: svn://localhost/ardour2/branches/3.0@3725 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix stacking of MIDI stream views to match that of audio.
David Robillard [Sun, 14 Sep 2008 18:08:58 +0000 (18:08 +0000)]
Fix stacking of MIDI stream views to match that of audio.
Make copy and brush operations type generic (i.e. fix brushing for MIDI regions).

git-svn-id: svn://localhost/ardour2/branches/3.0@3724 d708f5d6-7413-0410-9779-e7cbd77b26cf