-
-
Notifications
You must be signed in to change notification settings - Fork 682
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
replacement of es5 functions to es6 class def feat P5.AudioVoice , P5.monosynth , p5.Envelope #509
Conversation
….monosynth , p5.Envelope
@therewasaguy |
@therewasaguy please review pr #508 then we can merge this one too ! |
src/app.js
Outdated
@@ -33,9 +40,14 @@ import './compressor'; | |||
import './soundRecorder'; | |||
import './peakDetect'; | |||
import './gain'; | |||
import './monosynth'; | |||
import './polysynth'; | |||
// import './monosynth'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// import './monosynth'; |
src/app.js
Outdated
import './monosynth'; | ||
import './polysynth'; | ||
// import './monosynth'; | ||
// import './polysynth'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// import './polysynth'; |
@therewasaguy i have removed the comments! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
area covered