This file contains hidden or 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
| Step unity => Envelope env => CurveTable attackCurve => Gain vca; | |
| 1 => unity.next; | |
| 3 => vca.op; | |
| SinOsc carrier => vca => Gain out => dac; | |
| carrier.sync(2); | |
| unity => Envelope modulatorEnv => CurveTable modulatorEnvCurve => Gain modulatorVca; |
This file contains hidden or 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
| ######################### | |
| # .gitignore file for EVERYTHING. | |
| # | |
| # Originally a .gitignore file for Xcode4 / OS X Source projects | |
| # | |
| # Version 2.0 | |
| # For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects | |
| # | |
| # 2013 updates: | |
| # - fixed the broken "save personal Schemes" |
This file contains hidden or 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 causes the CRA builder to honor the local `eslintConfig` in the project's `package.json` | |
| # https://create-react-app.dev/docs/setting-up-your-editor/#experimental-extending-the-eslint-config | |
| EXTEND_ESLINT=true |
This file contains hidden or 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
| --- two-way probabalistic clock divider | |
| -- This takes a clock input and a -5 to +5 voltage. Both 0 to +5V and 0 to -5V | |
| -- represent 0% to 100% probability of clock outputs. Positive and negative | |
| -- voltage switches between two sets of clock dividers. | |
| -- | |
| -- in1: clock input | |
| -- in2: bi-polar probability | |
| -- out1-4: divided outputs | |
| -- when probability input is positive, the output clocks will be at these divisions |
OlderNewer