Abel Zatarain / Mbed 2 deprecated FMSynthCSUSM

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
davolfman
Date:
Wed Dec 13 20:38:24 2017 +0000
Parent:
18:4992aa537387
Commit message:
Back to old timings. Version for demo, release still not working.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Dec 11 20:30:36 2017 +0000
+++ b/main.cpp	Wed Dec 13 20:38:24 2017 +0000
@@ -239,7 +239,7 @@
         keytemp = 0; //zero the keys before we start ORing on top of everything
         for(int i = 0; i < 9; ++i) {
             bankSelect = (~(1 << i)) & bankSelect.mask();
-            wait_us(40);
+            wait_us(200);
             int shiftOffset = 6LL * i;
             
             keytemp |= ((~(unsigned long long)keyBank) & (unsigned long long)keyBank.mask()) << (unsigned long long)shiftOffset;