Skip to content

Commit

Permalink
Merge pull request #216 from shorepine/dpwe-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwe authored Sep 16, 2024
2 parents f50c7e7 + 0a4809a commit b20db26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AMY-Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AMY
public:
AMY();
void begin();
void begin(uint8_t cores, uint8_t reverb, uint8_t chorus);
void begin(uint8_t cores, uint8_t reverb, uint8_t chorus, uint8_t echo);

int32_t sysclock();
void drums(uint32_t start, uint16_t loops);
Expand Down

0 comments on commit b20db26

Please sign in to comment.