Qirky / FoxDot

Python driven environment for Live Coding
http://foxdot.org
Other
1.03k stars 135 forks source link

foxdot crash when assign Clock to a number #205

Closed CrashServer closed 5 years ago

CrashServer commented 5 years ago

I know it's a mistake but Foxdot crash completely (need to kill it) when you try this: Clock = 60 instead of Clock.bpm = 60

Qirky commented 5 years ago

I'll add an alias called _Clock so that you if this does happen you can just re-assign it using Clock = _Clock. Plus I'll make sure the back-end calls to clock use _Clock so it will work no-matter what you assign to Clock.