Paul Davis
f54d55c8a0
add preferences GUI elements to allow control of playhead priority items
2015-01-17 16:49:58 -05:00
Paul Davis
fbfa4283b9
initial version of playback priority design. No GUI control over options yet
...
Conflicts:
gtk2_ardour/editor_selection.cc
libs/ardour/ardour/rc_configuration_vars.h
libs/ardour/ardour/types.h
libs/ardour/enums.cc
2015-01-17 16:46:51 -05:00
YPozdnyakov
b4fe7e9026
[Summary]: delete some Preferences in the process of Tracks Live uninstall on windows
2015-01-16 20:14:07 +02:00
GZharun
2b9434b6af
[Summary] MixerStrip connects port_connected_or_disconnected to the engine::PortConnectedOrDisconnected before a route is set to the MixerStrip.
...
So should check if the _route is NULL in this method.
2015-01-16 14:55:23 +02:00
Valeriy Kamyshniy
1bb78a6926
[Summary] Progressing TRACKS specific export dialog
2015-01-16 13:17:19 +02:00
Valeriy Kamyshniy
b0a9841441
[Summary] Setting session dirty from Marker Inspector.
2015-01-16 13:17:19 +02:00
GZharun
82dd4514f4
[Summary] Implemented correct usecases for inspector when multiselection is used
...
[Reviewed by QA] MKosharniy
2015-01-16 12:39:37 +02:00
Nikolay
5c6275a63b
[Summary] Align progress dialog's widgets on the centre
...
[Reviewed] YPozdnyakov
2015-01-16 12:38:49 +02:00
VKamyshniy
0729ff3f8e
[Summary] Progressing Tracks specific export dialog.
2015-01-16 07:54:54 +02:00
VKamyshniy
360692e838
[Summary] Progressing Tracks specific export dialog.
2015-01-16 07:54:54 +02:00
VKamyshniy
5a34bee144
[Summary] Progressing TRACKS specific export dialog
2015-01-16 07:54:53 +02:00
VKamyshniy
2e35efb61a
[Summary] Progressing Tracks specific export dialog.
2015-01-16 07:54:53 +02:00
VKamyshniy
9fc0935c4b
[Summary] Added option to have XML scripts non-cacheable. Non-cacheable script allows try changes made in them with no restarting Tracks.
2015-01-16 07:54:52 +02:00
Paul Davis
993c020286
fix name of client given to audioengine backend (shows up with JACK)
2015-01-15 13:59:02 -05:00
Robin Gareus
946c451431
track height fixes:
...
* retain [custom] track-height
Editor::override_visible_track_count() is called repeatedly (for
every change), there was a 50/50 chance of it saving the right value.
* adjust default for new sessions: use “Normal” track height until
told otherwise.
2015-01-15 13:59:02 -05:00
Nikolay
86f858c82b
[Summary] Embed (DRAG-nDROPped) file with different sample rate DIALOG
...
[Feature reviewed] Mykhailo Kosharnyy
[Reviewed] YPozdnyakov
2015-01-15 18:23:41 +02:00
Nikolay
0f1ad3ef6f
[Summary] Progress dialog rework. Make it non singltongue, put athync available dialog in ARDOUR_UI instance.
...
[Reviewed] YPozdnyakov
2015-01-15 18:23:40 +02:00
GZharun
b37981c6c4
[Summary] Fixed crash provoked by WavesTrackColorDialog. Set NULL route to color dialog before deleting inspector.
2015-01-15 18:22:44 +02:00
YPozdnyakov
ca9d89f33b
[Summary]: Project of Tracks Live Installer for windows
2015-01-15 17:47:39 +02:00
Paul Davis
5b621d03d1
set failure message if new session folder cannot be created for any reason during save-as
2015-01-15 09:31:57 -05:00
GZharun
3a80463177
[Summary] Added selection update blocking when it's required
2015-01-15 14:23:04 +02:00
GZharun
91dfada2d0
[Summary] Added export cleanup
...
[Reviewed by] Andriy Mishyn
2015-01-15 13:47:06 +02:00
GZharun
b79054bf41
[Summary] Removed redundant selection calls and suspended selection updates when removing/adding tracks.
2015-01-15 13:46:05 +02:00
GZharun
00df248d3b
Revert "[Summary] Removed redundant selection changes when new tracks are added"
...
This reverts commit 72037faa33 .
2015-01-15 13:26:04 +02:00
GZharun
72037faa33
[Summary] Removed redundant selection changes when new tracks are added
2015-01-15 13:14:08 +02:00
Nikolay
f42681bcf1
[Summary] Fixed bug with session details label in the Session Dialog
...
[Feature reviewed on Mac and Windows] Igor Maximenko
2015-01-15 10:25:37 +02:00
Paul Davis
6e1a7cc5d0
explanatory comments for waves developers to read
2015-01-14 18:17:37 -05:00
Paul Davis
fc44dd4150
unfinished save-as dialog, to serve as example/guide/framework for full implementation
...
Conflicts:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
2015-01-14 18:05:34 -05:00
Paul Davis
86bb687534
get Session::save_as() working much more correctly, and cleaner
2015-01-14 18:03:59 -05:00
Paul Davis
c9b93aa6ac
first working version of save-as
...
Conflicts:
gtk2_ardour/ardour_ui.cc
libs/ardour/session_state.cc
2015-01-14 18:03:44 -05:00
Paul Davis
ba9f29ff1e
add initial code/stubs, actions, menu items for save as
...
Conflicts:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui_ed.cc
2015-01-14 18:01:35 -05:00
Paul Davis
f699982c1b
add initial code (and stubs) for save-as related functionality
2015-01-14 17:59:41 -05:00
Paul Davis
fa647a7a11
change behaviour so that clicking on loop range or loop range bar doesn't locate or change transport state
2015-01-14 10:42:25 -05:00
Nikolay
0702f23bb1
[Summary] Bug fix #45623 "Reset pan does not work (win)"
...
[Reviewed] YPozdnyakov
2015-01-14 12:50:58 +02:00
Nikolay
b2f9c8cbcc
[Summary] Bug fix #44816 "remove Rhythm Ferret menu (ardour functionality)"
...
[Reviewed] YPozdnyakov
2015-01-14 12:49:52 +02:00
Nikolay
bfc6294c48
[Summary] Bug fix #45356 "remove Time Stretch Audio menu"
...
[Reviewed] YPozdnyakov
2015-01-14 12:48:23 +02:00
Nikolay
02fa803486
[Summary] Deleted unused action and mouse mode for "set-mouse-mode-draw" (Finishing Bug Fix #44821 ).
...
[Reviewed] YPozdnyakov
2015-01-14 11:31:49 +02:00
Nikolay
894959ead8
[Summary] Bug #44605 "Zoom out with key "-" leads Tracks to SWOD or crash"
...
[Reviewed] YPozdnyakov
2015-01-14 11:28:21 +02:00
GZharun
5d8821a1bd
[Summary] Vector of routes within the selection on which gain value is not supposed to be changed. Made it const ref.
2015-01-14 01:54:34 +02:00
VKamyshniy
ecdd95707b
[Summary] Bug Fix: track name pattern contained a space not supposed.
2015-01-13 15:59:17 +02:00
GZharun
4ff012fd60
[Summary] Fader on selected tracks use cases:
...
1. When fader is dragged faders on other selected tracks will move relatively.
2. When value is changed in gain display (from keyboard) on any of the selected tracks - values on all selected tracks will be updated.
3. When fader on on of the selected tracks is pressed with Alt (set to default), default values will be set on all selected track faders.
[Reviewed by QA] Andrii Mishyn
2015-01-13 15:43:25 +02:00
GZharun
536395037b
[Summary] Do not change selection by Fader press (requested by Igor)
2015-01-13 15:43:25 +02:00
VKamyshniy
a4868c553e
[Summary] Fixing the bug: incorrect ordinar numers dispalyed in the hints over compact mixer strip.
2015-01-13 13:54:26 +02:00
Nikolay
987ab36420
[Summary] Changed "Session details" label in the Session Dialog on Igor's request.
...
[Feature reviewed] Igor Maximenko
2015-01-13 11:08:24 +02:00
Nikolay
c9426440e1
[Summary] Changed in Preferences on Igor's request
2015-01-12 14:08:46 +02:00
Nikolay
4b14651a10
[Summary] Changed Playback and Recording buffers to 10 on PM's request
...
[Reviewed] YPozdnyakov
2015-01-12 13:44:41 +02:00
Nikolay
bf436b9bb0
[Summary] Fixed bug with disabled possibility to add track on double click
...
[Reviewed] YPozdnyakov
2015-01-12 13:39:33 +02:00
GZharun
5f6020efad
[Summary] Removed master track
2015-01-12 10:32:12 +02:00
VKamyshniy
fdbc099237
[Summary] Pixel hunting.
2015-01-11 02:09:45 +02:00
VKamyshniy
348aa67803
[Summary] Per request from Igor: Contex menu - change submenu symbol (change point to triangle);
2015-01-11 01:24:38 +02:00