Commit graph

7301 commits

Author SHA1 Message Date
Paul Davis
bd1bf7749b rename system and user config files with product-neutral names 2014-09-04 12:31:39 -04:00
GZharun
3d5f799136 [Summary] Reworked record region according to PRD 2014-09-04 18:45:10 +03:00
Paul Davis
696dee9607 fix ALSA backend for modified API 2014-09-04 10:50:43 -04:00
Paul Davis
bfdea4ac59 enable ALSA backend on Linux 2014-09-04 10:50:43 -04:00
Paul Davis
1da0fe3f54 fix braces 2014-09-04 09:40:50 -04:00
Paul Davis
38b806c02f indent 2014-09-04 09:38:19 -04:00
Paul Davis
ef63f2421d fix merge conflict resolution mistake in CairoWidget that used the wrong scope for render() call 2014-09-04 09:28:51 -04:00
GZharun
bc77ff830c [Summary] Changed Name font and highlight color according to PRD 2014-09-04 13:21:54 +03:00
GZharun
299eb2ec0f [Summary] Fixed misprint in the Maverics specific code. 2014-09-04 11:12:55 +03:00
Paul Davis
c430449781 fix waf thinko in backends wscript
Conflicts:

	libs/backends/wscript
2014-09-03 22:23:32 -04:00
Paul Davis
2608c93449 rationalize, parameterize, standardize product names, install directories, executable names 2014-09-03 20:27:10 -04:00
Paul Davis
01bf5bc7e1 use program name lower cased for statefile (session file) suffix 2014-09-03 18:52:58 -04:00
Paul Davis
98c99e983e STFU! 2014-09-03 15:48:01 -04:00
Paul Davis
637f3e9c2d use glib portable random function rather than POSIX.1 random() 2014-09-03 12:25:02 -04:00
Paul Davis
a791cc5bf3 fix conditional macros used to set include file names for Mavericks+later vs. earlier OS X.
Apple's doc suggests using numerical values (e.g. 1090) rather than MAC_OS_X_VERSION_10_N because the symbol
may not be defined on earlier versions, causing the macro to work in odd ways. This is indeed what was
happening, so MAC_OS_X_VERSION_10_9 has been replaced with 1090 to allow building on earlier OS X systems.
2014-09-03 09:34:39 -04:00
Paul Davis
0160a96ee0 fix const-ness warning 2014-09-03 09:33:04 -04:00
Paul Davis
58698640af fix 2nd argument to audio backend constructor for Waves backend; remove 2nd definition of descriptor() function 2014-09-03 09:32:20 -04:00
Paul Davis
b2493a5f82 No plugins for Tracks. Disable all discover methods.
This is necessary to avoid ridiculous delays scanning plugins on a new install. It is
bad that the scan takes so long, but what makes it ridiculous is that the plugins are
not actually accessible or usable in Tracks.
2014-09-03 08:47:49 -04:00
Paul Davis
dbc07ee310 apply correct change from ardour-cc for ALSA/dbus issue 2014-09-02 12:13:19 -04:00
Paul Davis
d3be256f1f add empty ::reset_device() method to JACK backend.
Needs implementation.
2014-09-02 11:22:55 -04:00
Paul Davis
657912b235 odd fix for ALSA backend/dbus problem on Paul's machine 2014-09-02 11:22:34 -04:00
Paul Davis
e6a610d482 fix initialization order problem 2014-09-02 11:22:10 -04:00
Paul Davis
c7af2444a7 Merge branch 'master' into ardour-merge
Conflicts:
	gtk2_ardour/time_axis_view_item.cc
	libs/backends/wavesaudio/waves_audiobackend.h
	libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp
2014-09-02 10:28:52 -04:00
GZharun
bb54afa59f [Summary] Removed redundant output 2014-09-02 14:23:11 +03:00
Greg Zharun
6e204c337c [Summary] Cleaned up temporary code 2014-08-31 16:37:19 +03:00
Greg Zharun
d3c7c3fdfa [Summary] Session will try to switch the device to the sample rate it was created with. 2014-08-31 16:36:55 +03:00
Greg Zharun
76ece84d51 [Summary] Improved logs when resetting device 2014-08-31 16:35:43 +03:00
Greg Zharun
e506279dd0 [Summary] Added switching to None if engine didn't start. Added check if engine is running before halting the session. 2014-08-31 15:19:30 +03:00
GZharun
e6192504ea [Summary] Reordered device reset operations correctly 2014-08-31 14:04:35 +03:00
Greg Zharun
91fcacd150 [Summary] Improved backend workflow, added synchronization for cases when device reset happens on device parameter change 2014-08-31 13:42:18 +03:00
GZharun
295f361f5e [Summary] Fixed issue with crash when invalid get_connections request is made on invalid port handle.
get_connections() method is expected to return the amount of found connections. When port handle is invalid it returns -1 indicating an error.

if (_io->nth (n)->get_connections (connections) == 0) {
			if (!(*chan)->source.name.empty()) {
				// _source->disable_metering ();
			}
			(*chan)->source.name = string();
		} else {
			(*chan)->source.name = connections[0];
		}

-1 is the case which is not handled correctly here.
2014-08-31 13:05:42 +03:00
Greg Zharun
7fc1d26b3d [Summary] Added device error signal in engine_state_controller 2014-08-29 13:26:05 +03:00
Paul Davis
9c24d10862 Merge branch 'master' into ardour-merge
Conflicts:
	gtk2_ardour/editor.cc
	gtk2_ardour/editor_mouse.cc
	gtk2_ardour/public_editor.h
	gtk2_ardour/time_axis_view_item.cc
	gtk2_ardour/time_axis_view_item.h
2014-08-28 10:58:49 -04:00
GZharun
6009b609f6 [Summary] Simplified device information retrieving. Previous complicity was related to previous workflow which has nothing to do with current workflow. 2014-08-28 10:47:01 +03:00
Paul Davis
8b0d7a173f extend replication support to provide (a) global enable/disable (b) per-track replication path (c) arbitrary numbers of replication locations 2014-08-27 18:45:50 -04:00
Paul Davis
306e57d92b basically functioning replicated recording 2014-08-27 15:38:46 -04:00
Paul Davis
66e7186a01 continuing work on replicated recording paths and sources 2014-08-27 14:52:50 -04:00
Paul Davis
18a9bd459a basic support for replicated sources, part two 2014-08-27 13:48:04 -04:00
Paul Davis
595585d84f initial additions for Diskstream-level replication path 2014-08-27 13:16:39 -04:00
Paul Davis
31d500e3a9 Merge branch 'master' into ardour-merge
Conflicts:
	gtk2_ardour/ardour_ui.cc
	gtk2_ardour/ardour_ui2.cc
	gtk2_ardour/editor.cc
	gtk2_ardour/mixer_strip.cc
	gtk2_ardour/route_time_axis.cc
	gtk2_ardour/route_ui.h
	gtk2_ardour/ui/audio_time_axis.xml
	gtk2_ardour/ui/editor_mixer.xml
	gtk2_ardour/ui/meter_strip.xml
	gtk2_ardour/waves_button.cc
	gtk2_ardour/waves_button.h
	gtk2_ardour/waves_zoom_control.cc
	gtk2_ardour/waves_zoom_control.h
2014-08-27 12:38:27 -04:00
VKamyshniy
9124eaec6a [Summary] Adding deletion of _touch_cursor into the destructor 2014-08-26 17:41:33 +03:00
VKamyshniy
0180909a38 [Summary] Implementing touch cursor for faders. 2014-08-26 17:05:50 +03:00
nikolay
1ed4ea684b [Summary] Fix bug with master's color
[Reviewed] GZharun
2014-08-21 12:19:25 +03:00
nikolay
2c4f8e3314 [Summary] Hot fix 2014-08-20 14:47:14 +03:00
nikolay
c84f46fe68 [Summary] Show HD usage and remained time. Pixel hunting.
[Reviewed] GZharun
2014-08-20 14:10:16 +03:00
nick_m
1d4c6b9486 Add backwards compatibility for instant.xml changes. 2014-08-18 14:23:10 -04:00
nick_m
26cf3f3672 Move ExportProfile xml from Session instant.xml to session file. 2014-08-18 14:23:04 -04:00
John Emmas
77b4f4646e Modify our VC project files to work with msvc32-fixup.pl 2014-08-18 14:22:32 -04:00
Ben Loftis
27051783f2 grouped faders should have relative gain by default 2014-08-18 14:20:33 -04:00
Ben Loftis
1a5722c2b8 disallow selection of the fader and meter processor entries 2014-08-18 12:56:10 -04:00