ardour.git
14 years agodo not allow smf_source's reads to stomp on cached read_end position in parent class...
Paul Davis [Wed, 16 Sep 2009 01:08:51 +0000 (01:08 +0000)]
do not allow smf_source's reads to stomp on cached read_end position in parent class, which creates chaos by being out of sync with MidiSource::_model_iterator. this doesn't totally fix MIDI playback, but it helps

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

14 years agoNormalise names of .cc and .h files.
Carl Hetherington [Tue, 15 Sep 2009 16:49:15 +0000 (16:49 +0000)]
Normalise names of .cc and .h files.

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

14 years agoFix some warnings.
Carl Hetherington [Tue, 15 Sep 2009 15:23:59 +0000 (15:23 +0000)]
Fix some warnings.

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

14 years agofix up marshall/unmarshall of note data for MidiModel::DiffCommand
Paul Davis [Mon, 14 Sep 2009 16:01:32 +0000 (16:01 +0000)]
fix up marshall/unmarshall of note data for MidiModel::DiffCommand

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

14 years agopermit sends to show up in processor box, by handling delete event and sending Finish...
Paul Davis [Sun, 13 Sep 2009 02:03:04 +0000 (02:03 +0000)]
permit sends to show up in processor box, by handling delete event and sending Finished from IOSelectorWindow

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

14 years agoadd MIDI panic action (which has to be on a menu, sigh ... stupid GTK)
Paul Davis [Sat, 12 Sep 2009 17:49:57 +0000 (17:49 +0000)]
add MIDI panic action (which has to be on a menu, sigh ... stupid GTK)

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

14 years agofix note selection behaviour, hopefully ... perhaps
Paul Davis [Sat, 12 Sep 2009 16:46:19 +0000 (16:46 +0000)]
fix note selection behaviour, hopefully ... perhaps

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

14 years agotrack note on/off and send appropriate note offs at transport stop
Paul Davis [Fri, 11 Sep 2009 13:25:31 +0000 (13:25 +0000)]
track note on/off and send appropriate note offs at transport stop

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

14 years agosave & restore internal-edit status
Paul Davis [Fri, 11 Sep 2009 02:01:16 +0000 (02:01 +0000)]
save & restore internal-edit status

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

14 years agoadd step-rest keybinding for step editing
Paul Davis [Thu, 10 Sep 2009 22:20:37 +0000 (22:20 +0000)]
add step-rest keybinding for step editing

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

14 years agodo not crash when loading old history files with MIDI edits; add all notes in region...
Paul Davis [Thu, 10 Sep 2009 21:19:01 +0000 (21:19 +0000)]
do not crash when loading old history files with MIDI edits; add all notes in region to canvas, but pay attention to visibility

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

14 years agomore MIDI editing cleanups, mostly fixing subtleties. Will break loading the history...
Paul Davis [Thu, 10 Sep 2009 20:41:08 +0000 (20:41 +0000)]
more MIDI editing cleanups, mostly fixing subtleties. Will break loading the history file for older sessions with MIDI editing present - we warned you :)

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

14 years agore-use canvas note items when the model changes ; slightly more efficient (probably...
Paul Davis [Wed, 9 Sep 2009 16:46:18 +0000 (16:46 +0000)]
re-use canvas note items when the model changes ; slightly more efficient (probably) and avoids invalidating references to said items in, for example, ResizeData in a copied region

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

14 years agoClean up some confusion about offering a denormalize menu option when a region may...
Carl Hetherington [Wed, 9 Sep 2009 16:39:33 +0000 (16:39 +0000)]
Clean up some confusion about offering a denormalize menu option when a region may not necessarily be normalized.

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

14 years agoFix warning.
Carl Hetherington [Wed, 9 Sep 2009 16:38:45 +0000 (16:38 +0000)]
Fix warning.

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

14 years agoFix warning.
Carl Hetherington [Wed, 9 Sep 2009 16:38:32 +0000 (16:38 +0000)]
Fix warning.

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

14 years agoRemove excess menu separator.
Carl Hetherington [Wed, 9 Sep 2009 16:25:16 +0000 (16:25 +0000)]
Remove excess menu separator.

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

14 years agoFix mantis 1814.
Carl Hetherington [Wed, 9 Sep 2009 15:09:08 +0000 (15:09 +0000)]
Fix mantis 1814.

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

14 years agoApply olaf's patch from mantis 2844 to fix that. Also fix non-appearing peakfiles...
Carl Hetherington [Wed, 9 Sep 2009 15:00:54 +0000 (15:00 +0000)]
Apply olaf's patch from mantis 2844 to fix that.  Also fix non-appearing peakfiles on reversed regions.

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

14 years agoComment.
Carl Hetherington [Wed, 9 Sep 2009 15:00:01 +0000 (15:00 +0000)]
Comment.

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

14 years agotime line items now have 64 bit location + duration; start making note resize apply...
Paul Davis [Wed, 9 Sep 2009 02:09:04 +0000 (02:09 +0000)]
time line items now have 64 bit location + duration; start making note resize apply across regions

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

14 years agomove note drag & note resize mouse handling up into the Drag/Editor infrastructure...
Paul Davis [Tue, 8 Sep 2009 21:45:44 +0000 (21:45 +0000)]
move note drag & note resize mouse handling up into the Drag/Editor infrastructure/level

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

14 years agouse diff commands for quantize, with infrastructure changes as required
Paul Davis [Mon, 7 Sep 2009 16:53:53 +0000 (16:53 +0000)]
use diff commands for quantize, with infrastructure changes as required

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

14 years agoadd anonymous union to DiffCommand to allow uint8t_t and time-based arguments; use...
Paul Davis [Mon, 7 Sep 2009 13:38:06 +0000 (13:38 +0000)]
add anonymous union to DiffCommand to allow uint8t_t and time-based arguments; use DiffCommand for note trimming

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

14 years agothe start (only the start) of MIDI diff commands
Paul Davis [Sun, 6 Sep 2009 18:11:55 +0000 (18:11 +0000)]
the start (only the start) of MIDI diff commands

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

14 years agojust one timeout callback for step editing, not one per track
Paul Davis [Sat, 5 Sep 2009 14:11:48 +0000 (14:11 +0000)]
just one timeout callback for step editing, not one per track

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

14 years agobetter way to "engage" step edit, and extend region correctly as needed
Paul Davis [Thu, 3 Sep 2009 14:50:21 +0000 (14:50 +0000)]
better way to "engage" step edit, and extend region correctly as needed

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

14 years agothe basics of step editing, more details to follow
Paul Davis [Thu, 3 Sep 2009 12:39:50 +0000 (12:39 +0000)]
the basics of step editing, more details to follow

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

14 years agoDuh, the info stream is available here, so use it.
Carl Hetherington [Thu, 3 Sep 2009 01:08:39 +0000 (01:08 +0000)]
Duh, the info stream is available here, so use it.

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

14 years agoGive a slightly friendlier error if no powermate device is found on startup.
Carl Hetherington [Thu, 3 Sep 2009 01:06:45 +0000 (01:06 +0000)]
Give a slightly friendlier error if no powermate device is found on startup.

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

14 years agoMake sure wscripts under libs/surfaces/* are configured. This fixes the OSC surface...
Carl Hetherington [Thu, 3 Sep 2009 00:38:34 +0000 (00:38 +0000)]
Make sure wscripts under libs/surfaces/* are configured.  This fixes the OSC surface build, as it now links with liblo.

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

14 years agoDon't raise an error when trying to auto-connect master to physical outputs if the...
Carl Hetherington [Thu, 3 Sep 2009 00:12:57 +0000 (00:12 +0000)]
Don't raise an error when trying to auto-connect master to physical outputs if the connection already exists.

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

14 years agoHandle mouse events over crossfades properly (or better) when in stacked region mode.
Carl Hetherington [Wed, 2 Sep 2009 23:55:09 +0000 (23:55 +0000)]
Handle mouse events over crossfades properly (or better) when in stacked region mode.

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

14 years agoModified version of Hans' patch for mantis 1985. Also remove unused port_connections...
Carl Hetherington [Wed, 2 Sep 2009 22:59:12 +0000 (22:59 +0000)]
Modified version of Hans' patch for mantis 1985.  Also remove unused port_connections array in AudioEngine.

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

14 years agoClear out any command line session name on closing a session so that the same session...
Carl Hetherington [Wed, 2 Sep 2009 22:19:50 +0000 (22:19 +0000)]
Clear out any command line session name on closing a session so that the same session isn't just reloaded straight away.

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

14 years agoFix erroneous parameter passed to Editor::motion_handler. Makes autoscroll work...
Carl Hetherington [Wed, 2 Sep 2009 22:02:34 +0000 (22:02 +0000)]
Fix erroneous parameter passed to Editor::motion_handler.  Makes autoscroll work again in various drags.

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

14 years agoPut advanced bits in an expander. Still need to make the export code default to...
Carl Hetherington [Tue, 1 Sep 2009 20:14:13 +0000 (20:14 +0000)]
Put advanced bits in an expander.  Still need to make the export code default to exporting the master bus from the whole session, somehow.

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

14 years agoAdd accessor for _exporting.
Carl Hetherington [Tue, 1 Sep 2009 20:13:23 +0000 (20:13 +0000)]
Add accessor for _exporting.

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

14 years agoDon't send midi clock during export, for now, to avoid assertion failure when the...
Carl Hetherington [Tue, 1 Sep 2009 20:12:52 +0000 (20:12 +0000)]
Don't send midi clock during export, for now, to avoid assertion failure when the transmission code tries to send MIDI outside the process callback.

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

14 years agomake scons tell people to use waf
Paul Davis [Tue, 1 Sep 2009 17:15:21 +0000 (17:15 +0000)]
make scons tell people to use waf

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

14 years agoUpdate coverage frames when a track changes height. Remove some unnecessary namespac...
Carl Hetherington [Mon, 31 Aug 2009 23:09:09 +0000 (23:09 +0000)]
Update coverage frames when a track changes height.  Remove some unnecessary namespace qualifiers.

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

14 years agoMake drag selection work properly with stacked region mode.
Carl Hetherington [Mon, 31 Aug 2009 22:49:26 +0000 (22:49 +0000)]
Make drag selection work properly with stacked region mode.

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

14 years agoDon't setup panner UI unless it has changed.
Carl Hetherington [Sun, 30 Aug 2009 00:40:48 +0000 (00:40 +0000)]
Don't setup panner UI unless it has changed.

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

14 years agoSet route remote control IDs from a dialog rather than a menu. I think this is
Carl Hetherington [Sat, 29 Aug 2009 23:31:59 +0000 (23:31 +0000)]
Set route remote control IDs from a dialog rather than a menu.  I think this is
more practical (especially with large track counts), and also prevents a N-entry
menu being built for each of N tracks every time the mixer strip order is changed,
which speeds some operations up.

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

14 years agoModify hacks associated with initial sizing of port matrices to try and make things...
Carl Hetherington [Sat, 29 Aug 2009 20:48:11 +0000 (20:48 +0000)]
Modify hacks associated with initial sizing of port matrices to try and make things work with both fluxbox and metacity.

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

14 years agoFix crash on relayering.
Carl Hetherington [Sat, 29 Aug 2009 18:07:08 +0000 (18:07 +0000)]
Fix crash on relayering.

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

14 years agoRemove some unnecessary code. Preserve selection when regions are dragged to new...
Carl Hetherington [Fri, 28 Aug 2009 23:50:42 +0000 (23:50 +0000)]
Remove some unnecessary code.  Preserve selection when regions are dragged to new tracks.

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

14 years agoRemove some debugging code.
Carl Hetherington [Fri, 28 Aug 2009 23:47:46 +0000 (23:47 +0000)]
Remove some debugging code.

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

14 years agomore MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "object...
Paul Davis [Fri, 28 Aug 2009 16:06:08 +0000 (16:06 +0000)]
more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "object" mode is the most likely mode for both region \& region editing ; frame handle events (from lincoln's region trimming patch) are now handled more explicitly

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

14 years agoadd quantize dialog
Paul Davis [Thu, 27 Aug 2009 12:47:04 +0000 (12:47 +0000)]
add quantize dialog

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

14 years agolots of MIDI editing stuff. to be explained on the website when its done
Paul Davis [Thu, 27 Aug 2009 03:09:30 +0000 (03:09 +0000)]
lots of MIDI editing stuff. to be explained on the website when its done

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

14 years agoMake stacked region coverage frames correctly respect regions being muted.
Carl Hetherington [Wed, 26 Aug 2009 02:19:36 +0000 (02:19 +0000)]
Make stacked region coverage frames correctly respect regions being muted.

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

14 years agoReintroduce crossfade views for tracks in stacked region mode.
Carl Hetherington [Wed, 26 Aug 2009 01:49:08 +0000 (01:49 +0000)]
Reintroduce crossfade views for tracks in stacked region mode.

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

14 years agoPreserve stacked / overlaid state of tracks in the session file.
Carl Hetherington [Wed, 26 Aug 2009 01:06:31 +0000 (01:06 +0000)]
Preserve stacked / overlaid state of tracks in the session file.

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

14 years agoRemove unused declaration.
Carl Hetherington [Wed, 26 Aug 2009 00:42:17 +0000 (00:42 +0000)]
Remove unused declaration.

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

14 years agoOn switching from explicit to implicit relayering, attempt to ensure that any layerin...
Carl Hetherington [Wed, 26 Aug 2009 00:34:06 +0000 (00:34 +0000)]
On switching from explicit to implicit relayering, attempt to ensure that any layering set up
whilst in explicit mode will be preserved on subsequent implicit relayer operations.

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

14 years agoWhen a track is in "stacked" mode, allow regions to be moved to different layers...
Carl Hetherington [Wed, 26 Aug 2009 00:06:21 +0000 (00:06 +0000)]
When a track is in "stacked" mode, allow regions to be moved to different layers by dragging
and dropping.  In stacked mode, the relayering by "recently added / moved etc. is higher" setting
is ignored, and regions are put on the layer that they are dropped to, unless:

1. they are dropped so that they overlap another region on the same layer, in which case they
are put on the layer above that one.
2. they are dropped such that they could be put on a lower layer with no audible difference, in
which case they are put on the lower layer.

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

14 years agoMake fade edits and trim possible on stacked regions.
Carl Hetherington [Tue, 25 Aug 2009 21:53:21 +0000 (21:53 +0000)]
Make fade edits and trim possible on stacked regions.

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

14 years agoSlightly modified patch from lincoln to fix mantis 1636.
Carl Hetherington [Mon, 24 Aug 2009 23:52:33 +0000 (23:52 +0000)]
Slightly modified patch from lincoln to fix mantis 1636.

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

14 years agoPatch from lincoln to add track resize buttons to the top-left corner of the editor...
Carl Hetherington [Mon, 24 Aug 2009 22:28:00 +0000 (22:28 +0000)]
Patch from lincoln to add track resize buttons to the top-left corner of the editor (underneath the zoom buttons).  Mantis 2768.

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

14 years agoFreeze the audio playlist after completing the set_state on the parent playlist ...
Carl Hetherington [Mon, 24 Aug 2009 22:01:26 +0000 (22:01 +0000)]
Freeze the audio playlist after completing the set_state on the parent playlist (rather than before) so that the playlist state gets flushed before we start creating crossfades.  Otherwise in some cases expected RegionViews won't exist for crossfades when they are created.

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

14 years agoDon't use the edit position to gather regions to cut, otherwise it can be confusing.
Carl Hetherington [Mon, 24 Aug 2009 20:56:24 +0000 (20:56 +0000)]
Don't use the edit position to gather regions to cut, otherwise it can be confusing.

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

14 years agoAlter snap modifier so that it turns the grid on when it's off as well as vice-versa.
Carl Hetherington [Mon, 24 Aug 2009 20:26:34 +0000 (20:26 +0000)]
Alter snap modifier so that it turns the grid on when it's off as well as vice-versa.

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

14 years agoDon't use pointer_frame_offset for playhead cursor drags as it seems more intuitive...
Carl Hetherington [Mon, 24 Aug 2009 19:23:01 +0000 (19:23 +0000)]
Don't use pointer_frame_offset for playhead cursor drags as it seems more intuitive without.

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

14 years agoTertiary-modifier click locates the viewbox in the summary.
Carl Hetherington [Mon, 24 Aug 2009 19:02:26 +0000 (19:02 +0000)]
Tertiary-modifier click locates the viewbox in the summary.

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

14 years agoMinor cosmetic tweaks.
Carl Hetherington [Mon, 24 Aug 2009 18:49:27 +0000 (18:49 +0000)]
Minor cosmetic tweaks.

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

14 years agoFix uninitialised variable.
Carl Hetherington [Mon, 24 Aug 2009 18:22:41 +0000 (18:22 +0000)]
Fix uninitialised variable.

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

14 years agoReorder initialisation to prevent access to an uninitialised variable.
Carl Hetherington [Mon, 24 Aug 2009 18:20:10 +0000 (18:20 +0000)]
Reorder initialisation to prevent access to an uninitialised variable.

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

14 years agoMissing format = 0 from last commit.
Carl Hetherington [Mon, 24 Aug 2009 17:22:16 +0000 (17:22 +0000)]
Missing format = 0 from last commit.

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

14 years agoRemove commented out call to reset_dpi hoping to find the true cause of the bug.
Carl Hetherington [Mon, 24 Aug 2009 17:11:50 +0000 (17:11 +0000)]
Remove commented out call to reset_dpi hoping to find the true cause of the bug.

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

14 years agoSet format = 0 on calling sf_open as required by libsndfile.
Carl Hetherington [Mon, 24 Aug 2009 17:08:08 +0000 (17:08 +0000)]
Set format = 0 on calling sf_open as required by libsndfile.

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

14 years agoSmall cleanup.
Carl Hetherington [Mon, 24 Aug 2009 02:10:46 +0000 (02:10 +0000)]
Small cleanup.

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

14 years agoRemove unused method in RouteTimeAxisView. Fix bug with switching to layered region...
Carl Hetherington [Mon, 24 Aug 2009 01:01:18 +0000 (01:01 +0000)]
Remove unused method in RouteTimeAxisView.  Fix bug with switching to layered region mode.
Optimise Playlist::relayer().

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

14 years agoSome improvements to performance with crossfades: don't recompute a whole track's...
Carl Hetherington [Sun, 23 Aug 2009 19:42:01 +0000 (19:42 +0000)]
Some improvements to performance with crossfades: don't recompute a whole track's crossfade curves
when one region is moved and the display is overlaid; use a std::map for an AudioStreamView's crossfades
list so that add_crossfade can find whether a CrossfadeView already exists without looking through
the whole list.

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

14 years agoFix uninitialised member variable.
Carl Hetherington [Sun, 23 Aug 2009 18:31:34 +0000 (18:31 +0000)]
Fix uninitialised member variable.

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

14 years agoFix crash on drag selection.
Carl Hetherington [Sat, 22 Aug 2009 19:54:32 +0000 (19:54 +0000)]
Fix crash on drag selection.

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

14 years agoFix remainder of bug 1605 so that when snapping to region starts / ends, the crossove...
Carl Hetherington [Sat, 22 Aug 2009 19:45:40 +0000 (19:45 +0000)]
Fix remainder of bug 1605 so that when snapping to region starts / ends, the crossover between the current snap and the next one happens halfway between the two.

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

14 years agoIntroduce an accurate version of coefficient_to_dB and use it in non speed-critical
Carl Hetherington [Sat, 22 Aug 2009 10:21:39 +0000 (10:21 +0000)]
Introduce an accurate version of coefficient_to_dB and use it in non speed-critical
code.  Fixes mantis 2833.

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

14 years agoApply patch from mantis 2761 from tinram to add padding and make a string translatable.
Carl Hetherington [Thu, 20 Aug 2009 21:38:59 +0000 (21:38 +0000)]
Apply patch from mantis 2761 from tinram to add padding and make a string translatable.

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

14 years agoFix mantis 2804: improve title of recent sessions dialogue and make it translatable.
Carl Hetherington [Thu, 20 Aug 2009 21:33:48 +0000 (21:33 +0000)]
Fix mantis 2804: improve title of recent sessions dialogue and make it translatable.

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

14 years agoApply patch from mantis 2766 to fix apply sensitivity when editing the meter marker...
Carl Hetherington [Thu, 20 Aug 2009 21:21:07 +0000 (21:21 +0000)]
Apply patch from mantis 2766 to fix apply sensitivity when editing the meter marker at 0.  Cleanup visual appearance of tempo and meter dialogues.

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

14 years agoRemove an unused action and some duplicated code.
Carl Hetherington [Thu, 20 Aug 2009 20:34:12 +0000 (20:34 +0000)]
Remove an unused action and some duplicated code.

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

14 years agoDon't locate summary view box on a click outside it, to be consistent with fader...
Carl Hetherington [Thu, 20 Aug 2009 19:12:24 +0000 (19:12 +0000)]
Don't locate summary view box on a click outside it, to be consistent with fader behaviour.  Allow Ctrl-drag (zoom) from anywhere in the summary.

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

14 years agominor fixes/changes based on comparison with existing bindings
Paul Davis [Thu, 20 Aug 2009 16:30:01 +0000 (16:30 +0000)]
minor fixes/changes based on comparison with existing bindings

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

14 years agofix accelmap generation in fmt-bindings
Paul Davis [Thu, 20 Aug 2009 16:25:30 +0000 (16:25 +0000)]
fix accelmap generation in fmt-bindings

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

14 years agoFix crash on startup if an LV2 plugin has a bad .ttl file.
Carl Hetherington [Wed, 19 Aug 2009 18:31:47 +0000 (18:31 +0000)]
Fix crash on startup if an LV2 plugin has a bad .ttl file.

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

14 years agomake shift-click for extend-selection sort-of work for MIDI
Paul Davis [Tue, 18 Aug 2009 02:37:57 +0000 (02:37 +0000)]
make shift-click for extend-selection sort-of work for MIDI

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

14 years agomove assignments out of assert() in editor_drag (thanks lincoln); change mouse mode...
Paul Davis [Mon, 17 Aug 2009 15:58:47 +0000 (15:58 +0000)]
move assignments out of assert() in editor_drag (thanks lincoln); change mouse mode buttons when in internal/MIDI mode; arrow key control of note velocity, value and position - hey look ma, MIDI editing!

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

14 years agoFix uninitialised variable.
Carl Hetherington [Mon, 17 Aug 2009 01:41:35 +0000 (01:41 +0000)]
Fix uninitialised variable.

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

14 years agofix up display of notes when creating/editing a MIDI region with the pencil; fix...
Paul Davis [Fri, 14 Aug 2009 03:00:41 +0000 (03:00 +0000)]
fix up display of notes when creating/editing a MIDI region with the pencil; fix position of paste for regions that are not at frame zero

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

14 years agomore MIDI paste improvements, plus move region-mute binding to PRIMARY-m and use...
Paul Davis [Thu, 13 Aug 2009 19:48:10 +0000 (19:48 +0000)]
more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and use "m" for toggle-internal-editing

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

14 years agoactually paste MIDI at the right spot
Paul Davis [Thu, 13 Aug 2009 12:19:28 +0000 (12:19 +0000)]
actually paste MIDI at the right spot

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

14 years agokinda-sorta paste MIDI at the right spot
Paul Davis [Thu, 13 Aug 2009 12:10:34 +0000 (12:10 +0000)]
kinda-sorta paste MIDI at the right spot

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

14 years agoMIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.
Paul Davis [Thu, 13 Aug 2009 01:57:03 +0000 (01:57 +0000)]
MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.

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

14 years agoFix route group collect option.
Carl Hetherington [Mon, 10 Aug 2009 21:13:33 +0000 (21:13 +0000)]
Fix route group collect option.

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

14 years agoadd new file
Paul Davis [Mon, 10 Aug 2009 20:13:13 +0000 (20:13 +0000)]
add new file

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

14 years agofirst part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor...
Paul Davis [Mon, 10 Aug 2009 19:29:29 +0000 (19:29 +0000)]
first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor being reported in a misleading way; in/out translation fix from 2.X, sort of

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

14 years agoregion trimming and height patch from lincoln. great work
Paul Davis [Mon, 10 Aug 2009 03:07:48 +0000 (03:07 +0000)]
region trimming and height patch from lincoln. great work

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

14 years agofix (no)use of offset in AudioEngine::get_sync_offset()
Paul Davis [Sun, 9 Aug 2009 12:06:03 +0000 (12:06 +0000)]
fix (no)use of offset in AudioEngine::get_sync_offset()

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

14 years agowaf build works on OS X ; new bindings file and processing system in place for mnemon...
Paul Davis [Sat, 8 Aug 2009 22:36:32 +0000 (22:36 +0000)]
waf build works on OS X ; new bindings file and processing system in place for mnemonic-us

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