improved capture switching and serial midi

This commit is contained in:
langolierz
2018-10-15 15:54:46 +00:00
parent df6851a5a3
commit a17dde7da1
7 changed files with 124 additions and 35 deletions

View File

@@ -245,5 +245,10 @@ class Capture(object):
def receive_state(self, unused_addr, args):
pass
def close_capture(self):
if self.device is not None:
print('closing the old camera...')
self.device.close()