Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYO segmentation fault VoiceManager #42

Closed
GoogleCodeExporter opened this issue Aug 25, 2015 · 1 comment
Closed

PYO segmentation fault VoiceManager #42

GoogleCodeExporter opened this issue Aug 25, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

using pyo 0.6.4 on OSX 10.8.3 with python 2.7.2

example from docs VoiceManager (see below) gives error and quits:

Segmentation fault: 11

------------
from pyo import *
s = Server().boot()
s.start()
env = CosTable([(0,0),(100,1),(500,.5),(8192,0)])
delta = RandDur(min=.05, max=.1)
vm = VoiceManager(Change(delta))
sel = Select(vm, value=[0,1,2,3])
pit = TrigChoice(sel, choice=[midiToHz(x) for x in [60,63,67,70,72]])
amp = TrigEnv(sel, table=env, dur=.5, mul=.25)
synth1 = SineLoop(pit, feedback=.07, mul=amp).out()
vm.setTriggers(amp["trig"])
s.gui(locals())
------------

Original issue reported on code.google.com by stokhuy...@gmail.com on 27 Mar 2013 at 2:04

@GoogleCodeExporter
Copy link
Author

It's already fixed in the sources. Will be in 0.6.5!

Original comment by belan...@gmail.com on 11 Apr 2013 at 10:25

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant