1519565890
Fix crash when removing time from track with automation
...
Resolves : #7287
2017-03-10 22:59:58 +10:00
f21111d7df
Faderport uses the Mix and Proj buttons to summon mixer and editor; there is no longer a Toggle.
2017-03-09 14:29:08 -06:00
nick_m
87d474b391
fix potential crash in LV2Plugin::connect_and_run() when music starts after 0
2017-03-10 03:59:25 +11:00
e04d237674
Allow Edit -> Crop to work with edit point set to mouse
...
Crop is currently only dependent on having a valid time/range selection.
Resolves : #7278
2017-03-09 11:51:00 +10:00
b9ff329e36
Allow Separate using Loop/Punch range to work with edit point set to mouse
...
These operations are not dependent on the mouse position.
Resolves : #7276
2017-03-09 10:14:35 +10:00
8f2a5c01dd
fix a-reverb, cut tail on deactivate, plug memory-leak
2017-03-08 23:04:16 +01:00
c93bef0ab6
Consolidate code
2017-03-08 22:17:16 +01:00
da5b6566e6
The return of the Mixbus Send-options (allow aux-feedback override)
2017-03-08 19:00:04 +01:00
77d07545c5
Don't show Group UI for the master-bus
2017-03-08 18:37:36 +01:00
46fe83cfff
Prevent adding "master" to a group
2017-03-08 17:49:01 +01:00
a67008a5cb
Mixer sidebar: show group context menu on right-click only
2017-03-08 16:22:17 +01:00
a3a61c9c74
Pop down dialog before re-scanning VSTs
2017-03-08 13:03:46 +01:00
819d9fa3cd
VST UI sizeing rework
...
* prefer signal over timer-poll for VST size changes
* properly offset VST window (Windows)
* constrain window size (Windows)
* explicitly notify re-parent'ed child window (Linux)
2017-03-08 13:03:46 +01:00
4b982ef895
Prepare moving to a dedicated x-thread signal for VST UI resizing
...
(this changes the internal API, pending follow-up GUI update)
2017-03-08 13:03:46 +01:00
50f408adf2
remove cruft
2017-03-08 13:03:46 +01:00
5956e864e7
Fix copy/paste typo -- MacOSX builds
2017-03-07 05:46:21 +01:00
nick_m
028b042d2a
snapped pencil drawing of new midi regions cannot be zero (7271).
...
- fixes a couple of other oddities in the behaviour.
2017-03-07 10:36:48 +11:00
7bada83a3f
two new action scripts (no icons yet)
2017-03-07 00:32:19 +01:00
e1095310a8
Rework VST initialization:
...
Set the AEffect* plugin pointer before calling effOpen.
effOpen may call back into the host (masterCallback) and invoke
actions which depend on _plugin (eg. to call back into the plugin again)
2017-03-07 00:13:56 +01:00
nick_m
589c13c0eb
allow setting end bpm in new tempo from tempo dialog.
2017-03-07 04:00:38 +11:00
nick_m
30dd692d13
rework tempo dialog formatting, add end bpm entry.
2017-03-07 03:59:42 +11:00
nick_m
4512b67fa5
fix crash when dragging region from list.
2017-03-07 02:30:48 +11:00
e8ea0548e0
Fix save-as progress dialog.
...
ScopedConnection and label,bar went out of scope.
2017-03-06 15:42:58 +01:00
nick_m
12f46c7385
announce what changed correctly in MidiRegion::model_shifted()
2017-03-07 01:21:45 +11:00
nick_m
16089bff96
more linked midi region trim drag fixes.
...
- freeze the correct playlists on fiorst move.
- only update the start offset of linked regions once the drag
has finished.
2017-03-06 15:51:53 +11:00
e7c85706e5
More fun with LinuxVSTs & threading
2017-03-06 01:48:46 +01:00
e6f4f179be
Add support for VST effSetBypass #7266
...
This mechanism re-uses internal abstraction (plugin-enable).
Other plugin-specs designate a control-port, for VST we 'emulate'
a control-port.
There is still debug-output to stderr, here while testing.
2017-03-06 01:38:49 +01:00
3cba51df26
Close the LXVST X11 connection for good measure
2017-03-05 22:15:30 +01:00
e9385c2297
Work around a crash at exit for Linux VST UIs abusing pthread-keys.
2017-03-05 22:14:49 +01:00
9089c1c6bf
Fix AFL/PFL from MIDI tracks without audio (zero buffers)
2017-03-05 21:18:18 +01:00
115987a29b
Revert "some further debugging, just in case"
...
This reverts commit 04ed05ecc4
.
2017-03-05 17:01:17 +01:00
04ed05ecc4
some further debugging, just in case
2017-03-05 16:45:55 +01:00
9b6aebe842
Prevent duplicate self-delete.
...
debug-prints indicat it was at least possible for the same Window to
receive FloatingTextEntry::entry_focus_out twice (without idle)
2017-03-05 16:45:55 +01:00
abdadb0906
NO-OP: whitespace
2017-03-05 16:45:55 +01:00
nick_m
fc47da6511
ensure no movement when draggin regions with x constrained.
...
- should fix 7260
2017-03-06 01:57:12 +11:00
nick_m
a445e82776
fix undo if a midi region start trim changed the source offset.
...
- this diffs all playlists that use the same source.
- the secons part hould be a no-op, but needs testing
(trim drag undo on audio and midi regions)
2017-03-06 01:01:37 +11:00
992ab1a273
Remove space between _ and (
2017-03-04 12:33:22 -08:00
nick_m
c73e231443
fix uninitialised variable (fixes linked midi region negative start oatch)
2017-03-05 05:38:47 +11:00
nick_m
2780662432
no-op - comment/whitespace fixes.
2017-03-05 05:34:41 +11:00
nick_m
5c741b7a07
tempo editing updates
...
- a tempo marker may now be set to always continue (clamped)
this means that the end tempo of the previous section will
track the start tempo during tempo ops.
it mimics the behaviour in 5.8, with the gui indicating
the curves to be changed.
2017-03-05 05:21:56 +11:00
044cfab946
Notify UI when plugin state is copied/replaced
2017-03-04 18:25:37 +01:00
ad6ddf70df
Don't allow GMCP to override loading_state_version
...
- GMPC does not use it directly
- when GMPC was enabled Stateful::loading_state_version was set to 1000
(the protocol is at 1.0.0)
- it messes up session-loading, particularly various plugin states and
templates (e.g Processor::set_state_2X was used)
2017-03-04 17:55:22 +01:00
nick_m
345f38f1de
undoing a create note drag restores screen position.
2017-03-05 02:06:49 +11:00
nick_m
1f9c26136c
rework percussive hit spraying.
...
- the spray is limited to the first entered note.
- all new notes are selected (requires a selection change to
MRV::create_note_at()
2017-03-05 01:57:10 +11:00
nick_m
fb4b72231a
spraying percussive hits has one undo step per drag.
...
- should fix 7134
2017-03-05 01:50:04 +11:00
nick_m
2012cf0d1a
remove bogus variable from last commit
2017-03-05 01:23:12 +11:00
ddb4b8a7c3
Add reset region gain action for selected regions
2017-03-04 15:26:00 +10:00
nick_m
e8b5b4fcf3
offset linked regions to compensate for negative start after trim drag.
...
- should fix 7105
2017-03-04 11:28:49 +11:00
645441d093
Add 7890 aka tom- to contributor list
2017-03-03 20:07:26 +01:00
f0a3c84e8c
Fix crash when inserting time with split intersected regions
2017-03-02 21:20:09 +01:00