Skip to content

new ofxTonicSynth() causes infinite loop in Android #9

@necoco

Description

@necoco

Thanks great library!
I enjoy in Mac.

I wanna create musical toy app in Android.
bundled Tonic library doesn't work in Android, so I use latest Tonic library.

but, ofxTonicSynth's constructor causes infinite loop.
I don't know why, but,

comment out this line:
Synth::Synth();

and modify to:
ofxTonicSynth::ofxTonicSynth(): Synth(){

it seems working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions