We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Message 'mtcQF' not understood. RECEIVER: class MIDIIn (0x11713bfc0) { instance variables [19] name : Symbol 'MIDIIn' nextclass : instance of Meta_MIDIKeyboardWindow (0x11654d200, size=19, set=5) superclass : Symbol 'Object' subclasses : nil methods : nil instVarNames : instance of SymbolArray (0x11713c140, size=1, set=2) classVarNames : instance of SymbolArray (0x11713c2c0, size=20, set=4) iprototype : instance of Array (0x11713c200, size=1, set=2) cprototype : instance of Array (0x11713c440, size=20, set=5) constNames : nil constValues : nil instanceFormat : Integer 0 instanceFlags : Integer 0 classIndex : Integer 552 classFlags : Integer 0 maxSubclassIndex : Integer 552 filenameSymbol : Symbol '/Applications/SuperCollider 3.7/SuperCollider.app/Contents/Resources/SCClassLibrary/Common/Control/MIDIOut.sc' charPos : Integer 2776 classVarIndex : Integer 263 } ARGS: CALL STACK: DoesNotUnderstandError:reportError 0x11b481f28 arg this = Nil:handleError 0x11b4839f8 arg this = nil arg error = Thread:handleError 0x11b500388 arg this = arg error = Object:throw 0x118e23cb8 arg this = Object:doesNotUnderstand 0x10eab0a38 arg this = arg selector = 'mtcQF' arg args = [_0] MIDISysDataDispatcher:register 0x11b485368 arg this = var hook = 'mtcQF' AbstractWrappingDispatcher:add 0x119032dd8 arg this = arg funcProxy = var func = nil var keys = [_16] AbstractResponderFunc:enable 0x118e1ac48 arg this = MIDIFunc:init 0x118d9f1c8 arg this = arg argfunc = nil arg argmsgNum = nil arg argchan = nil arg argType = 'mtcQF' arg argsrcID = nil arg argtempl = nil arg argdisp = Meta_MIDIdef:new 0x11b8225e8 arg this = arg key = arg func = nil arg msgNum = nil arg chan = nil arg msgType = 'mtcQF' arg srcID = nil arg argTemplate = nil arg dispatcher = nil var res = nil < closed FunctionDef > (no arguments or variables) Interpreter:interpretPrintCmdLine 0x11b92b238 arg this = var res = nil var func = var code = "a = MIDIdef.mtcQuarterFrame(..." var doc = nil var ideClass = Process:interpretPrintCmdLine 0x118e8f9f8 arg this = ^^ The preceding error dump is for ERROR: Message 'mtcQF' not understood. RECEIVER: MIDIIn
The text was updated successfully, but these errors were encountered:
lang: Bug Fix for MIDIFunc/def mtcQuarterFrame method
5bd67e9
- fixes issue #1496 Signed-off-by: Scott Wilson <i@scottwilson.ca>
Fixed by 5bd67e9.
Sorry, something went wrong.
muellmusik
No branches or pull requests
ERROR: Message 'mtcQF' not understood.
RECEIVER:
class MIDIIn (0x11713bfc0) {
instance variables [19]
name : Symbol 'MIDIIn'
nextclass : instance of Meta_MIDIKeyboardWindow (0x11654d200, size=19, set=5)
superclass : Symbol 'Object'
subclasses : nil
methods : nil
instVarNames : instance of SymbolArray (0x11713c140, size=1, set=2)
classVarNames : instance of SymbolArray (0x11713c2c0, size=20, set=4)
iprototype : instance of Array (0x11713c200, size=1, set=2)
cprototype : instance of Array (0x11713c440, size=20, set=5)
constNames : nil
constValues : nil
instanceFormat : Integer 0
instanceFlags : Integer 0
classIndex : Integer 552
classFlags : Integer 0
maxSubclassIndex : Integer 552
filenameSymbol : Symbol '/Applications/SuperCollider 3.7/SuperCollider.app/Contents/Resources/SCClassLibrary/Common/Control/MIDIOut.sc'
charPos : Integer 2776
classVarIndex : Integer 263
}
ARGS:
CALL STACK:
DoesNotUnderstandError:reportError 0x11b481f28
arg this =
Nil:handleError 0x11b4839f8
arg this = nil
arg error =
Thread:handleError 0x11b500388
arg this =
arg error =
Object:throw 0x118e23cb8
arg this =
Object:doesNotUnderstand 0x10eab0a38
arg this =
arg selector = 'mtcQF'
arg args = [_0]
MIDISysDataDispatcher:register 0x11b485368
arg this =
var hook = 'mtcQF'
AbstractWrappingDispatcher:add 0x119032dd8
arg this =
arg funcProxy =
var func = nil
var keys = [_16]
AbstractResponderFunc:enable 0x118e1ac48
arg this =
MIDIFunc:init 0x118d9f1c8
arg this =
arg argfunc = nil
arg argmsgNum = nil
arg argchan = nil
arg argType = 'mtcQF'
arg argsrcID = nil
arg argtempl = nil
arg argdisp =
Meta_MIDIdef:new 0x11b8225e8
arg this =
arg key =
arg func = nil
arg msgNum = nil
arg chan = nil
arg msgType = 'mtcQF'
arg srcID = nil
arg argTemplate = nil
arg dispatcher = nil
var res = nil
< closed FunctionDef > (no arguments or variables)
Interpreter:interpretPrintCmdLine 0x11b92b238
arg this =
var res = nil
var func =
var code = "a = MIDIdef.mtcQuarterFrame(..."
var doc = nil
var ideClass =
Process:interpretPrintCmdLine 0x118e8f9f8
arg this =
^^ The preceding error dump is for ERROR: Message 'mtcQF' not understood.
RECEIVER: MIDIIn
The text was updated successfully, but these errors were encountered: