electro-smith / oopsy

gen~ to Daisy: exporting Max Gen patchers for the ElectroSmith Daisy hardware platforms
MIT License
126 stars 30 forks source link

updated libdaisy to v4.0.0 #68

Closed stephenhensley closed 2 years ago

stephenhensley commented 2 years ago

Just a push on libDaisy itself.

This resolves an issue that would cause the Daisy Patch to have issues when using the new Daisy Seed (1.1) due to the Daisy Patch's unique codec Initialization.

stephenhensley commented 2 years ago

FatFSInterface has been added to replace the previous dsy_fatfs_init. It should also now be trivial to add support for USB drives connected via the external USB pins if we want.

I added an unscoped global FIL SDFile to replace the libDaisy global that was removed as part of v3.0.0

Otherwise, everything else shouldn't need any changes.


I tested using the latest daisy seed hardware on daisy patch with the SD Card example.