Commit graph

15819 commits

Author SHA1 Message Date
YPozdnyakov
a6b202879f [Summary]: add checks of session's existence and right session's file format in case of opening session from application api (dbl-click, drag-n-drop) 2015-01-28 14:20:23 +02:00
Nikolay
f461eb4699 [Summary] Implemented WavesEntryDialog. Changed ardour-style dialog for Region Name Edit on new style dialog
[Feature reviewed] Igor Maximenko, MKosharnyy
[Reviewed] YPozdnyakov
2015-01-28 13:52:04 +02:00
GZharun
ff8b4693bf [Summary] HOT FIX: Fixed crash which happens on an attempt to load a session with audio after preferences removal, when buffer preset is set to Medium.
[Details] It happened because ARDOUR::Butler::thread_work() was called before Buttler::map_parameters() method was called, which sets up the correct buffering parameters (set_buffering_parameters () call) according to chosen preset.
I've added this calls into Butler::start_thread () to make sure everything is set up and ready for use for Butler.

This is a hot fix, because it requires the review from Paul Davis, and probably more gentle solution. But it's possible this commit may become the main solution itself.
2015-01-28 12:44:49 +02:00
Nikolay
a5b1f57574 [Summary] Fixed bug in WavesMessageDialog 2015-01-28 12:23:10 +02:00
Nikolay
7e08d8ad4c [Summary] Deleted hot key "9" on elected region which invoked Tempo-from-region window
[Reviewed] YPozdnyakov
2015-01-28 10:34:25 +02:00
GZharun
bc6fefc839 [Summary] Made hdd buffering parameters casting to be performed more correct way
[Reviewed by] Paul Davis
2015-01-28 10:28:45 +02:00
Nikolay
dea6a54661 [Summary] Write "Locked " instead of ">NAME<" on the locked region
[Feature reviewed] Igor Maximenko
2015-01-28 10:24:36 +02:00
Valeriy Kamyshniy
3e69caeda5 [Summar] Changing list of export format and preset used for Tracks Live. Changing nothing for other apps. For Tracks Live we need nothing but “Tracks Live” export format and preset. 2015-01-28 01:09:54 +02:00
Valeriy Kamyshniy
34a3e8b49c [Summary] Adding accuracy to the code: the for loops break having accomplished their missions (finding drop down item to select) 2015-01-27 23:59:56 +02:00
Valeriy Kamyshniy
ef1e0b3c46 [Summary] Adding missing PNG-s (used for export dialogs). 2015-01-27 23:55:55 +02:00
Valeriy Kamyshniy
2ee2cc81eb [Summary] Adding missing initialization of the date &time formats. “Init trashes” caused a bit ruined logic of the export dialog. 2015-01-27 23:54:15 +02:00
VKamyshniy
d56257b81f [Summary] Completing XML-ized export dialogs 2015-01-27 22:16:30 +02:00
VKamyshniy
df1ca6ba02 [Summary] Making more more appropriated drawing in the treeview of Track export channel selector 2015-01-27 22:16:30 +02:00
GZharun
c25ab479ea [Summary] Set default HDD buffering to medium per Igor's request 2015-01-27 17:14:19 +02:00
Valeriy Kamyshniy
d40067672c [Summary] progressing the XML-ized Export dialog. 2015-01-27 16:02:28 +02:00
GZharun
e747a381a9 [Summary] Fixed bug 45595: Skip Marker and Add Marker buttons make loop range selection active
[Reviewed by QA] MKosharniy
2015-01-27 15:58:12 +02:00
GZharun
0aee0aab3e [Summary] Added HDD buffering drop down to the tracks control panel and connected required functionality to it. 2015-01-27 15:04:58 +02:00
Nikolay
451a3e8c7c [Summary] Eliminated "Pitch-shift" window for regions
[Reviewed] YPozdnyakov
2015-01-27 14:52:03 +02:00
Nikolay
6507a0c9fb [Summary] Eliminated stop and destroy command after finishing playback. Fixed bug #44791 "Tracks crashes when press Ctrl+Space during record".
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-01-27 14:50:45 +02:00
YPozdnyakov
8d45456007 [Summary]: remove unused declarations 2015-01-27 13:56:22 +02:00
YPozdnyakov
d048d3fbba [Summary]: on OS X, do not require additional click to activate the SessionDialog [Suggested by Paul Davis] 2015-01-27 13:51:41 +02:00
YPozdnyakov
b8ef3293da fix incorrect logic when loading session via NextStep document API [Reviewed by] Paul Davis 2015-01-27 13:49:04 +02:00
YPozdnyakov
006c1d2104 [Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul Davis 2015-01-27 13:47:47 +02:00
VKamyshniy
d1f1da11ba [Summary] Adding the export format specs specially for TRACKS 2015-01-27 12:23:11 +02:00
VKamyshniy
1fb858c918 [Summary] progressing the XML-ized Export dialog. 2015-01-27 12:23:11 +02:00
Greg Zharun
ac2cb8d1d3 [Summary] Added abort () call instead of exit () if fatal error occurs to catch a back trace. 2015-01-27 12:04:11 +02:00
GZharun
71b44e9308 [Summary] HOT FIX: the returned value should be 65536 samples, which is an equivalent to 262144 bytes
[Reviewed by] Paul Davis
2015-01-27 10:45:25 +02:00
GZharun
10ed615772 [Summary] Fixed bug 46017: Eliminated possibility to remove loop range
[Reviewed by QA] MKosharniy
2015-01-27 10:45:25 +02:00
Paul Davis
ebd3178809 ignore context menu click events, notably during drag but also for a couple of other purposes 2015-01-26 16:37:53 -05:00
Paul Davis
1a71eedea0 Revert "make application active immediately, without requiring click"
This reverts commit 90399c80e6.

Will likely be applied separately by someone else.
2015-01-26 15:55:50 -05:00
Paul Davis
f808e772bc fix timing of Butler mapping config parameters to avoid crash.
Amazing that this didn't show up on Linux at all, or on the first run after build. Computers ... sigh.
2015-01-26 15:54:29 -05:00
Paul Davis
90399c80e6 make application active immediately, without requiring click 2015-01-26 15:15:14 -05:00
Paul Davis
92c8b8fae9 introduce the idea of buffering presets, along with 3 possible settings (plus custom).
Actual numbers for the parameters are still to be determined/verified, and probably subject to
some platform specificity.
2015-01-26 15:13:48 -05:00
Nikolay
fbab241bf3 [Summary] Changed dialog style 2015-01-26 18:27:23 +02:00
Nikolay
e32d08a833 [Summary] In WavesDialog::on_response() added invocation of the parent's method. 2015-01-26 18:08:42 +02:00
Nikolay
cb9c347bd0 [Summary] Force WavesDialog hide itself in on_response(). Fixed bugs #44333, #45169.
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-01-26 17:56:25 +02:00
Nikolay
b5572bf605 [Summary] Bug fix #45729 "Unsupported files should be forbidden to load from "open saved session" menu"
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-01-26 17:13:50 +02:00
GZharun
f76ae60204 [Summary] HOT FIX to the issue provoked by this commit: f8996e50c6
[Details] New read chunks exceed ring buffers capacity. When there is an attempt to playback we get error message.
2015-01-26 13:02:50 +02:00
YPozdnyakov
a7c5223ef1 [Summary]: ProgressDialog fix 2015-01-26 11:42:15 +02:00
GZharun
8e76cb5153 [Summary] Fixed crash with an attempt to remove loop marker and place playhead on any place under it
[Reviewed by] Paul Davis
[Reviewed by QA] MKosharniy
2015-01-26 10:44:48 +02:00
GZharun
ca79e78fb8 [Summary] Fixed crash with an attempt to resize active loop
[Reviewed by] Paul Davis
[Reviewed by QA] MKosharniy
2015-01-26 10:44:48 +02:00
Nikolay
a8d050ce06 [Summary] Bug #44186 "Master bus color marker offset 1 pixel left"
[Feature reviewed] Igor Maximenko
2015-01-26 10:22:34 +02:00
VKamyshniy
b9c4f67160 [Summary] progressing the XML-ized Export dialogs. This time it's about WINDOWS SETUP PROGRAM 2015-01-26 01:35:36 +02:00
VKamyshniy
5ddbee785b [Summary] progressing the XML-ized Eaport dialogs. 2015-01-26 01:16:11 +02:00
VKamyshniy
ee51f29f24 [Summary] Now, if the root node of XML has UI.NEEDINIT="true", all it's attributes for GTK will be applied to the root Gtk::Container 2015-01-26 01:14:24 +02:00
VKamyshniy
68c5c24f50 [Submit] Progressing XML-ized export dialogs. 2015-01-25 13:44:33 +02:00
VKamyshniy
5d49a5d712 [Summary] Removing DBG output 2015-01-25 13:44:33 +02:00
VKamyshniy
f441b549f7 [Summary] Reset unintentionally pushed debug-code. 2015-01-25 13:44:32 +02:00
VKamyshniy
f2605e566f [Summary] Reset unintentionally pushed debug-code. 2015-01-25 13:44:32 +02:00
Paul Davis
83cbcd41aa replace all uses of POSIX locale with C locale - Windows does not support POSIX locale 2015-01-24 19:50:28 -05:00