8bcefed2c7
use "Good" resampling quality (lower initial play latency)
2016-02-13 00:58:29 +01:00
07cdae3318
Partial exposure of export-audition playhead
2016-02-12 23:01:10 +01:00
d308fceb21
update signal connetion for new CairoWidget::set_dirty() API
2016-02-12 22:58:33 +01:00
88bb11f27e
Add Playhead to Export Report Dialog
2016-02-12 22:12:40 +01:00
8509b5fddc
Add Auditioned to Export Report Dialog.
2016-02-12 21:15:43 +01:00
c905a98a1a
refine export dialog Location:
...
* fix GUI logic for "Timespan" requirement
* change order to match filename.
2016-02-12 20:19:31 +01:00
1d1eae4017
improve consistency of presentational properties in the export dialog.
2016-02-12 14:01:40 +01:00
cda4030330
Visualize Peaks and TruePeaks in Export Report
2016-02-12 12:52:49 +01:00
9766f88ee5
fix alignment of "N/A" messages
2016-02-11 22:03:14 +01:00
8179efab25
Allow removing the timespan name from the export-filename:
...
- if only one timespan is exported
and
- if at least one other name option is set.
2016-02-11 20:58:05 +01:00
e6b06597b7
remove all traces of "prolooks" and related classes
2016-02-11 13:03:24 -05:00
e641e8b1a3
tweak export dialog layout, add "open folder" button
2016-02-11 16:10:00 +01:00
6723f075d6
post-export scaleable layout.
2016-02-11 14:14:01 +01:00
2b4ac72e5d
Add button to Engine Dialog to choose between Portaudio callback and blocking API
2016-02-11 12:15:07 +10:00
d54a320374
Show/Hide midi calibrate button based on AudioBackend::enumerate_devices
...
Rather than use an ifdef to only pack the button on linux just hide the button
if the backend doesn't enumerate the devices.
2016-02-11 12:15:07 +10:00
fa033a7293
cont'd work on Post-Export Analysis GUI:
...
* vertically centered EBU-R128 numerics
* stereo waveform
* spectrum annotations
* SoundFile Info Table
2016-02-11 02:22:54 +01:00
05e59a06a2
Fix bug #6766 , Crash when creating new Session while one is currently open
2016-02-11 09:52:36 +10:00
90e35c7143
Fix bug #6762 , MIDNAM note read outs don't work when dragging MIDI note
...
Also fixes it so the key is selected in the piano roll header
2016-02-11 08:17:18 +10:00
2b42dc13fd
exported waveform annotation
2016-02-10 22:35:01 +01:00
ee31253187
GUI for optional analysis
2016-02-10 22:35:01 +01:00
4ac9ae4037
cont'd work on Post-Export Analysis GUI.
2016-02-10 19:29:12 +01:00
040b61e0bc
Update Export Report GUI
2016-02-10 15:11:45 +01:00
4d67739c72
Post-export Analysis GUI
2016-02-10 03:06:47 +01:00
883a6a3d4e
UI updates for export-abort
2016-02-09 21:37:28 +01:00
d56a44bf36
UI updates for detailed export state.
2016-02-09 13:19:34 +01:00
df76996aaa
insert time: ignore mouse as edit point
...
This is arguable, but at least is now consistent with 'remove time'.
2016-02-06 11:35:45 +00:00
05345048a6
insert time: remove pointless local variable
2016-02-06 11:23:16 +00:00
b69a980d3b
Make name of undo action for 'Remove Time' consistent
2016-02-06 10:21:44 +00:00
b9a3e33bf7
Add a simple check for valid duration in 'Insert/Remove Time'
2016-02-06 10:21:44 +00:00
8821569f4a
Remove debugging printf
2016-01-31 22:18:49 -06:00
22a14a56f3
use new selection API to avoid double signal when a track or tracks are SET as the selection
2016-01-29 16:15:41 -05:00
fbe236999d
modify Selection API to provide (default-valued) "with_signal" argument to all ::clear_*() methods
...
This allows the clear methods to be used before calling ::add(), to avoid the
emission of a signal saying "there are no <foo> selected right now".
There should be no side-effects from this commit.
Note that correct use of this new API is complex, and requires avoiding the use
of wrapper methods like clear_objects().
2016-01-29 16:15:41 -05:00
c0a843a905
fix device-list update concurrency issue.
...
It may happen that during push_state_to_backend() a device is
reconfigured in a way that triggers a "Device Changed" callback before
the engine is started. This callback can trigger a change to the
configuration that will be used when the engine is actually started.
This has been seen on OSX in conjunction with Aggregate Devices
(even if the aggregate is not used, but the device which is used
is also part of an aggregate)
example: HW changed callback arrives, device-list is re-populated,
*A*irplay" is at the top of the list, Airplay supports only 44.1K,
Samplerate changes... later save also writes this new rate to the file.
2016-01-29 01:12:53 +01:00
3332633d19
Editing from a control surface must have the ability to ignore mouse location.
...
Add mark_in and mark_out actions that explicitly use the playhead as the edit location.
2016-01-28 13:46:33 -06:00
458a2b723c
Use visible playhead location for editing during a jog-wheel event.
2016-01-28 13:46:33 -06:00
893b51bda2
Center the playhead for stationary_playhead playback.
...
This avoids a visual discontinuity when playback is initiated after a jog-event.
2016-01-28 13:46:33 -06:00
aedde11862
Initialize Editor::clicked_selection to prevent programming error dialog/exit
...
This was triggered when reloading session and immediately duplicating range with
keyboard shortcut. As clicked_selection was uninitialized it would try to use
an invalid index into the TimeSelection.
2016-01-28 13:42:37 +10:00
45e8bda65f
Change duplicate range to use time range/s rather than a single region
...
This should fix bugs #4980 , #4984 , #4986 and #6579
2016-01-28 12:25:16 +10:00
d1c35636f0
satisfy some pedantic compilers, #6748
2016-01-26 15:14:55 +01:00
bfbf260eaf
when using InverseGroup for rec-enable, do not collect group members and pass them to a session RT event method
2016-01-25 22:10:43 -05:00
c338057b7b
NOOP: whitespace fixes
2016-01-25 22:08:47 -05:00
5fd07fe3af
when using InverseGroup for solo, do not collect group members and pass them to a session RT event method
2016-01-25 22:08:23 -05:00
7b6142ed99
when using InverseGroup, do not collect group members and pass them to a session RT event method
2016-01-25 22:06:41 -05:00
dd32c05cda
GainMeter(Base) now has an explicit gain control given to it
2016-01-25 11:47:44 -05:00
452e39f8a3
Make horizontal scroll increment consistent in ruler and track canvas areas
...
In response to a comment in #6722 , as there is little delineation between the
ruler and track canvas areas it makes sense to keep the scrolling step the same
to avoid unintended jumps in scrolling if mouse cursor moves between areas.
2016-01-25 17:44:22 +10:00
570eb73ff3
no reason to have group edit dialog be modal
2016-01-22 11:58:31 -05:00
23794eca5b
rename Controllable::WholeGroup => InverseGroup to reflect real intent.
...
Add logic to RouteGroupMember::use_group() to implement the real intent of InverseGroup
2016-01-22 11:58:31 -05:00
9e5b7db89f
first compiling, mostly working version of group controls changes
2016-01-22 11:58:31 -05:00
eee07ac351
NOOP: whitespace fixup
2016-01-22 11:58:16 -05:00
0c9249604f
when leaving an active automation state, update fader displays to show correct current value
2016-01-22 11:58:16 -05:00