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 classes featuring p5.delay #517

Merged
merged 2 commits into from
Aug 17, 2020

Conversation

endurance21
Copy link
Collaborator

@therewasaguy @kyle1james please review this pR!

src/delay.js Show resolved Hide resolved
src/delay.js Outdated
@@ -124,7 +122,7 @@ p5.Delay.prototype = Object.create(Effect.prototype);
* below the lowPass will be part of the
* delay.
*/
p5.Delay.prototype.process = function (src, _delayTime, _feedback, _filter) {
process (src, _delayTime, _feedback, _filter) {
Copy link
Member

Choose a reason for hiding this comment

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

I think every line from here until the end of the class needs indentation to show that it's part of the class. Surprised our linter didn't catch this!

@endurance21
Copy link
Collaborator Author

@therewasaguy
linter rocked this time !
i think its good to go !

@endurance21 endurance21 merged commit 0248132 into processing:master Aug 17, 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