GZharun
c990b2d8c7
[Summary] Disable invert buttons operations for RouteUI, removed actions from MixerStrip::set_route () and RouteTimeAxisView::set_route () which are duplications of the same actions done in base class - RouteUI::set_route ()
...
[Reviewed by] YPozdnyazkov
2015-03-25 18:06:07 +02:00
Nikolay
97c34ccd57
[Summary] Added tooltips on Mute, Input Monitoring, Record Enable, Solo buttons in the Inspector and Mixer
...
[Feature reviewed] AMishyn
[Reviewed] VKamyshniy
2015-03-25 10:59:07 +02:00
Nikolay
fbdeb3662d
[Summary] Bug fix #46783 "Please change AutoLock and AutoSave minimum value to "none" or "off"
...
[Feature reviewed] AMishyn
[Reviewed] VKamyshniy
2015-03-25 10:57:18 +02:00
Nikolay
19bc365c21
[Summary] Bug fix #44332 "Please fit the Pan values monitor to channel borders"
...
[Feature reviewed] AMishyn
[Reviewed] VKamyshniy
2015-03-25 10:55:55 +02:00
Nikolay
678d3a6b12
[Summary] Bug fix #46782 "Please change "master" label to "Master Bus" label as on the channel itself"
...
[Feature Reviewed] AMishyn
[Reviewed] VKamyshniy
2015-03-25 10:54:20 +02:00
Nikolay
17267855ab
[Summary] Code improvement
...
[Reviewed] VKamyshniy
2015-03-25 10:53:06 +02:00
Nikolay
d730504648
[Summary] Changed tooltips background and foreground colour. Bug fix #43506 "Hint background color is not correct"
...
[Feature reviewed] AMishyn
[Reviewed] VKamyshniy
2015-03-25 10:52:29 +02:00
Nikolay
1c4833a1b6
[Summary] Bug Fix #46938 "Change alignment of numbering tracks in Track Headers"
...
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-03-25 10:50:42 +02:00
VKamyshniy
ad3b5056a1
[Summary] Introducing "Save Template" with Tracks Specific dialog.
2015-03-25 00:10:52 +02:00
VKamyshniy
706bc57b38
[Summary] Adding linewrap option for Gtk::Label.
2015-03-25 00:10:51 +02:00
GZharun
5f29c11b70
[Summary] Prohibit reconnection when IO is not ready.
2015-03-23 17:23:05 +02:00
GZharun
7f88fe16f2
[Summary] Do not restore routes connection using XML IO state for TracksLive, because this is redundant for TracksLive.
...
Moreover if the device is changed XML state of IO contains port names of the old device which causes attempts to connect to non existent ports.
[Reviewed by] Paul Davis
2015-03-23 13:51:45 +02:00
GZharun
82a55c48a6
[Summary] Fixed bug 46890: Tracks doesn't switch current Sample Rate value to 48kHz when Dante Virtual Soundcard selected as interface
...
[Reviewed by QA] AMishyn
2015-03-20 14:07:20 +02:00
Valeriy Kamyshniy
c49423d783
[Summary] Occasionally removed risk of memory protection fault (access to NULL address)
2015-03-17 23:00:37 +02:00
VKamyshniy
6905f25cc4
[Summary] Optimizing GUI resources (flat color Icon replaced with EventBox)
2015-03-17 20:43:47 +02:00
Valeriy Kamyshniy
e041b29d2f
[Summary] Corrected handling of event GDK_FOCUS_CHANGE in the editor’s generic event handler. Eliminating compilation Warning about unused vars. Call from connect_routes_and_update_global_rec_button() from add_routes. Removing connection of session->RouteAdded to connect_routes_and_update_global_rec_button().
2015-03-14 20:23:34 +02:00
Valeriy Kamyshniy
ddfc0089a0
[Summary] Removing debug output
2015-03-13 14:04:42 +02:00
Valeriy Kamyshniy
7a364555a8
[SUMMARY] Bug fix: crash when many region copings occurred too frequently.
2015-03-13 13:58:54 +02:00
Nikolay
9e7c85d1a9
[Summary] Deleted unused master_ui_gain_meter.xml from X-Code projectfile
2015-03-12 10:43:15 +02:00
Nikolay
2946d6dff3
[Summary] Deleted unused Global Rec and Global Mute buttons in Master UI. (Global Rec and Global Mute buttons was moved to the class Editor few months ago)
...
[Reviewed] YPozdnyakov
2015-03-11 16:48:21 +02:00
Nikolay
d26078c11a
[Summary] Fix bug "It is possible to activate Global MUTE button in MultiOut mode, even when session doesn't contain tracks"
...
[Feature reviewed] AMishin
[Reviewed] YPozdnyakov
2015-03-11 16:44:50 +02:00
Nikolay
8c5050cff7
[Summary] Fix bug #45668 "It is possible to activate Global record button, even when session doesn't contain tracks"
...
[Feature reviewed] AMishin
[Reviewed] YPozdnyakov
2015-03-11 16:43:14 +02:00
Nikolay
90a7b9f46a
[Summary] By default make text selected in tracks number entry in Add Tracks Dialog
...
[Feature reviewed] AMishin
[Reviewed] YPozdnyakov
2015-03-11 16:42:25 +02:00
Nikolay
ba363d9001
[Summary] Set text in MixerStrip Numeric Fader Position indicator on the center during the editing
...
[Feature reviewed] AMishin
[Reviewed] YPozdnyakov
2015-03-11 16:40:56 +02:00
Nikolay
aa8cec24d8
[Summary] Set text in MixerStrip Numeric Fader Position indicator on the center during the editing
...
[Feature reviewed] AMishin
[Reviewed] YPozdnyakov
2015-03-11 16:39:57 +02:00
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