Advertisement
Guest User

SuperDirt SC Midi

a guest
Dec 21st, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -> MIDIClient
  2. -> a MIDIOut
  3. ERROR: Message 'soundLibrary' not understood.
  4. RECEIVER:
  5. Instance of SuperDirt {    (0000000010E744F8, gc=3C, fmt=00, flg=00, set=04)
  6.   instance variables [12]
  7.     numChannels : Integer 2
  8.     server : instance of Server (000000000EDA6F78, size=30, set=5)
  9.     buffers : instance of Event (000000000ECE36A8, size=5, set=3)
  10.     vowels : instance of Event (0000000012A7E448, size=5, set=3)
  11.     orbits : instance of Array (0000000011E9F848, size=2, set=2)
  12.     modules : instance of Array (0000000010E40B48, size=9, set=4)
  13.     port : Integer 57120
  14.     senderAddr : instance of NetAddr (0000000011E9F928, size=4, set=2)
  15.     replyAddr : nil
  16.     netResponders : instance of List (0000000011E9BD38, size=1, set=2)
  17.     fileExtensions : instance of Array (000000000EECD500, size=4, set=2)
  18.     verbose : false
  19. }
  20. ARGS:
  21. PATH: C:/Users/John/superstart2.scd
  22. CALL STACK:
  23.     DoesNotUnderstandError:reportError
  24.         arg this = <instance of DoesNotUnderstandError>
  25.     Nil:handleError
  26.         arg this = nil
  27.         arg error = <instance of DoesNotUnderstandError>
  28.     Thread:handleError
  29.         arg this = <instance of Thread>
  30.         arg error = <instance of DoesNotUnderstandError>
  31.     Object:throw
  32.         arg this = <instance of DoesNotUnderstandError>
  33.     Object:doesNotUnderstand
  34.         arg this = <instance of SuperDirt>
  35.         arg selector = 'soundLibrary'
  36.         arg args = [*0]
  37.     < closed FunctionDef >  (no arguments or variables)
  38.     Interpreter:interpretPrintCmdLine
  39.         arg this = <instance of Interpreter>
  40.         var res = nil
  41.         var func = <instance of Function>
  42.         var code = "~dirt.soundLibrary.addMIDI(\..."
  43.         var doc = nil
  44.         var ideClass = <instance of Meta_ScIDE>
  45.     Process:interpretPrintCmdLine
  46.         arg this = <instance of Main>
  47. ^^ The preceding error dump is for ERROR: Message 'soundLibrary' not understood.
  48. RECEIVER: a SuperDirt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement