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

GVerb | signal connected to right channel always comes out dry #38

Open
mariobuoninfante opened this issue Aug 18, 2019 · 0 comments
Open

Comments

@mariobuoninfante
Copy link

mariobuoninfante commented Aug 18, 2019

just figured out that signals connected to the right input of GVerb always come out dry, doesn't matter the settings in use.
Does GVerb want mono signals as input?
If so, we should correct the example that uses adc => GVerb gverb

simple example:

GVerb gverb;
Impulse impulse;
//impulse => gverb.chan(0); // this works
impulse => gverb.chan(1);  // this doesn't work properly
gverb => dac;
while (true)
{
    impulse.next(1);
    second => now;
}
@mariobuoninfante mariobuoninfante changed the title GVerb right | signal connected to right channel always comes out dry GVerb | signal connected to right channel always comes out dry Aug 18, 2019
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