Skip to content

Instantly share code, notes, and snippets.

@danstowell
Last active October 2, 2015 22:21
Show Gist options
  • Save danstowell/f47f9b9f73b713f9bb03 to your computer and use it in GitHub Desktop.
Save danstowell/f47f9b9f73b713f9bb03 to your computer and use it in GitHub Desktop.
init_OSC
empty
compiling class library...
NumPrimitives = 711
compiling dir: '/usr/local/share/SuperCollider/SCClassLibrary'
compiling dir: '/usr/local/share/SuperCollider/Extensions'
pass 1 done
ERROR: Class extension for nonexistent class 'Document'
In file:'/deprecated/3.7/deprecated-3.7.sc'
ERROR: Class extension for nonexistent class 'KDTree'
In file:'/usr/local/share/SuperCollider/Extensions/ExtensionsByDan/prKDTree.sc'
ERROR: Class extension for nonexistent class 'GNUPlot'
In file:'/usr/local/share/SuperCollider/Extensions/ExtensionsByDan/extensions_to_core/GNUPlot_danadds.sc'
numentries = 1369974 / 22057622 = 0.062
6313 method selectors, 3494 classes
method table size 21606576 bytes, big table size 176460976
Number of Symbols 16338
Byte Code Size 521784
compiled 558 files in 5.61 seconds
Info: 2 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll
compile done
Class tree inited in 0.03 seconds
Cleaning up temp synthdefs...
WARNING: Extension in '/usr/local/share/SuperCollider/SCClassLibrary/Platform/linux/extMIDIOut.sc' overwrites Meta_MIDIClient:externalSources in main class library.
WARNING: Extension in '/usr/local/share/SuperCollider/SCClassLibrary/Platform/linux/extMIDIOut.sc' overwrites Meta_MIDIClient:externalDestinations in main class library.
Intentional overwrites must be put in a 'SystemOverwrites' subfolder.
*** Welcome to SuperCollider 3.7alpha1. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).
sc3> s.boot
booting 57110
-> localhost
sc3> Found 359 LADSPA plugins
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
Device options:
- ALSA : HDA Intel PCH: CX20590 Analog (hw:0,0) (device #0 with 2 ins 2 outs)
- ALSA : HDA Intel PCH: HDMI 0 (hw:0,3) (device #1 with 0 ins 8 outs)
- ALSA : HDA Intel PCH: HDMI 1 (hw:0,7) (device #2 with 0 ins 8 outs)
- ALSA : HDA Intel PCH: HDMI 2 (hw:0,8) (device #3 with 0 ins 8 outs)
- ALSA : sysdefault (device #4 with 128 ins 128 outs)
- ALSA : front (device #5 with 0 ins 2 outs)
- ALSA : surround40 (device #6 with 0 ins 2 outs)
- ALSA : surround51 (device #7 with 0 ins 2 outs)
- ALSA : surround71 (device #8 with 0 ins 2 outs)
- ALSA : hdmi (device #9 with 0 ins 8 outs)
- ALSA : pulse (device #10 with 32 ins 32 outs)
- ALSA : dmix (device #11 with 0 ins 2 outs)
- ALSA : default (device #12 with 32 ins 32 outs)
- OSS : /dev/dsp (device #13 with 16 ins 16 outs)
Booting with:
In: ALSA : default
Out: ALSA : default
Sample rate: 44100.000
Latency (in/out): 0.009 / 0.010 sec
SC_AudioDriver: sample rate = 44100.000000, driver's block size = 64
SuperCollider 3 server ready.
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
Receiving notification messages from server localhost
Shared memory server interface initialized
x = {PinkNoise.ar(SinOsc.ar(1).dup)}.play
-> Synth('temp__0' : 1000)
sc3>
Exiting sclang (ctrl-D)
sc3> main: waiting for input thread to join...
main: quitting...
/quit sent
empty
cleaning up OSC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment