electro-smith / pd2dsy

Utility for converting Pure Data (Vanilla) patches to Daisy projects.
GNU General Public License v3.0
77 stars 11 forks source link

added petal test, and petal data. #6

Closed stephenhensley closed 3 years ago

stephenhensley commented 3 years ago

With the need to add the Field, and possibly a few other pieces of hardware in the future. We should really consider using some sort of meta data (json or similar) to contain the 'control' data for each platform. That will require creating a spec for the meta data, and unifying the API in libdaisy for all breakout boards (these things are upcoming in the planned changes for libdaisy already).

Right now everything is being added in comments to the bottom of a header file, and that will only become messier and messier.

However, this isn't the place for that, and we'll get the petal in there with everything as-is for now.