overtone

heyarne 2020-07-28T06:04:23.009100Z

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

2020-07-31T10:12:55.011700Z

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

heyarne 2020-07-28T06:15:51.009800Z

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

heyarne 2020-07-28T06:30:30.010200Z

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

heyarne 2020-07-28T06:30:51.010400Z

If I leave out mouse-x it works fine

heyarne 2020-07-28T06:33:23.010600Z

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

heyarne 2020-07-28T06:33:47.010800Z

And using the MouseX UGen in scide works