Skip to content

Instantly share code, notes, and snippets.

@seykron
Created April 13, 2019 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seykron/378c6845ecbdaf6e8e36fd87775ff937 to your computer and use it in GitHub Desktop.
Save seykron/378c6845ecbdaf6e8e36fd87775ff937 to your computer and use it in GitHub Desktop.
-> SuperDirt
Found 0 LADSPA plugins
jackdmp 1.9.12
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2017 Filipe Coelho.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 10
self-connect-mode is "Don't restrict self connect requests"
audio_reservation_init
Acquire audio card Audio0
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
JackDriver: client name is 'SuperCollider'
SC_AudioDriver: sample rate = 48000.000000, driver's block size = 1024
JackDriver: connected system:capture_1 to SuperCollider:in_1
JackDriver: connected system:capture_2 to SuperCollider:in_2
JackDriver: connected SuperCollider:out_1 to system:playback_1
JackDriver: connected SuperCollider:out_2 to system:playback_2
SuperCollider 3 server ready.
JackDriver: max output latency 42.7 ms
Receiving notification messages from server localhost
Shared memory server interface initialized
loading synthdefs in /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/core-modules.scd
---- core synth defs loaded ----
loading synthdefs in /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/core-synths-global.scd
loading synthdefs in /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/core-synths.scd
loading synthdefs in /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/default-synths.scd
ERROR: Message 'sanitize' not understood.
RECEIVER:
Instance of Array { (0x55a9240de108, gc=18, fmt=01, flg=00, set=03)
indexed slots [8]
0 : instance of Array (0x55a923bf76c8, size=2, set=2)
1 : instance of Array (0x55a923bdb6f8, size=2, set=2)
2 : instance of Array (0x55a923ad9538, size=2, set=2)
3 : instance of Array (0x55a923ab6988, size=2, set=2)
4 : instance of Array (0x55a921ad6918, size=2, set=2)
5 : instance of Array (0x55a923bad7d8, size=2, set=2)
6 : instance of Array (0x55a923b98838, size=2, set=2)
7 : instance of Array (0x55a923c62c58, size=2, set=2)
}
ARGS:
PATH: /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/try-load-extra-synths.scd
PROTECTED CALL STACK:
Meta_MethodError:new 0x55a92214e280
arg this = DoesNotUnderstandError
arg what = nil
arg receiver = [ [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ] ]
Meta_DoesNotUnderstandError:new 0x55a922150240
arg this = DoesNotUnderstandError
arg receiver = [ [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ] ]
arg selector = sanitize
arg args = [ ]
Object:doesNotUnderstand 0x55a921b02140
arg this = [ [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ] ]
arg selector = sanitize
arg args = nil
a FunctionDef 0x55a923c1d418
sourceCode = "{|out, pan, freq, sustain, accelerate, detune=0, voice=0, resonance=0|
var env, sound, i, r, d, bwr, sz;
freq = freq * XLine.ar(1, exp(accelerate), sustain);
env = EnvGen.ar(Env.sine(1.0), timeScale:sustain, doneAction:2);
i = (0..7).scramble;
r = [3,5,8,9]/8;
detune = min(detune, 1.5);
d = Rand(1.6*i - detune, 1.7*i + detune).round(0.25);
sound = Resonz.ar(WhiteNoise.ar(0.5), freq * r * d, 0.01 + voice.linexp(0,1,1e-3,1));
sound = HPF.ar(Limiter.ar(55 * GVerb.ar(sound, resonance.li...etc..."
arg out = an OutputProxy
arg pan = an OutputProxy
arg freq = a BinaryOpUGen
arg sustain = an OutputProxy
arg accelerate = an OutputProxy
arg detune = a BinaryOpUGen
arg voice = an OutputProxy
arg resonance = an OutputProxy
var env = an EnvGen
var sound = [ a Resonz, a Resonz, a Resonz, a Resonz, a Resonz, a Resonz, a Resonz, a Resonz ]
var i = [ 7, 0, 3, 2, 1, 5, 6, 4 ]
var r = [ 0.375, 0.625, 1, 1.125 ]
var d = [ a BinaryOpUGen, a BinaryOpUGen, a BinaryOpUGen, a BinaryOpUGen, a BinaryOpUGen, a BinaryOpUGen, a BinaryOpUGen, a BinaryOpUGen ]
var bwr = nil
var sz = nil
SynthDef:buildUgenGraph 0x55a92325b180
arg this = a SynthDef
arg func = a Function
arg rates = nil
arg prependArgs = [ ]
var result = nil
var saveControlNames = nil
a FunctionDef 0x55a9232597c0
sourceCode = "<an open Function>"
Function:prTry 0x55a922396580
arg this = a Function
var result = nil
var thread = a Routine
var next = a Function
var wasInProtectedFunc = true
Function:protect 0x55a922395b00
arg this = a Function
arg handler = a Function
var result = nil
SynthDef:build 0x55a923259400
arg this = a SynthDef
arg ugenGraphFunc = a Function
arg rates = nil
arg prependArgs = nil
a FunctionDef 0x55a923ddb868
sourceCode = "{|out, pan, freq, sustain, accelerate, detune=0, voice=0|
var sound;
var env = EnvGen.ar(Env.linen(0.05, 0.8, 0.15), timeScale:sustain, doneAction:2);
var q1 = voice.linlin(0,2, 3.0, 0.5);
var q2 = voice.linlin(0,2, 2.0, 7.0);
freq = freq * XLine.ar(1, exp(accelerate), sustain);
sound = Splay.ar( VarSaw.ar(freq*[-1*detune/100+0.99,detune/100+1.01], [0.7,0.5], [0.01,0.02]), 0.2, 1, levelComp:false );
sound = RLPF.ar(sound, freq*10, 1.0/q1);
sound = sound.clip2(1.0/5.0)* 5.0;
sound = ...etc..."
a FunctionDef 0x55a92204c300
sourceCode = "<an open Function>"
Function:prTry 0x55a922396580
arg this = a Function
var result = nil
var thread = a Routine
var next = a Function
var wasInProtectedFunc = true
Function:protect 0x55a922395b00
arg this = a Function
arg handler = a Function
var result = nil
Interpreter:executeFile 0x55a92204bc80
arg this = an Interpreter
arg pathName = /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/../library/default-synths-extra.scd
arg args = nil
var result = [ ]
var saveExecutingPath = nil
a FunctionDef 0x55a922e38ec0
sourceCode = "<an open Function>"
arg path = /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/../library/default-synths-extra.scd
var result = nil
a FunctionDef 0x55a922d1b240
sourceCode = "<an open Function>"
arg elem = /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/../library/default-synths-extra.scd
arg i = 0
ArrayedCollection:do 0x55a922da6040
arg this = [ /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/../library/default-synths-extra.scd ]
arg function = a Function
var i = 0
Collection:collectAs 0x55a922d1ae80
arg this = [ /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/../library/default-synths-extra.scd ]
arg function = a Function
arg class = Array
var res = [ ]
a FunctionDef 0x55a923ddeac8
sourceCode = "{
loadRelative(\"../library/default-synths-extra.scd\");
loadRelative(\"../library/default-effects-extra.scd\");
};
"
a FunctionDef 0x55a92204c300
sourceCode = "<an open Function>"
Function:prTry 0x55a922396580
arg this = a Function
var result = nil
var thread = a Routine
var next = a Function
var wasInProtectedFunc = true
Function:protect 0x55a922395b00
arg this = a Function
arg handler = a Function
var result = nil
Interpreter:executeFile 0x55a92204bc80
arg this = an Interpreter
arg pathName = /home/matt/.local/share/SuperCollider/downloaded-quarks/SuperDirt/classes/../synths/try-load-extra-synths.scd
arg args = nil
var result = [ ]
var saveExecutingPath = nil
a FunctionDef 0x55a922ea9e00
sourceCode = "<an open Function>"
Function:prTry 0x55a922396580
arg this = a Function
var result = nil
var thread = a Routine
var next = nil
var wasInProtectedFunc = true
CALL STACK:
DoesNotUnderstandError:reportError 0x55a9245ae0c8
arg this = <instance of DoesNotUnderstandError>
< closed FunctionDef > 0x55a9245b19b8
arg error = <instance of DoesNotUnderstandError>
Integer:forBy 0x55a924032278
arg this = 0
arg endval = 2
arg stepval = 2
arg function = <instance of Function>
var i = 2
var j = 1
SequenceableCollection:pairsDo 0x55a924cb2c48
arg this = [*4]
arg function = <instance of Function>
Scheduler:seconds_ 0x55a924cb2cf8
arg this = <instance of Scheduler>
arg newSeconds = 10.256858064
Meta_AppClock:tick 0x55a924cb2e58
arg this = <instance of Meta_AppClock>
var saveClock = <instance of Meta_SystemClock>
Process:tick 0x55a924cb2f08
arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Message 'sanitize' not understood.
RECEIVER: [ [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ], [ a HPF, a HPF ] ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment