mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
[Summary] Restored Asynchronous Midi input processing on Windows by providing Windows specific implementation of CrossThreadChannel synchronization class which serves Event Loops
[Details] Restored SceneIn and MMC ports processing Fixed crash during exit on both platforms [Reviewed by] Paul Davis
This commit is contained in:
parent
108fe931c3
commit
bd7c257625
6 changed files with 235 additions and 42 deletions
|
|
@ -133,6 +133,8 @@ def build(bld):
|
|||
|
||||
if bld.env['build_target'] != 'mingw':
|
||||
obj.source += [ 'crossthread.cc' ]
|
||||
else:
|
||||
obj.source += [ 'crossthread.win.cc' ]
|
||||
|
||||
obj.export_includes = ['.']
|
||||
obj.includes = ['.']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue