Skip to content

Commit

Permalink
Vibrato effect (#4)
Browse files Browse the repository at this point in the history
* ADDED: position jump effect (0xB)
FIXED: do not skip the last position

* UPDATED: increased scriptProcessor buffer size to avoid audio stuttering on Edge

* FIXED: pattern loop effect
ADDED: vibrato (0x4) effect, only sin waveform
ADDED: package.json

* REMOVED: debug statement

* CLEANED-UP: more debug stuff
  • Loading branch information
warpdesign authored Sep 12, 2018
1 parent d6090f4 commit 4492767
Show file tree
Hide file tree
Showing 6 changed files with 4,232 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion js/audioworklet-polyfill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4492767

Please sign in to comment.