[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] new tutorial: general effects



Hi James,

I tried to play through the tutorial examples with the supplied code file but I get an error when I get to the line:

Instr([\busfx, \companderd]).listArgs;

The error is:

ERROR: Message 'def' not understood.
RECEIVER:
   nil
ARGS:
Instance of Array {    (06664AC0, gc=01, fmt=01, flg=11, set=00)
  indexed slots [0]
}
CALL STACK:
    DoesNotUnderstandError-reportError   052B3590
        arg this = <instance of DoesNotUnderstandError>
    Nil-handleError   052B5E70
        arg this = nil
        arg error = <instance of DoesNotUnderstandError>
    Object-throw   052B3770
        arg this = <instance of DoesNotUnderstandError>
    Object-doesNotUnderstand   052BAC10
        arg this = nil
        arg selector = 'def'
        arg args = [*0]
    Instr-argsSize   052B72B0
        arg this = <instance of Instr>
    Instr-makeSpecs   052B0290
        arg this = <instance of Instr>
        arg argspecs = [*0]
    Instr-init   052B4D90
        arg this = <instance of Instr>
        arg specs = nil
        arg outsp = 'audio'
    Meta_Instr-new   05262BB0
        arg this = class Instr
        arg name = [*2]
        arg func = nil
        arg specs = nil
        arg outSpec = 'audio'
        var previous = <instance of Instr>
    < closed FunctionDef >  (no arguments or variables)
...


I have your library from 07-17 and a three months old SC buildt installed on Tiger.


I just posted a bunch of effects on my website, some basic and some 

not-so. The facts themselves are useful, but maybe even more useful is 

the description of how I write the effects using Instr so I can tune 

them easily using a GUI and adapt them to lots of situation.