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

Module missing #5

Open
ChrisMicro opened this issue Nov 15, 2018 · 2 comments
Open

Module missing #5

ChrisMicro opened this issue Nov 15, 2018 · 2 comments

Comments

@ChrisMicro
Copy link
Contributor

sketch/SynthPatch1.h: In constructor 'SynthPatch1::SynthPatch1()':
SynthPatch1.h:22: error: 'ModuleMap' was not declared in this scope
ModuleMap *moduleMap_2 = new ModuleMap(100,0);
^
SynthPatch1.h:22: error: 'moduleMap_2' was not declared in this scope
ModuleMap *moduleMap_2 = new ModuleMap(100,0);
^
SynthPatch1.h:22: error: expected type-specifier before 'ModuleMap'
ModuleMap *moduleMap_2 = new ModuleMap(100,0);
^
SynthPatch1.h:22: error: expected ';' before 'ModuleMap'
SynthPatch1.h:24: error: 'ampparam' was not declared in this scope
moduleWavetableOsc_1->frequency_input= &ampparam[0];
^

@badgeek
Copy link
Contributor

badgeek commented Nov 15, 2018

module map is not included yet in the library

@ChrisMicro
Copy link
Contributor Author

Can you include it in den /src folder?

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