sonic-pi-net / sonic-pi

Code. Music. Live.
https://sonic-pi.net
Other
10.82k stars 922 forks source link

Using bitcrusher fx causes silence #1418

Closed Cedware closed 8 years ago

Cedware commented 8 years ago

when I use the bitcrusher effect around a block the block is completely silenced:

play 50 works as expected but

with_fx :bitcrusher do
  play 50
end

doesn't produces any noise.

samaaron commented 8 years ago

Is this on the Raspberry Pi?

Cedware commented 8 years ago

It's on a notebook running kubuntu 16.04

samaaron commented 8 years ago

Sounds like you don't have the extra SuperCollider ugens installed. Did you build Sonic Pi manually or use the deb?

Cedware commented 8 years ago

I installed the deb via the sonic-pi ppa

samaaron commented 8 years ago

@hzulla are you aware if there's an issue with the inclusion of the extra ugens (required by some synths and FX such as :bitcrusher in the Debian PPA?

hzulla commented 8 years ago

No. I will test this, though.

hzulla commented 8 years ago

Just tested your original code snippets on 16.04, using sc3-plugins-server 3.7.1~repack-1~xenial1 and sonic-pi 2.10.0~repack-2~xenial1 - works here. Which versions do you have installed?

Cedware commented 8 years ago

sonic-pi:amd64/xenial 2.10.0~repack-2~xenial1 uptodate sonic-pi:i386 not installed

and

sc3-plugins-server:amd64/xenial 3.7.0~beta+git20151221.f978dc2~repack-7 upgradeable to 3.7.1~repack-1~xenial1 sc3-plugins-server:i386 not installed

hzulla commented 8 years ago

sc3-plugins-server:amd64/xenial 3.7.0~beta+git20151221.f978dc2~repack-7 upgradeable to 3.7.1~repack-1~xenial1

Please upgrade this package, along with supercollider itself.

samaaron commented 8 years ago

@hzulla thanks for looking into this :-)

Cedware commented 8 years ago

I had SuperCollider 3.7 installed before I installed Sonic Pi, after removing this SuperCollider version and upgrading all packages everything works. Sorry!