marcinpiet / nuPG_1.0

the New Pulsar Generator (nuPG) 2024
81 stars 6 forks source link

Error when running step 10 of installation #3

Open dandante opened 1 year ago

dandante commented 1 year ago

Hello,

I installed nuPG on my M1 mac Mini running macOS 12.6 Monterey and SuperCollider 3.12.2.

During installation, I could not find a quark called 'JiTLib_Extensions' in the Quarks UI, but based on the documentation I installed it as follows:

"JITLibExtensions".include;

In step 10 of the installation, where I draw data into the pulsaret and envelope screens and then press > next to 1 on the TRAINS++PRESETS GUI, no sound is produced and the following appears in the post window:

ERROR: Message 'at' not understood.
RECEIVER:
   nil
ARGS:
   Float 1.000000   00000000 3FF00000
CALL STACK:
    DoesNotUnderstandError:reportError
        arg this = <instance of DoesNotUnderstandError>
    Nil:handleError
        arg this = nil
        arg error = <instance of DoesNotUnderstandError>
    Thread:handleError
        arg this = <instance of Thread>
        arg error = <instance of DoesNotUnderstandError>
    Object:throw
        arg this = <instance of DoesNotUnderstandError>
    Object:doesNotUnderstand
        arg this = nil
        arg selector = 'at'
        arg args = [*1]
    CVPreset:set
        arg this = <instance of CVInterpolator>
        arg index = 1.0
        var preset = nil
    < FunctionDef in Method NuPG_GUI_Control:build >  (no arguments or variables)
    < FunctionDef in Method NuPG_GUI_Control:build >
        var copy = nil
    Button:doAction
        arg this = <instance of Button>
        arg modifiers = 0
    Button:prDoAction
        arg this = <instance of Button>
        arg mods = 0
^^ ERROR: Message 'at' not understood.
RECEIVER: nil

Any idea how to fix this? Thanks

blazejkotowski commented 1 year ago

I have the same problem.

clembie commented 8 months ago

I am also having this exact same issue. Has anyone resolved this?