Commit graph

6793 commits

Author SHA1 Message Date
Valeriy Kamyshniy
dcd219bd7e [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:47:53 -04:00
Valeriy Kamyshniy
e5d5a9a0d2 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:47:49 -04:00
Valeriy Kamyshniy
6b707d876a [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:47:43 -04:00
Valeriy Kamyshniy
94995400a3 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:37:58 -04:00
Valeriy Kamyshniy
fc34e62069 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:12:17 -04:00
Valeriy Kamyshniy
55697c8b7f [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:12:12 -04:00
Valeriy Kamyshniy
5d78ffefaf [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:12:09 -04:00
Valeriy Kamyshniy
998d4e759b [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:12:04 -04:00
Valeriy Kamyshniy
ba44ad5b76 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:11:58 -04:00
Valeriy Kamyshniy
725bfa133e [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:11:50 -04:00
Valeriy Kamyshniy
9c2afa8fd6 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:11:45 -04:00
Valeriy Kamyshniy
2a005d6315 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:10:06 -04:00
Valeriy Kamyshniy
a511fc3013 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:02:19 -04:00
Valeriy Kamyshniy
d0d199fc87 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:02:14 -04:00
Valeriy Kamyshniy
ab8b32f9ea [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:02:10 -04:00
Valeriy Kamyshniy
1d5baf3a5f [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:02:03 -04:00
Valeriy Kamyshniy
6df17f9ca1 [P4/git history rebuild] unconditionally apply waves backend changes to get them aligned with initial P4 condition 2014-05-27 22:01:55 -04:00
Valeriy Kamyshniy
12e69269c1 [P4/git history rebuild] curious commit. This was later added to Ardour. Unclear how it ended up here. But the reduced condition for _writable is, in fact, correct according to Ardour code as of May 27th 2014. 2014-05-27 21:58:11 -04:00
Valeriy Kamyshniy
afec41c017 [P4/git history rebuild] initial implementation of automatic reconnection after I/O model changes 2014-05-27 21:57:05 -04:00
Valeriy Kamyshniy
9549786652 [P4/git history rebuild] this commit appears because of a missing ardour commit. It MUST be reverted in a future merge with Ardour because the code is incorrect. It is being applied now to get to absolutely minimal differences with the initial p4 conditions. 2014-05-27 21:56:30 -04:00
Valeriy Kamyshniy
cf0bcc8c66 [P4/git history rebuild] unnecessary removal of MSVC related extensions to use when looking for control protocols (needs reinstating in a future major merge with Ardour) 2014-05-27 21:54:44 -04:00
Valeriy Kamyshniy
8cda735700 [P4/git history rebuild] more support for device list changes; start reconnection support when I/O model changes 2014-05-27 21:53:39 -04:00
Valeriy Kamyshniy
8f8562d87f [P4/git history rebuild] new API related to automation reconnection when I/O model changes 2014-05-27 21:53:04 -04:00
Valeriy Kamyshniy
145c4292e7 [P4/git history rebuild] new configuration variable that specifies if the runtime is tracks (superceded later by an ARDOUR::Profile item) 2014-05-27 21:52:49 -04:00
Valeriy Kamyshniy
bef7413bbb [P4/git history rebuild] new API related to change of devices available to audio/MIDI backend 2014-05-27 21:52:11 -04:00
Valeriy Kamyshniy
c2a554987a [P4/git history rebuild] new API for backend to enable dropping the device 2014-05-27 21:51:52 -04:00
Paul Davis
ae7f56d89f fix thinko 2014-03-21 16:28:17 -04:00
John Emmas
34ebb682a4 Minor visibility changes to libevoral (template objects can be exported in libevoral because they're always instantiated in the actual DLL). 2014-03-21 18:57:36 +00:00
John Emmas
abab819bb3 Avoid some ambiguous calls to 'floor()' which were upsetting MSVC 2014-03-21 18:24:36 +00:00
Robin Gareus
903f1d7853 check if session dir is writable (needed for .bak files, undo, etc) 2014-03-21 16:10:29 +01:00
John Emmas
0daae2ec91 When finding the control surface DLLs (MSVC built), make sure we only find ones that match our build target 2014-03-21 14:54:21 +00:00
Robin Gareus
9d7efe7865 tweak meter-peak hold when using LED-striped meters 2014-03-21 14:15:38 +01:00
Robin Gareus
ab44e41dfd change the meters into CairoWidget, add expose_area to CairoWidget::render() 2014-03-20 23:50:40 +01:00
Paul Davis
9df3157dfc big rework of scrolling, horizontal part considered almost 100% done.
Many more changes than I would typically like in a single commit, but this was all very intertwined.
Vertical scrolling using track-stepping still to follow.
2014-03-20 13:29:45 -04:00
John Emmas
97a537cd21 Use glibmm to simplify my earlier efforts with 'user_config_directory()' and 'user_cache_directory()'
(improves my previous commit from 10th Mar 2014)
2014-03-19 14:38:41 +00:00
John Emmas
6b92b1787e Modify 'ardour_config_search_path()' and 'ardour_data_search_path()'
1) So that the Windows version will use appropriate environment variables (if they exist)
     2) So that we don't exit if the env vars can't be found (we can still return some kind of path so just alert the user)
2014-03-19 13:42:58 +00:00
Robin Gareus
2952ac05e6 fixed a few warnings from clang static analysis 2014-03-18 22:51:44 +01:00
Robin Gareus
0e41d00811 fix potential uninitialized object pointer. 2014-03-18 20:51:59 +01:00
John Emmas
796f6e1302 Re-validate our iterator after SessionEventManager removes an event 2014-03-18 19:23:28 +00:00
John Emmas
80e1b42ed5 When finding (MSVC built) panner DLLs, make sure we only find ones that match our build target
Will most likely also need to get done for similarly "discovered" DLLs (backends / surfaces etc). TBC
2014-03-18 17:32:39 +00:00
Paul Davis
3e4278a0fb g_close() is only available in select versions of glib; fix up non-standard use of glib/cerr to report errors and other related mess 2014-03-17 10:16:45 -04:00
John Emmas
9352eac64b Make sure that windows_search_path() is 'visible' in Windows (will be needed for fixup_bundle_environment) 2014-03-17 11:29:17 +00:00
John Emmas
96244e2afa Close a temporary file as soon as we know we've created it (the function which needs the file will re-open it itself) 2014-03-15 14:42:20 +00:00
Robin Gareus
f0e40565a5 small cleanup. 2014-03-14 20:25:04 +01:00
Robin Gareus
2721242f77 comment libardour functions that are not used in external scanner. 2014-03-14 20:18:24 +01:00
Paul Davis
f05fe6a3fb removed duplicated (and dangerous) call to close(2) 2014-03-14 15:16:15 -04:00
Paul Davis
83a5eadcf8 fix compile of libs/vfork with slightly older(?) glibc headers 2014-03-14 14:52:23 -04:00
Paul Davis
82bce6cc76 call BaseUI::quit() from inside the MIDI Control UI destructor, to properly shutdown its thread 2014-03-14 13:46:30 -04:00
Robin Gareus
543099afba rework SystemExec - use vfork wrapper (and lots of related stuff) 2014-03-13 16:58:07 +01:00
Paul Davis
f15932a5c2 fix #ifdef in localtime_r header (from Valeriy) 2014-03-12 09:39:16 -04:00