Fork me on GitHub
#overtone
<
2020-07-28
>
heyarne06:07:23

Hi! I'm trying to follow the basic examples but I'm afraid something might be wrong with my setup. I'm on Arch Linux, I have jack configured as needed and can define and play basic instruments. Especially the mouse-x and mouse-y UGens are not working correctly

heyarne06:07:51

I have a project with a deps.edn naming overtone 0.10.6 as a dependency. When running clj in this project, after executing (use 'overtone.live), running this code snippet: https://github.com/overtone/overtone/blob/f6d414f884f1b6d3166195b49276174efddf2cf2/src/overtone/examples/synthesis/filters.clj#L12-L14 gives me the following error:

exception in GraphDef_Recv: UGen 'MouseX' not installed.
#<synth-node[loading]: user/audition-synth 33>
user=> *** ERROR: SynthDef user/audition-synth not found
FAILURE IN SERVER /s_new SynthDef not found

heyarne06:07:30

Executing the same thing in CIDER does uhm… nothing? It returns an audition-synth but does not output any sound

heyarne06:07:51

If I leave out mouse-x it works fine

heyarne06:07:23

Is that a Linux thing? I do have /usr/share/SuperCollider/HelpSource/Classes/MouseX.schelp on my system

heyarne06:07:47

And using the MouseX UGen in scide works

hlolli10:07:55

Open a ticket please. I think this could be a internal synth issue. How did you boot to sc?