aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAge
* go back to upstream, they merged my fixesdakkar2020-08-28
| | | | This reverts commit a66d15f131afc61d932a21989991d1aea00bef4b.
* use my fork of the ESP8266Audio repodakkar2020-08-28
| | | | | | | | | see https://github.com/earlephilhower/ESP8266Audio/pull/300 There were 2 problems with `tsf_stream_memory`: 1. a small one, is that skip doesn't actually behave like the file version 2. a big one, in the "segfault" sense, is that the `tsf_stream_memory` struct created inside `tsf_load_memory` does not survive that function, but `t->hydra->stream` will keep a reference to it for delayed loading
* drop unused librarydakkar2020-08-28
|
* soundfont works!dakkar2020-08-23
| | | | it's pretty noisy, but might be good enough
* trying to use a soundfontdakkar2020-08-23
| | | | I get very weird exceptions when calling `tsf_note_on`?
* just submodule, it's easierdakkar2020-08-20