narcode / codeklavier

Programming with the piano as interface
32 stars 6 forks source link

CodeKlavier requires MacOS #96

Open borrob opened 4 years ago

borrob commented 4 years ago

The requirements-file in line 5,6, 7 specifies pyobjc and two related frameworks. Objective-C bindings are MacOS only. If we want to make codeklavier platform independent, than we need to work around those dependencies.