enable ALSA backend on Linux

This commit is contained in:
Paul Davis 2014-09-04 10:47:49 -04:00
parent 87afeb76ad
commit bfdea4ac59

View file

@ -24,7 +24,7 @@ def backend_list():
else:
# Not Ardour
if re.search ("linux", sys.platform) != None:
backends = [ 'jack' ]
backends = [ 'jack', 'alsa' ]
else:
backends = [ ]