Stephen Hensley

Results 49 issues of Stephen Hensley

This should end up fixing #162 The negative transposition was almost 2x the ratio that it was supposed to. So that none of the semitones were accurate when set below...

This adds an implementation of the Freeverb algorithm. A few things still need to be done before it's ready, but it's working. ### TODO * [ ] More flexible tuning...

module

Reported on the [forum](https://forum.electro-smith.com/t/periodic-digital-clicks-when-reading-file-from-sd-card-on-daisy-seed/2750/); seems like something to do with `Prepare` is causing audio to be held up, and interferes with the callback in general. This was demonstrated by generating...

bug

This was originally intended to be added when we added parsing, and it must have just gotten glossed over. There are some ideas in [this forum post](https://forum.electro-smith.com/t/how-to-use-libdaisy-for-midi-out/2346/6). Also, as an...

feature

This is likely the case with a few other peripherals as well, but I encountered it with the TimerHandle When testing reusing TIM2 (which is used by System internally): I...

rfc

This could be added directly to the SPI handle. However, with the recent change in callback structures for DMA transactions it is possible to self-manage software CS in pretty much...

feature

Seems like setting the necessary linker flags for semi-hosting result in non-functional USB. There's a bit of additional information for reproduction of the issue [on this forum thread](https://forum.electro-smith.com/t/usb-midi-stops-working-if-using-semi-hosting/2352/5) The report...

bug

Seems like it's possible to trip up the MidiHandler with certain SysEx data Reported on slack: > So I've just found that the following midi message will freeze the libdaisy...

The existing module was built for mono, 16-bit audio files at 48kHz It should be pretty easy to support the channels/bitdepth. For sample rate we'll have to decide if we...

polish
feature

This has become requested both on slack and the [forum](https://forum.electro-smith.com/t/request-for-tdm-codec-support-for-the-daisy/2415). The SAI2 peripheral exposed on the pinout of the Daisy Seed is capable of working with TDM, but the current...

feature