-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add polyphony and Random Wrangler module (#18)
Added: Random Wrangler (RW) Added: Polyphony to simple oscillators (SIN, SAW, SQR, TRI), plus oscillators (SIN+, SAW+, SQR+, TRI+), Simplex Oscillator (SN-OSC), Wavetable Oscillator (WAVE), TT-A and TT-L. Huge thanks to @baconpaul for contributing with this! Behind the scenes: Refactored WAVE for performance improvements. Behind the scenes: Improved screenshot generation
- Loading branch information
1 parent
49033ec
commit d4548d8
Showing
50 changed files
with
6,462 additions
and
4,216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
((nil . ((indent-tabs-mode . nil))) | ||
|
||
(c-mode . ((c-file-style . "linux") | ||
(tab-width . 2) | ||
(c-basic-offset . 2) | ||
)) | ||
|
||
(c++-mode . ((c-file-style . "linux") | ||
(tab-width . 2) | ||
(c-basic-offset . 2) | ||
)) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.