[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Document keyUp
Hi list
I just stumbled accross this (see code) it throws an error cause a Document doesnt understand keyUp...
myself Im extending the Document class so Its no prob to add this method, but I thought it shouldnt
behave like this in the normal distibution.....
<x-tad-smaller>d=Document.new.keyDownAction_({|a,b,c|[a,b,c].postln})
ERROR: Message 'keyUp' not understood.
RECEIVER:
Instance of Document.....
</x-tad-smaller>