ardour.git
6 years agoOSC: expand plugin_descriptor to split into smaller OSC messages (issue #0007433)
Len Ovens [Tue, 1 Aug 2017 14:23:27 +0000 (07:23 -0700)]
OSC: expand plugin_descriptor to split into smaller OSC messages (issue #0007433)

6 years agoOSC: add param to plugin_list response which indicates plugin enable state (OnkelDead)
Len Ovens [Tue, 1 Aug 2017 14:04:59 +0000 (07:04 -0700)]
OSC: add param to plugin_list response which indicates plugin enable state (OnkelDead)

6 years agoMore Russian translation updates
Petr Semiletov [Mon, 31 Jul 2017 21:50:27 +0000 (00:50 +0300)]
More Russian translation updates

6 years agoFix erroneous changes in the previous updates, translate more into Russian
Alexandre Prokoudine [Mon, 31 Jul 2017 21:18:08 +0000 (00:18 +0300)]
Fix erroneous changes in the previous updates, translate more into Russian

6 years agoSignal wish to show inline display in gui by lv2:optionalFeature
Johannes Mueller [Sun, 23 Jul 2017 19:10:07 +0000 (21:10 +0200)]
Signal wish to show inline display in gui by lv2:optionalFeature

... in .ttl file rather than by extension_data() in code. That's more in the
spirit of LV2.

6 years agoTweaking the a-comp inline display a bit. Make it more skinny.
Johannes Mueller [Sat, 22 Jul 2017 08:17:17 +0000 (10:17 +0200)]
Tweaking the a-comp inline display a bit. Make it more skinny.

6 years agoIndicate whether to show plugin's inline display in GUI
Johannes Mueller [Fri, 21 Jul 2017 12:51:57 +0000 (14:51 +0200)]
Indicate whether to show plugin's inline display in GUI

This is currently done by an extension data similarly to
LV2_INLINEDISPLAY__interface.

6 years agoSimplified inline display if the channel strip is not wide enough
Johannes Mueller [Thu, 13 Jul 2017 19:28:17 +0000 (21:28 +0200)]
Simplified inline display if the channel strip is not wide enough

If the width of the display area is below 200 px, we switch from the graph
display to displaying only two bars, one for output level and one for gain
reduction. In the bar mode we also visualize threshold and ratio.

6 years agoHonor attack and release parameters in a-comp's inline graph
Johannes Mueller [Thu, 13 Jul 2017 15:23:16 +0000 (17:23 +0200)]
Honor attack and release parameters in a-comp's inline graph

6 years agoIndicate gain reduction in a-comp
Johannes Mueller [Thu, 13 Jul 2017 13:35:12 +0000 (15:35 +0200)]
Indicate gain reduction in a-comp

6 years agoShow range -60 .. +10 dBFS in acomp's inline display
Robin Gareus [Thu, 13 Jul 2017 21:05:49 +0000 (23:05 +0200)]
Show range -60 .. +10 dBFS in acomp's inline display

6 years agoSet makeup to 0.f when bypassed also in stereo version
Johannes Mueller [Sun, 25 Jun 2017 07:54:05 +0000 (09:54 +0200)]
Set makeup to 0.f when bypassed also in stereo version

6 years agoAdjust the indication of the treshold value by the makup gain.
Johannes Mueller [Sun, 18 Jun 2017 22:06:10 +0000 (00:06 +0200)]
Adjust the indication of the treshold value by the makup gain.

When lifting the compressor curve by the makeup gain value the actual
treshold (the level when the curve kinks in) is also lifted. Therefore we need
to adjust the dashed line indicating the threshold as well as the level when
the color gradient to show compression kicks in.

6 years agoAlso the stereo version needs to set need_expose
Johannes Mueller [Sun, 18 Jun 2017 21:56:23 +0000 (23:56 +0200)]
Also the stereo version needs to set need_expose

6 years agoShow a-comp's makeup grain in inline rendering
Johannes Mueller [Sun, 18 Jun 2017 21:41:23 +0000 (23:41 +0200)]
Show a-comp's makeup grain in inline rendering

6 years agoSome abstractions to make the display look good in the plugin gui
Johannes Mueller [Thu, 20 Jul 2017 22:37:07 +0000 (00:37 +0200)]
Some abstractions to make the display look good in the plugin gui

6 years agoDisplay the inline display in the generic plugin gui
Johannes Mueller [Thu, 20 Jul 2017 22:36:40 +0000 (00:36 +0200)]
Display the inline display in the generic plugin gui

6 years agoPut plugin inline display into a freely available class ...
Johannes Mueller [Thu, 20 Jul 2017 21:28:52 +0000 (23:28 +0200)]
Put plugin inline display into a freely available class ...

... and let ProcessorBox::PluginInlineDisplay inherit from it.

6 years agoFix typo
Robin Gareus [Mon, 31 Jul 2017 12:26:39 +0000 (14:26 +0200)]
Fix typo

6 years agoOSC: Make stripname refresh in automation play mode as well.
Len Ovens [Mon, 31 Jul 2017 14:55:09 +0000 (07:55 -0700)]
OSC: Make stripname refresh in automation play mode as well.

6 years agoOSC: fix VCAs try to connect to controls it does not have.
Len Ovens [Mon, 31 Jul 2017 01:34:56 +0000 (18:34 -0700)]
OSC: fix VCAs try to connect to controls it does not have.

6 years agoSome session cleanup fixes (delete slave, take lock for lua)
Robin Gareus [Sun, 30 Jul 2017 23:48:28 +0000 (01:48 +0200)]
Some session cleanup fixes (delete slave, take lock for lua)

6 years agoMore Russian translation updated and fixes
Petr Semiletov [Sun, 30 Jul 2017 14:31:55 +0000 (17:31 +0300)]
More Russian translation updated and fixes

6 years agoUpdate Russian translation
Alexandre Prokoudine [Sun, 30 Jul 2017 14:35:21 +0000 (17:35 +0300)]
Update Russian translation

6 years agoVCA master-strip: drop gain-control reference
Robin Gareus [Sun, 30 Jul 2017 02:51:25 +0000 (04:51 +0200)]
VCA master-strip: drop gain-control reference

6 years agoRemove an unused variable
Robin Gareus [Sun, 30 Jul 2017 00:41:02 +0000 (02:41 +0200)]
Remove an unused variable

6 years agoBinding Proxy: Drop references as requested.
Robin Gareus [Sun, 30 Jul 2017 00:40:45 +0000 (02:40 +0200)]
Binding Proxy: Drop references as requested.

6 years agoTurn AutomationCtrl into a SessionHandleRef
Robin Gareus [Sun, 30 Jul 2017 00:34:14 +0000 (02:34 +0200)]
Turn AutomationCtrl into a SessionHandleRef

This fixes a crash with GUI elements which are only deleted during GUI
Idle and hold a Reference to a Controllable,
The session is already destroyed at that point:

ARDOUR::CoreSelection::remove_control_by_id(PBD::ID const&)
ARDOUR::AutomationControl::~AutomationControl()
ARDOUR::SlavableAutomationControl::~SlavableAutomationControl()
ARDOUR::MonitorControl::~MonitorControl()
boost::detail::sp_counted_base::destroy()
boost::detail::sp_counted_impl_p<AudioGrapher::Interleaver<float>::Input>::dispose()
boost::detail::sp_counted_base::release()
boost::detail::shared_count::~shared_count()
boost::shared_ptr<PBD::Controllable>::~shared_ptr()
boost::shared_ptr<PBD::Connection>::~shared_ptr()
ArdourWidgets::BindingProxy::~BindingProxy()
ArdourWidgets::ArdourButton::~ArdourButton()
VCAMasterStrip::~VCAMasterStrip()
int idle_delete<VCAMasterStrip>(VCAMasterStrip*)

6 years agoNO-OP: name-change (_list and _lock are also used in other places)
Robin Gareus [Sun, 30 Jul 2017 00:27:52 +0000 (02:27 +0200)]
NO-OP: name-change (_list and _lock are also used in other places)

Derived classes need to explicitly specify namespace and class
to avoid ambiguities (even for private members)

6 years agoRussian po updates, typo in automation_time_axis.cc fix
Petr Semiletov [Sat, 22 Jul 2017 12:35:40 +0000 (15:35 +0300)]
Russian po updates, typo in automation_time_axis.cc fix

6 years agoModify our MSVC project to add libltc as a dependency of 'dummy_backend' (which now...
John Emmas [Sat, 29 Jul 2017 09:46:53 +0000 (10:46 +0100)]
Modify our MSVC project to add libltc as a dependency of 'dummy_backend' (which now needs to link to it)

6 years agoFix an ambiguous call to 'floor()'
John Emmas [Sat, 29 Jul 2017 09:44:00 +0000 (10:44 +0100)]
Fix an ambiguous call to 'floor()'

MSVC complains, so let's specify which override we want.

6 years agoFix edit-cursor in TextEntry
Robin Gareus [Sat, 29 Jul 2017 00:05:28 +0000 (02:05 +0200)]
Fix edit-cursor in TextEntry

Gtk::WINDOW_POPUP cannot be used for windows that require focus.
A gtk-entry without focus does not show an edit-cursor.

6 years agoPortManager::unregister_port() must be called with process lock
Robin Gareus [Fri, 28 Jul 2017 18:15:15 +0000 (20:15 +0200)]
PortManager::unregister_port() must be called with process lock

This fixes "Failed to register <surface> port" when re-loading a session.

6 years agoDelete CoreSelection at session close
Robin Gareus [Fri, 28 Jul 2017 18:11:55 +0000 (20:11 +0200)]
Delete CoreSelection at session close

6 years agoAdd a LTC generator to the dummy backend
Robin Gareus [Fri, 28 Jul 2017 15:47:36 +0000 (17:47 +0200)]
Add a LTC generator to the dummy backend

6 years agoAllow to rename VCAs in the editor
Robin Gareus [Fri, 28 Jul 2017 00:12:19 +0000 (02:12 +0200)]
Allow to rename VCAs in the editor

6 years agoFix write-pass re-start while in an active write-pass
Robin Gareus [Thu, 27 Jul 2017 15:50:27 +0000 (17:50 +0200)]
Fix write-pass re-start while in an active write-pass

6 years agoInitial checkin of TouchOSC interfaces to repository.
Ben Loftis [Thu, 27 Jul 2017 15:33:43 +0000 (10:33 -0500)]
Initial checkin of TouchOSC interfaces to repository.

6 years agoFix pasting automation at 0
Robin Gareus [Thu, 27 Jul 2017 01:22:21 +0000 (03:22 +0200)]
Fix pasting automation at 0

6 years agoStart a new write-pass when writing automation and locating while rolling
Robin Gareus [Wed, 26 Jul 2017 23:40:13 +0000 (01:40 +0200)]
Start a new write-pass when writing automation and locating while rolling

6 years agoFix ATAV hide button for VCA lanes
Robin Gareus [Wed, 26 Jul 2017 23:34:16 +0000 (01:34 +0200)]
Fix ATAV hide button for VCA lanes

6 years agoAsk user to save when using save-as or snapshot+switch.
Robin Gareus [Wed, 26 Jul 2017 21:34:21 +0000 (23:34 +0200)]
Ask user to save when using save-as or snapshot+switch.

6 years agoFix initial sync to LTC with small buffersizes
Robin Gareus [Wed, 26 Jul 2017 20:54:31 +0000 (22:54 +0200)]
Fix initial sync to LTC with small buffersizes

Ardour follow_slave() does nothing (not even seek) if the slave is not
locked.

The LTC-slave assumes it's locked if LTC is stable for 5 continuous
process-calls.

If the difference of Ardour's transport-position to the LTC-timecode
is large (> 2sec), the slave reset itself (assuming drift, seek don't vari-
speed).

A LTC-slave does reset does reset the locked counter.

Hence: If initially Ardour's transport differs > 2 sec and the buffersize
is small (many process-callbacks), the slave kept resetting itself
never informing Ardour that it locked to the external TC, and Ardour
never issued a seek.

6 years agoupdate libltc
Robin Gareus [Wed, 26 Jul 2017 20:23:50 +0000 (22:23 +0200)]
update libltc

6 years agoRemove unnecessary tests for touch-state
Robin Gareus [Tue, 25 Jul 2017 18:16:04 +0000 (20:16 +0200)]
Remove unnecessary tests for touch-state

6 years agoMake start_touch() truly idempotent
Robin Gareus [Tue, 25 Jul 2017 18:15:12 +0000 (20:15 +0200)]
Make start_touch() truly idempotent

Also don't allow outsiders to call Controllable::set_touching()

6 years agoFix #6280 – region (first_frame()==0) selectable with SnapRegionBoundary
Johannes Mueller [Sun, 23 Jul 2017 18:07:17 +0000 (20:07 +0200)]
Fix #6280 – region (first_frame()==0) selectable with SnapRegionBoundary

Issue #6280 states that when selecting ranges using SnapToRegionBoundary it's
not possible to select regions with first_frame() == 0. This is because
Playlist::find_next_region() does not consider region boundaries == pos but
only > pos. Thus it never considers pos == 0 to be a region boundary.

This solution tries to be as little invasive as possible without changing the
semantics of PlayList::find_next_region(). Therefore position 0 is added to the
region boundary cache if there's a region starting at position 0 in any track.

6 years agofix e838e7f3597
Robin Gareus [Mon, 24 Jul 2017 20:26:04 +0000 (22:26 +0200)]
fix e838e7f3597

6 years agoFix Mixbus "well known" send-names and enable ctrls
Robin Gareus [Mon, 24 Jul 2017 19:54:31 +0000 (21:54 +0200)]
Fix Mixbus "well known" send-names and enable ctrls

6 years agoUpdate WritePass logic + AutomationList Undo
Robin Gareus [Mon, 24 Jul 2017 18:54:32 +0000 (20:54 +0200)]
Update WritePass logic + AutomationList Undo

Fixes various issues when changing AutomationState while rolling.

6 years agoupdate japanese translation (Hiroki Inagaki)
Paul Davis [Mon, 24 Jul 2017 18:59:11 +0000 (14:59 -0400)]
update japanese translation (Hiroki Inagaki)

6 years agoOSC: only use gain change signals if value changes
Len Ovens [Mon, 24 Jul 2017 17:14:21 +0000 (10:14 -0700)]
OSC: only use gain change signals if value changes

6 years agoOSC: add use groups to GUI
Len Ovens [Mon, 24 Jul 2017 14:07:39 +0000 (07:07 -0700)]
OSC: add use groups to GUI

6 years agoOSC: port mode by default should be manual
Len Ovens [Mon, 24 Jul 2017 14:07:05 +0000 (07:07 -0700)]
OSC: port mode by default should be manual

6 years agoReplace a ringbuffer with a multi-reader circular table
Julien "_FrnchFrgg_" RIVAUD [Mon, 24 Jul 2017 12:54:10 +0000 (14:54 +0200)]
Replace a ringbuffer with a multi-reader circular table

a-Inline Spectrogram used a ringbuffer to send mixed down audio data
from the DSP thread to the inline display thread. The problem is that
several inline display threads can coexist (one for the channel strip in
the editor, one for the channel strip in the mixer, and soon one for an
inline display in the generic plugin UI). A ringbuffer is single-writer
single-reader so each display only got part of the data, and all were
competing for it.

Replace it with a circular table, where the DSP sets a write pointer,
and every (inline display) user keeps its own read pointer and checks it
is not so far in the past as to be overtaken by the DSP write pointer.

6 years agoOSC: make sure initialization is complete before we allow periodic to run
Len Ovens [Mon, 24 Jul 2017 03:07:01 +0000 (20:07 -0700)]
OSC: make sure initialization is complete before we allow periodic to run

6 years agoOSC: simplify route observer
Len Ovens [Mon, 24 Jul 2017 00:11:59 +0000 (17:11 -0700)]
OSC: simplify route observer

6 years agoFix saving automation record undo
Robin Gareus [Mon, 24 Jul 2017 00:59:09 +0000 (02:59 +0200)]
Fix saving automation record undo

Calling AutomationList::before() clears the state.

6 years agoUpdate amp.cc to use gain_t for maths (no more double)
Robin Gareus [Sun, 23 Jul 2017 23:56:25 +0000 (01:56 +0200)]
Update amp.cc to use gain_t for maths (no more double)

Also tweak threshold for LPF, assume gain-differences < 10-e5 as
no-change

6 years agoAdd touch to trim-control
Robin Gareus [Sun, 23 Jul 2017 23:58:25 +0000 (01:58 +0200)]
Add touch to trim-control

6 years agoRemove unused "mark" parameter from stop_touch() API
Robin Gareus [Sun, 23 Jul 2017 23:22:50 +0000 (01:22 +0200)]
Remove unused "mark" parameter from stop_touch() API

6 years agoDrags are such a drag.
Robin Gareus [Sun, 23 Jul 2017 22:52:38 +0000 (00:52 +0200)]
Drags are such a drag.

6 years agoFix ctrl-list guard-points and concurrency issues
Robin Gareus [Sun, 23 Jul 2017 21:52:20 +0000 (23:52 +0200)]
Fix ctrl-list guard-points and concurrency issues

* lock list when editing (prevent concurrent modification of insert
  iterator
* don't add a guard-point if an event is already present between the
  target and guard-point-position
* remove existing automation-events (old guard points) when
  touching automation w/o change
* don't unset "new write pass" when not rolling
  (fixes issues when not rolling but locating with write-enabled)

6 years agoStart/end touch for generic-UI knob and proc-box inline ctrls
Robin Gareus [Sun, 23 Jul 2017 17:44:45 +0000 (19:44 +0200)]
Start/end touch for generic-UI knob and proc-box inline ctrls

6 years agoAdd touch-events signal emission to ArdourKnob
Robin Gareus [Sun, 23 Jul 2017 17:40:20 +0000 (19:40 +0200)]
Add touch-events signal emission to ArdourKnob

6 years agoInitialize some uninitialized variables
Robin Gareus [Sun, 23 Jul 2017 17:20:35 +0000 (19:20 +0200)]
Initialize some uninitialized variables

Editor::redisplay_tempo() is called early on, before
Editor::set_timecode_ruler_scale() and Editor::compute_bbt_ruler_scale ()
are called.  That is a bug which needs fixing (initial tempo+grid display)
. Still, uninitialized vars are not good.

6 years agoOSC: add /use_group 1/0 command
Len Ovens [Sat, 22 Jul 2017 19:11:13 +0000 (12:11 -0700)]
OSC: add /use_group 1/0 command

6 years agoSanitize printing of a-eq gain parameters
Robin Gareus [Sat, 22 Jul 2017 15:41:35 +0000 (17:41 +0200)]
Sanitize printing of a-eq gain parameters

6 years agoUpdate zh.po for v5.10 Chinese Language
YQ-YSY [Sat, 22 Jul 2017 02:02:14 +0000 (10:02 +0800)]
Update zh.po for v5.10 Chinese Language

6 years agoNO-OP: whitespace
Robin Gareus [Sat, 22 Jul 2017 13:41:08 +0000 (15:41 +0200)]
NO-OP: whitespace

6 years agoAutomationWatch: single DropReferences connection per AC
Robin Gareus [Sat, 22 Jul 2017 13:40:27 +0000 (15:40 +0200)]
AutomationWatch: single DropReferences connection per AC

6 years agoNO-OP: whitespace
Robin Gareus [Sat, 22 Jul 2017 13:17:09 +0000 (15:17 +0200)]
NO-OP: whitespace

6 years agoFix Route mute automation touch (owned control)
Robin Gareus [Sat, 22 Jul 2017 13:16:54 +0000 (15:16 +0200)]
Fix Route mute automation touch (owned control)

6 years agoNO-OP: consistent [internal] API name for Automatables
Robin Gareus [Sat, 22 Jul 2017 02:45:48 +0000 (04:45 +0200)]
NO-OP: consistent [internal] API name for Automatables

6 years agoNO-OP: Consistent API name
Robin Gareus [Sat, 22 Jul 2017 02:25:07 +0000 (04:25 +0200)]
NO-OP: Consistent API name

6 years agoMore non-rt calls to VCA - fixes VCA automation writing
Robin Gareus [Fri, 21 Jul 2017 21:07:51 +0000 (23:07 +0200)]
More non-rt calls to VCA - fixes VCA automation writing

This calls for a unified API to invoke
Automatable methods  ::transport_located() and ::transport_stopped()
on Stripables,  rather than indirectly calling it via
Route::non_realtime_locate(), Route::nonrealtime_handle_transport_stopped()

6 years agoHide VTAV header controls for small height
Robin Gareus [Fri, 21 Jul 2017 19:48:07 +0000 (21:48 +0200)]
Hide VTAV header controls for small height

6 years agoFix VCA Automation: end write pass
Robin Gareus [Fri, 21 Jul 2017 19:46:36 +0000 (21:46 +0200)]
Fix VCA Automation: end write pass

6 years agoMain Menu: some re-organization of session- and global-centric windows.
Ben Loftis [Fri, 21 Jul 2017 19:44:37 +0000 (14:44 -0500)]
Main Menu: some re-organization of session- and global-centric windows.

6 years agoFix recursion in FloatinTextEntry (amend f62c8c664d)
Robin Gareus [Fri, 21 Jul 2017 16:58:51 +0000 (18:58 +0200)]
Fix recursion in FloatinTextEntry (amend f62c8c664d)

6 years agoTempoMap legacy session loading fixes
nick_m [Fri, 21 Jul 2017 15:54:24 +0000 (01:54 +1000)]
TempoMap legacy session loading fixes

Ensure we set the last tempo end note types per minute.
Clarify that we only set the end ntpm if unset.

6 years agoFis stray break statement when checking for a legacy tempo map
nick_m [Fri, 21 Jul 2017 13:48:06 +0000 (23:48 +1000)]
Fis stray break statement when checking for a legacy tempo map

This could result in legacy sessions not being identified correctly and
loading with end tempi of -1.0.

6 years agoRework tempo marker editing menu functions
nick_m [Thu, 20 Jul 2017 14:17:58 +0000 (00:17 +1000)]
Rework tempo marker editing menu functions

Setting a tempo to 'Continue' via right click puts it in a permanent state
of continuing the previous section's end tempo (basically what
'Lock Continue' should have been). This can be disabled (unlocked) by
selecting 'Don't Continue'.

Remove the previous temporary 'Continue' function.

Reorganise menu to separate position lock style from more commonly
used functions.

6 years agoCalculate clamped tempo stretch ratios using the correct (musical) domain
nick_m [Mon, 17 Jul 2017 17:10:07 +0000 (03:10 +1000)]
Calculate clamped tempo stretch ratios using the correct (musical) domain

6 years agoTempoMap : Remove old solve_map debugging code
nick_m [Mon, 17 Jul 2017 17:00:37 +0000 (03:00 +1000)]
TempoMap : Remove old solve_map debugging code

6 years agoMove some duplicated replace/add tempo section code
nick_m [Mon, 17 Jul 2017 16:57:52 +0000 (02:57 +1000)]
Move some duplicated replace/add tempo section code

Resets the previous tempo section's end ntpm to match the start
of a new section whenever a section is added to the map.

6 years agoRemove redundant beat arg from TempoMap::add_meter
nick_m [Mon, 17 Jul 2017 16:48:04 +0000 (02:48 +1000)]
Remove redundant beat arg from TempoMap::add_meter

BBT time should be enough to determine the beat.

6 years agoFix incorrect double-snap when moving audio-locked tempi
nick_m [Wed, 21 Jun 2017 15:18:00 +0000 (01:18 +1000)]
Fix incorrect double-snap when moving audio-locked tempi

6 years agoRework region selection XML
nick_m [Wed, 21 Jun 2017 13:51:12 +0000 (23:51 +1000)]
Rework region selection XML

Ensures that selection is restored in the same object type order
it was created in, which may some day make a difference.

6 years agoCropping a single region to time selection works for multiple ranges
nick_m [Wed, 21 Jun 2017 13:02:52 +0000 (23:02 +1000)]
Cropping a single region to time selection works for multiple ranges

Should fix 7285.

6 years agoFix time selection undo for multiple time selections
nick_m [Fri, 16 Jun 2017 19:28:02 +0000 (05:28 +1000)]
Fix time selection undo for multiple time selections

This is in mantis somewhere but i can't find it. timbyr?

6 years agoDisable tempo end/twist drag for meter-locked tempi
nick_m [Fri, 16 Jun 2017 19:11:38 +0000 (05:11 +1000)]
Disable tempo end/twist drag for meter-locked tempi

It was assumed that the drag takes place within an area of musical time.
This is not true for the space before any non-initial
meter-locked tempo.
In the case of the initial tempo, there is no previous section
to perform an end-drag on.

6 years agoOnly add a new tempo or meter on click if the primary modifier is pressed
nick_m [Fri, 16 Jun 2017 19:06:42 +0000 (05:06 +1000)]
Only add a new tempo or meter on click if the primary modifier is pressed

Being able to add with any modifier can confuse a user who expected
a tempo-altering drag.

6 years agoRemove duplicated tempo curve colour change when dragging
nick_m [Fri, 16 Jun 2017 19:01:20 +0000 (05:01 +1000)]
Remove duplicated tempo curve colour change when dragging

6 years agoFix various issues wrt BBTRulerDrag
nick_m [Fri, 16 Jun 2017 18:59:06 +0000 (04:59 +1000)]
Fix various issues wrt BBTRulerDrag

If we've clicked on a tempo bar before the initial tempo,
don't allow anything to happen.
If it was just a click, ensure the tempo curve colour is restored.

6 years agoCheck for identical meter positions in old sessions by beat rather than pulse
nick_m [Fri, 16 Jun 2017 18:50:44 +0000 (04:50 +1000)]
Check for identical meter positions in old sessions by beat rather than pulse

6 years agoIndicate musical position lock style of regions and locations using BEAMED EIGHTH...
nick_m [Fri, 16 Jun 2017 18:25:50 +0000 (04:25 +1000)]
Indicate musical position lock style of regions and locations using BEAMED EIGHTH NOTES in name

Also attempt to indicate lock type with symbols CROSS OF JERUSALEM and
LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR

6 years agoTime info box updates its length display correctly over a tempo change
nick_m [Fri, 16 Jun 2017 18:09:48 +0000 (04:09 +1000)]
Time info box updates its length display correctly over a tempo change

6 years agoRework time info box updates on region selection change
nick_m [Fri, 16 Jun 2017 18:08:56 +0000 (04:08 +1000)]
Rework time info box updates on region selection change

Should provide better performance as we now only listen for changes in the
selected regions. Testing every changed region to see if its in
the selection was not working very well under some circumstances.