Skip to content

Instantly share code, notes, and snippets.

@novadeviator
Created September 14, 2013 16:48
Show Gist options
  • Save novadeviator/6563549 to your computer and use it in GitHub Desktop.
Save novadeviator/6563549 to your computer and use it in GitHub Desktop.
supercollider error paste
localhost
Parsing settings for bee '2'
Parsing settings for proxy 'crowd'
Parsing settings for control 'buf3'
Parsing settings for control 'amp1'
Parsing settings for control 'buf1'
Parsing settings for control 'buf2'
Parsing settings for control 'amp3'
Parsing settings for control 'amp2'
Parsing settings for proxy 'stretch_tilt'
Parsing settings for control 'buf'
Parsing settings for proxy 'stretch_trigger'
Parsing settings for control 'buf'
Parsing settings for proxy 'distort'
Parsing settings for control 'buf'
Parsing settings for proxy 'grain_disintegrate'
Parsing settings for control 'buf'
Parsing settings for proxy 'grain_trigger_env'
Parsing settings for control 'buf'
Parsing settings for proxy 'distance'
Parsing settings for control 'buf'
Parsing settings for proxy 'grain_integrate'
Parsing settings for control 'buf'
Parsing settings for bee '1'
Parsing settings for proxy 'crowd'
Parsing settings for control 'buf3'
Parsing settings for control 'amp1'
Parsing settings for control 'buf1'
Parsing settings for control 'buf2'
Parsing settings for control 'amp3'
Parsing settings for control 'amp2'
Parsing settings for proxy 'stretch_tilt'
Parsing settings for control 'buf'
Parsing settings for proxy 'stretch_trigger'
Parsing settings for control 'buf'
Parsing settings for proxy 'distort'
Parsing settings for control 'buf'
Parsing settings for proxy 'grain_disintegrate'
Parsing settings for control 'buf'
Parsing settings for proxy 'grain_trigger_env'
Parsing settings for control 'buf'
Parsing settings for proxy 'distance'
Parsing settings for control 'buf'
Parsing settings for proxy 'grain_integrate'
Parsing settings for control 'buf'
ERROR: Message 'controls' not understood.
RECEIVER:
nil
ARGS:
PATH: /home/random/src/SenseStageLeben/transmittance/supercollider/main.scd
PROTECTED CALL STACK:
Meta_MethodError:new 0xac1ac60
arg this = DoesNotUnderstandError
arg what = nil
arg receiver = nil
Meta_DoesNotUnderstandError:new 0xac1be20
arg this = DoesNotUnderstandError
arg receiver = nil
arg selector = controls
arg args = [ ]
Object:doesNotUnderstand 0xa0b7f60
arg this = nil
arg selector = controls
arg args = nil
ProxyGui:init 0xabeb9e0
arg this = a ProxyGui
var label = a QStaticText
var run_button = a QButton
var volume_slider = a QSlider
var volume_spec = a ControlSpec(-90, 20, -2, 0.0, -90, "")
var volume_label = a QStaticText
var main_control_layout = nil
var controls_button = nil
a FunctionDef 0xaab66a0
sourceCode = "<an open Function>"
arg elem = grain_reveal
arg i = 1
ArrayedCollection:do 0xab458a0
arg this = [ grain_trigger_env, grain_reveal, grain_integrate, grain_disintegrate, distort, distance, stretch_trigger, stretch_tilt, crowd ]
arg function = a Function
var i = 1
Collection:collectAs 0xaab6460
arg this = [ grain_trigger_env, grain_reveal, grain_integrate, grain_disintegrate, distort, distance, stretch_trigger, stretch_tilt, crowd ]
arg function = a Function
arg class = Array
var res = [ a ProxyGui ]
a FunctionDef 0xbb66c30
sourceCode = "{ |id, bee|
var bee_controls;
bee_controls = ~sound_node_keys.collect { |key|
var item = bee[\\sound][key];
ProxyGui(key, item, ~buf_pool);
};
~controls.add(bee_controls);
}"
arg id = 1
arg bee = IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ]
var bee_controls = nil
Dictionary:keysValuesArrayDo 0xaaed420
arg this = IdentityDictionary[ (1 -> IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ]), (2 -> IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ]) ]
arg argArray = [ 1, IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ], 2, IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ], nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil ]
arg function = a Function
var i = 0
var j = 1
var key = nil
var val = nil
var arraySize = nil
Dictionary:keysValuesDo 0xaae6160
arg this = IdentityDictionary[ (1 -> IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ]), (2 -> IdentityDictionary[ (preprocessing -> a PatchEnvironment), (sound -> a PatchEnvironment) ]) ]
arg function = a Function
a FunctionDef 0xa828af30
sourceCode = "{
var quit_check, quit_button;
~window.userCanClose = false;
~window.onClose = { 0.exit };
quit_check = CheckBox().string_(\"May Quit?\").value_(false);
quit_check.action = {
~window.userCanClose = quit_check.value;
};
~window.layout.add(10);
~window.layout.add(quit_check, align: \\right);
};
~window.front;
);
"
a FunctionDef 0xa7f27a0
sourceCode = "<an open Function>"
Function:prTry 0xa689820
arg this = a Function
var result = nil
var thread = a Routine
var next = nil
var wasInProtectedFunc = true
CALL STACK:
DoesNotUnderstandError:reportError 0xc623130
arg this = <instance of DoesNotUnderstandError>
< closed FunctionDef > 0xc6230d0
arg error = <instance of DoesNotUnderstandError>
Integer:forBy 0xa82074b0
arg this = 0
arg endval = 0
arg stepval = 2
arg function = <instance of Function>
var i = 0
var j = 0
SequenceableCollection:pairsDo 0xa8d08410
arg this = [*2]
arg function = <instance of Function>
Scheduler:seconds_ 0xc17b850
arg this = <instance of Scheduler>
arg newSeconds = 1379176849.1758
Meta_AppClock:tick 0xc4ffa60
arg this = <instance of Meta_AppClock>
var saveClock = <instance of Meta_SystemClock>
Process:tick 0xc3eddf0
arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Message 'controls' not understood.
RECEIVER: nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment