ALSA backend: raw midi prototype

This commit is contained in:
Robin Gareus
2014-06-02 16:52:07 +02:00
parent 8e9b02cfa2
commit 5cd2010c79
5 changed files with 733 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ def build(bld):
obj = bld(features = 'cxx cxxshlib')
obj.source = [
'alsa_audiobackend.cc',
'alsa_rawmidi.cc',
'zita-alsa-pcmi.cc',
]
obj.includes = ['.']