Alex Norman

Results 74 comments of Alex Norman

or.. maybe you're wondering about the hardware? both the field and the patch have MIDI i/o

@logsol its a hack but it works so far: https://github.com/x37v/pdlv2/blob/7f7335e3163cbedd84b50087993e1c0263fff480/src/plugin.cpp#L134 the radium project does the same thing: https://github.com/kmatheussen/libpd/blob/1f99d6b3328978b5db9c237f1ce5d0666c582d22/libpd_wrapper/m_libpd.c#L39 Clearly a multi instance supported libpd solution would be better but this...

> oh wait, I guess it's http://charlie-roberts.com/Control/?forum=control-2 Isn't that what I used?

btw, if i hit refresh in the top right corner of the interfaces view i can see the text..

It doesn't seem like it would be too much to implement `Read` `Write` and `Seek` like [fscommon::BufStream](https://github.com/rafalh/rust-fscommon/blob/master/src/buf_stream.rs) but using [sdmmc](https://docs.rs/stm32h7xx-hal/latest/stm32h7xx_hal/sdmmc/struct.Sdmmc.html) Maybe someone already has?

> @x37v, I'm currently trying to implement it for the STM32 L4 HAL, but I'm getting a `CorruptedFileSystem` error from the `BootSector::validate` function. hey @reitermarkus , cool that you're doing...

> It's here [stm32-rs/stm32l4xx-hal#315](https://github.com/stm32-rs/stm32l4xx-hal/pull/315). @reitermarkus I added a comment into your PR.. not sure that it will solve things but I'm curious.

Following up on this, @reitermarkus told me that the fatfs support works in this branch: https://github.com/reitermarkus/stm32l4xx-hal/tree/sdmmc I've addapted that code for [stm32h7xx-hal in a branch](https://github.com/x37v/stm32h7xx-hal/blob/xnor/fatfs/src/sdmmc.rs#L1392-L1697) and have successfully run some...

> Thanks for the report. > I guess we could have a "strict" mode by default which would respect the spec - the reason it's done like this is because...

Hey @jcelerier I think you said you were going to add some notes here to maybe point someone (me) in the right direction as far as resolving this issue and...