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

replacement of es5 functions to es6 class def feat P5.AudioVoice , P5.monosynth , p5.Envelope #509

Merged
merged 9 commits into from
Aug 10, 2020

Conversation

endurance21
Copy link
Collaborator

@endurance21 endurance21 commented Aug 5, 2020

area covered

  • src/AudioVoice
  • src/Monosynth

@endurance21
Copy link
Collaborator Author

endurance21 commented Aug 5, 2020

@therewasaguy
@kyle1james
This PR shall merge after a successful merge of PR #508

src/app.js Outdated Show resolved Hide resolved
src/app.js Show resolved Hide resolved
src/oscillator.js Show resolved Hide resolved
src/envelope.js Show resolved Hide resolved
@endurance21
Copy link
Collaborator Author

@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';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// import './monosynth';

src/app.js Outdated
import './monosynth';
import './polysynth';
// import './monosynth';
// import './polysynth';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// import './polysynth';

@endurance21
Copy link
Collaborator Author

@therewasaguy i have removed the comments!
good to go?
also i think i must removed the older redudandant commits here !
however i think i must squash and commit ? instead of removing the older commits?

Copy link
Member

@therewasaguy therewasaguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@therewasaguy
Copy link
Member

yes, feel free to "Squash and merge"

looks like there's no conflict with the older commits :)

Screen Shot 2020-08-10 at 10 07 58 AM

@endurance21 endurance21 merged commit 5299fea into processing:master Aug 10, 2020
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

Successfully merging this pull request may close these issues.

2 participants