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

sporked ugen instance and assign no sound #400

Open
gewang opened this issue Oct 30, 2023 · 0 comments
Open

sporked ugen instance and assign no sound #400

gewang opened this issue Oct 30, 2023 · 0 comments
Assignees

Comments

@gewang
Copy link
Member

gewang commented Oct 30, 2023

ugens created and assigned on sporked shred, connected outside, no sound
macOS, ventura, M1, repro on 1.5.1.7, 1.5.0.1

SinOsc @ s;

fun void foo()
{
    new SinOsc @=> s;
    440 => s.freq;
    .25 => s.gain;
    <<< Machine.refcount(s) >>>;
}

spork ~ foo();
me.yield();

s => dac;

while( true ) 1::second => now;
@gewang gewang self-assigned this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant