-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed stm32h7xx_hal.h dependendy issue Also changed all imports from hal with double quotes to angle brackets. This should indicate the source of these imports a little better (i.e. not local files). This addresses the problem raised in #27. The example sketches build fine on my system (Linux / Ubuntu), and I doubt any other users will encounter platform-specific issues. * removed temporary caching fix * Update analog read pin numbers to new format New version of stm32duino depricates old way we were doing this. Previously it was just analogRead(18). Now it needs to be analogRead(A2) for example to read from ADC2 Updated all of the board files to reflect this Should go through the example sketches and make sure theres no hardcoded analog reads hanging around * Fix hardcoded analogread val in seed/knob * Update version number to 1.4.0 * Fix petal multidelay control bug Dont call process on a control after already calling ProcessAllControls. This causes controls to be double processed and leads to major crunch. * Fix pod/synthvoice bug Called the now deprecated Led::Update * Fix petal/multieffect bug Same control process after processallcontrols bug as petal/multidel * Fix Patch/FilterBank and Petal/Looper bugs Same control processing bug as others Co-authored-by: CorvusPrudens <[email protected]>
- Loading branch information
1 parent
2360fd0
commit ac3698a
Showing
11 changed files
with
30 additions
and
32 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
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
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
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
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
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