Advertisement
Guest User

Untitled

a guest
Jun 5th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. pi@raspberrypi:~/norns/matron/src/hardware $ sclang
  2. compiling class library...
  3. libEGL warning: DRI2: failed to authenticate
  4. Found 731 primitives.
  5. Compiling directory '/usr/local/share/SuperCollider/SCClassLibrary'
  6. Compiling directory '/usr/local/share/SuperCollider/Extensions'
  7. Compiling directory '/home/pi/.local/share/SuperCollider/Extensions'
  8. numentries = 831480 / 12242340 = 0.068
  9. 5346 method selectors, 2290 classes
  10. method table size 6396384 bytes, big table size 48969360
  11. Number of Symbols 12435
  12. Byte Code Size 378235
  13. compiled 347 files in 1.55 seconds
  14.  
  15. Info: 4 methods are currently overwritten by extensions. To see which, execute:
  16. MethodOverride.printAll
  17.  
  18. compile done
  19. localhost : setting clientID to 0.
  20. internal : setting clientID to 0.
  21. Class tree inited in 1.16 seconds
  22. softcutvoice startup
  23.  
  24. -------------------------------------------------
  25. Crone startup
  26.  
  27. OSC rx port: 57124
  28. OSC tx port: 8888
  29. --------------------------------------------------
  30.  
  31.  
  32.  
  33. *** Welcome to SuperCollider 3.9.3. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).
  34. booting server 'localhost' on address: 127.0.0.1:57110
  35. sc3> Faust: supercollider.cpp: sc_api_version = 3
  36. Faust: FaustZitaVerbLight numControls=5
  37. Faust: supercollider.cpp: sc_api_version = 3
  38. Faust: FaustZitaRev numControls=11
  39. PluginLoad(SoftCutHead)
  40. Faust: supercollider.cpp: sc_api_version = 3
  41. Faust: FaustCompressor numControls=6
  42. Faust: supercollider.cpp: sc_api_version = 3
  43. Faust: FaustZitaVerbLight numControls=5
  44. Faust: supercollider.cpp: sc_api_version = 3
  45. Faust: FaustZitaRev numControls=11
  46. PluginLoad(SoftCutHead)
  47. Faust: supercollider.cpp: sc_api_version = 3
  48. Faust: FaustCompressor numControls=6
  49. JackDriver: client name is 'SuperCollider'
  50. SC_AudioDriver: sample rate = 48000.000000, driver's block size = 1024
  51. Cannot use real-time scheduling (RR/-2)(22: Invalid argument)
  52. JackClient::AcquireSelfRealTime error
  53. JackDriver: connected system:capture_1 to SuperCollider:in_1
  54. JackDriver: connected system:capture_2 to SuperCollider:in_2
  55. JackDriver: connected SuperCollider:out_1 to system:playback_1
  56. JackDriver: connected SuperCollider:out_2 to system:playback_2
  57. SuperCollider 3 server ready.
  58. JackDriver: max output latency 64.0 ms
  59. Requested notification messages from server 'localhost'
  60. localhost: server process's maxLogins (1) matches with my options.
  61. localhost: keeping clientID (0) as confirmed by server process.
  62. Shared memory server interface initialized
  63. CroneDefs: sending defs
  64. play_fade
  65. patch_mono
  66. patch_mono_fb
  67. patch_stereo
  68. patch_pan
  69. rec_smooth
  70. adc
  71. amp_env
  72. pitch
  73. soft_cut_voice
  74. polySub
  75. quant_trig
  76. patch_mono_gate_pause
  77. patch_mono_gate_pause_fb
  78. AudioContext: in_b[0] index: 4
  79. AudioContext: in_b[1] index: 5
  80. AudioContext: out_b index (stereo): 6
  81. AudioContext: initPolls
  82. Faust[FaustCompressor]:
  83. Inputs: 8
  84. Outputs: 2
  85. Callback: zero-copy
  86. Faust[FaustZitaVerbLight]:
  87. Inputs: 7
  88. Outputs: 2
  89. Callback: zero-copy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement