You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "/Users/Anne/codeklavier/CodeKlavier/ckalculator_classes.py", line 573, in parse_midi
self.ar.toggleShapeNext(parallelTrees=True)
File "/Users/Anne/codeklavier/CodeKlavier/ar_classes.py", line 151, in toggleShapeNext
self._shapes[str(t)]['shape'] = new_shape
KeyError: '0'
The text was updated successfully, but these errors were encountered:
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 "/Users/Anne/codeklavier/CodeKlavier/ckalculator_classes.py", line 573, in parse_midi
self.ar.toggleShapeNext(parallelTrees=True)
File "/Users/Anne/codeklavier/CodeKlavier/ar_classes.py", line 151, in toggleShapeNext
self._shapes[str(t)]['shape'] = new_shape
KeyError: '0'
The text was updated successfully, but these errors were encountered: