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

mAttributeBypass in TTAudioObjectBase doesn't seem to be initialized #394

Open
jcelerier opened this issue Dec 20, 2015 · 3 comments
Open

Comments

@jcelerier
Copy link
Member

@theod weirdly enough, when adding an OSC device (Millumin) in i-score, it seems that the code ends up calling TTAudioObjectBase::setProcess at some point.

@tap
Copy link
Member

tap commented Dec 21, 2015

@jcelerier
Copy link
Member Author

The problem is in https://github.com/jamoma/JamomaCore/blob/master/DSP/library/source/TTAudioObjectBase.cpp#L51 : setProcess does if (!attrBypass) { ... } and at this point it isn't initialized.

@tap
Copy link
Member

tap commented Dec 21, 2015

Ah, tricky! Good catch!

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

2 participants