Erik Ronström

Results 8 issues of Erik Ronström

`encode-data` checks for `float` (using `typecase`), and encodes it using `encode-float32`. However, if a double float is passed to `encode-data`, it will also match the `float` clause and will be...

`wiggleArpeggiatoUpArrow` is not correctly tesselated with `wiggleArpeggiatoUp`:

2.0.8 works in LispWorks 8 but 2.0.9 doesn't. The problem was introduced in commit https://github.com/edicl/drakma/commit/5f6962c7dbb3bf163e5ece71b2d0c526a67fd598 This quote from the LispWorks documentation describes the situation pretty accurately: > Code using new...

This PR adds support for mp3 decoding using mpg123 instead of libmad. The addition was motivated by the need for using sox in a non-GPL context (libmad is GPL while...

While `sox_delete_effect` is used internally and works correctly in that context, it is not usable from user code: ``` // This will double-free e->priv when chain is deleted sox_effect_t *...

Thanks for an excellent library! I forked it to make some minor extensions, mainly overloaded operators for array indexing, object element access and value comparison. I could make a pull...

The metadata for Petaluma does not contain any sets. This is potentially problematic: If I would like to use the small flag for eight notes, there is currently no reliable...