TeensyAudio / Wavetable-Synthesis

General repository for Wavetable Synthesis Capstone project at Portland State, Fall 2016 - Winter 2017
89 stars 19 forks source link

Compatibility with newer Teensy #2

Open ragededent opened 2 years ago

ragededent commented 2 years ago

Hello,

Thanks for your app. However it doesn't seem to fit with the new Teensy audio library as the wavetable have integrated in Audio.h

I tried to modify the decode.py file but it didn't into the Windows executable.

Do you have a newer version ?

Thanks, regards.

netherwaves commented 2 years ago

@ragededent I just finalized a fork that fixes the prior 4.0 incompatibility, you can check it out here: https://github.com/netherwaves/Wavetable-Synthesis the executable is named "SoundfontDecoder-4.0.exe" :o)

ideally, this would need to be implemented alongside the 3.2 and 3.6 options; I replaced the former to save myself some time (since I needed a working decoder urgently), so maybe I'll propose a pull request sometime in the future if I have free time to allocate to this!