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
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:
In step 10 of the installation, where I draw data into the pulsaret and envelope screens and then press
>
next to1
on theTRAINS++PRESETS
GUI, no sound is produced and the following appears in the post window:Any idea how to fix this? Thanks