Skip to content
New issue

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

MIDIdef.mtcQuarterFrame #1496

Closed
smillan opened this issue May 26, 2015 · 1 comment
Closed

MIDIdef.mtcQuarterFrame #1496

smillan opened this issue May 26, 2015 · 1 comment
Assignees
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@smillan
Copy link

smillan commented May 26, 2015

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

@muellmusik muellmusik self-assigned this May 26, 2015
muellmusik added a commit that referenced this issue Aug 31, 2015
- fixes issue #1496

Signed-off-by: Scott Wilson <i@scottwilson.ca>
@muellmusik
Copy link
Contributor

Fixed by 5bd67e9.

@crucialfelix crucialfelix added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label Jan 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

3 participants