codeklavier
codeklavier copied to clipboard
Programming with the piano as interface
From terminal: Traceback (most recent call last): File "codeklavier.py", line 227, in perform(configfile=config, prototype=play) File "codeklavier.py", line 113, in perform eval(prototype.main()) File "/Users/Anne/codeklavier/ckalculator/ckalculator.py", line 96, in main ck_deltatime=ck_deltatime, articulation=articulation) File...
Link to doc on google drive https://docs.google.com/document/d/1R8HLGy5L7mVDTv24spDOyfY-K6r1ocYNvORk_Kb_ucg/edit
Dear CodeKlavier master, Looking at the latest release, I realised there is no link to the corresponding SC directory. I think this is very useful otherwise it is difficult for...
Clean the quitting process. Now its 2 steps (at least in Presenter version)
At the moment we are using the very ugly: ```python currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) parentdir = os.path.dirname(currentdir) sys.path.insert(0,parentdir) ``` To fix the python search path. Perhaps we should move these inside...