Nikolay
a6ff4e1739
[Summary] Deleted unused file
...
[Reviewed] YPozdnyakov
2015-03-11 16:35:31 +02:00
GZharun
d491b1a387
[Summary] Fixed issue with device activation if it does not support Tracks default sample rate 44,1kHz. In this case for first start of the device the first sample rate from the list of available must be used.
2015-03-11 12:07:55 +02:00
YPozdnyakov
0cf3e3213b
[Summary]: delete key command 'p'
2015-03-05 11:46:02 +02:00
YPozdnyakov
a281a44070
Dialog "Restarting Audio Engine..." should be hidden immediately after calling hide(). But on windows 8 it was detected that in some cases (depends on devices) method hide () doesn't hide the dialog. So the program logic was changed - dialog is created in method device_reset_started() and deleted in device_reset_finished().
2015-03-04 14:49:18 +02:00
GZharun
e2a9446527
[Summary] Fixed issue: When device is changed it must not change session SR.
...
Removed rudimentary _desired_sample_rate member which does required for TracksLive workflow.
2015-03-04 10:46:30 +02:00
GZharun
2c8efe68dd
[Summary] Fixed issue 46699
...
[Details] Desired sample rate must be set by the session only when session loads
2015-03-03 18:43:39 +02:00
GZharun
766f35e41b
[Summary] Disabled debug logs for MIDI device
2015-03-03 18:16:53 +02:00
Greg Zharun
ddc9c7210b
[Summary] Removed unnecessary line of code
2015-03-03 17:50:13 +02:00
Greg Zharun
8b9cf13a7f
[Summary] Disabled logs
2015-03-03 16:21:31 +02:00
VKamyshniy
ec9accf1f8
[Summary] Adding log output
2015-03-03 15:44:55 +02:00
VKamyshniy
01f130a666
[Summary] Adding log output
2015-03-03 15:38:54 +02:00
VKamyshniy
2938108eb6
[Summary] Adding log outputs
2015-03-03 14:34:18 +02:00
VKamyshniy
73a594c35b
[Summary] Adding log output
2015-03-03 13:26:52 +02:00
Greg Zharun
4cc89cd165
Revert "[Summary] Added stream abortion in case of unsuccessful stop"
...
This reverts commit ca61d7129a .
2015-03-03 00:23:54 +02:00
Greg Zharun
ca61d7129a
[Summary] Added stream abortion in case of unsuccessful stop
2015-03-02 23:48:23 +02:00
YPozdnyakov
5263292eb4
[Summary]: rewprk methods WavesMidiDevice::open () and WavesMidiDevice::close (). There were some logical mistakes.
2015-03-02 23:47:41 +02:00
Valeriy Kamyshniy
821c031052
[Summary] Audio Backend code cleanup - PORTION B
2015-03-02 20:19:50 +02:00
Greg Zharun
9a5ff32da2
[Summary] Added missing close on non successful port opening
2015-03-02 15:45:10 +02:00
Valeriy Kamyshniy
a1451c1abd
[Summary] Audio Backend code cleanup - PORTION A
2015-03-02 14:44:04 +02:00
Nikolay
4178e4bb32
[Summary] Removed "Reverse" from region context menu
...
[Feature reviewed] AMishyn
[Reviewed] YPozdniakov
2015-03-02 11:25:31 +02:00
YPozdnyakov
2989f4b442
[Summary]: fix bug #46666 . Delete key command Shift-A.
2015-03-02 11:04:42 +02:00
Greg Zharun
aff834d06b
[Summary] Added dialog XML to Windows installer
2015-03-02 04:03:51 +02:00
Greg Zharun
71dfae063a
[Summary] Changed midi stop order related to audio
2015-03-02 03:54:40 +02:00
Greg Zharun
45144ada2e
[Summary] Removed unnecessary abortion
2015-03-02 00:07:15 +02:00
Greg Zharun
b7d650c880
[Summary] Very seldom crash. Cleared temp data gave almost stable work
2015-03-01 23:34:15 +02:00
Greg Zharun
f71aca0d1e
Revert "[Summary] Windows MIDI fixes: moved MIDI queue initialization before opening device; Made MIDI not reset during backend restart"
...
This reverts commit 6b77218f80 .
2015-03-01 20:51:37 +02:00
Valeriy Kamyshniy
4b938012a2
[Summary] Adding dialog to inform that Audio Engine is restarting. — ADDING MAC SPECIFIC PIECES OF BEHAVIOR, ORTHOHONAL (NON CONFLICTING) WITH WINDOWS.
2015-03-01 16:00:16 +02:00
Greg Zharun
2baa401f81
[Summary] Fixed several backend issues: made reset counter check atomic, removed copy/paste mistakes
2015-03-01 14:49:55 +02:00
Greg Zharun
6b77218f80
[Summary] Windows MIDI fixes: moved MIDI queue initialization before opening device; Made MIDI not reset during backend restart
2015-03-01 14:49:53 +02:00
GZharun
3ea3319e3b
[Summary] Fixed crash on MAC when MIDI device name is 0 ref
2015-03-01 14:36:06 +02:00
VKamyshniy
caf727ed13
[Summary] Adding dialog to inform that Audio Engine is restarting.
2015-03-01 13:26:57 +02:00
VKamyshniy
a5a8bf32e7
[Summary] Occasional clean-up.
2015-03-01 11:12:12 +02:00
GZharun
122828cbc2
[Summary] Added signals to notify about device reset status
2015-02-28 21:05:48 +02:00
GZharun
5d7de60ae8
[Summary] Made sample rate and buffer size changed instantly
2015-02-28 20:58:19 +02:00
Greg Zharun
b9889bf4bc
[Summary] Removed useless output
2015-02-28 19:55:21 +02:00
Greg Zharun
99e4cc9cb4
[Summary] Added actions to handle abnormal behavior during stream stop for MIDI and Audio devices.
...
Made correct error handling for cases we didn't see before.
Removed redundant and experimental code I forgot to remove months ago.
Added debug output which will help in future testing
2015-02-28 18:39:13 +02:00
YPozdnyakov
5316675079
[Summary]: ProgressDialog shouldn't react on Esc and Enter press. But if Cancel button is used, Esc should emit CancelClicked signal
2015-02-27 20:05:20 +02:00
Valeriy Kamyshniy
d8d6076e68
[Summary] Per request from Igor: in the Preference dialog buttons [Reset Track Names To Default] and [Name Tracks After Driver] are hidden.
2015-02-27 18:54:25 +02:00
Valeriy Kamyshniy
eb3856bb53
[Summary] Fixed bug: Dragging Region with copying it provoked a crash. The reason is: too short room for name generated for new region.
2015-02-27 18:29:45 +02:00
YPozdnyakov
c1cf788316
[Summary]: change message text about necessity of having at least one track for record start
2015-02-27 14:29:30 +02:00
VKamyshniy
2971d49b89
[Summary] Implementing safe and consistent ENTER-key and ESC-key presses for the export dialog in its two states: opened export settings and running export.
2015-02-27 14:08:32 +02:00
VKamyshniy
3ba691c4c8
[Summary] Removing unused module from the list of compiled sources.
2015-02-27 14:08:32 +02:00
VKamyshniy
2c19035194
[Summary] Adding on_default_response to provide chance for conditional ending of opened dialogs prs ENTER key presses
2015-02-27 14:08:31 +02:00
Nikolay
79784f9072
[Summary] Changed background colour for path label in the Export Dialog
...
[Feature review] === REQUIRED IGOR'S REVIEW===
[Reviewed] YPozdnyakov
2015-02-27 13:04:47 +02:00
Nikolay
dc13a6a6fe
[Summary] Bug fix #46032 "Meter bridge does not have end border"
...
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-27 12:34:08 +02:00
Nikolay
a9c0859a01
[Summary] In Export dialog changed destination entry on destination label
...
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-27 12:32:15 +02:00
Nikolay
900e1c7225
[Summary] Cancel device change on Esc or No button pressed.
...
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-27 12:31:09 +02:00
VKamyshniy
b968edd69e
[Summary] Hiding settings for export prior to start export.
2015-02-27 04:16:28 +02:00
Valeriy Kamyshniy
7d6f7bfe5a
[Summary] Getting most recent changes from ARDOUR’s git. These changes fix a bug with broken export in case of exporting the Play Loop.
2015-02-27 03:11:18 +02:00
Valeriy Kamyshniy
73e990ee52
[Summary] Fixed bug: in case of aborted export, the export dialog box should end.
2015-02-27 03:11:18 +02:00