Raphael Dinge

Results 43 comments of Raphael Dinge

One major issue we have is that: - `pcbnew.ExportSpecctraDSN` and `pcbnew.ImportSpecctraSES` methods are not available in KiCad 5.1, - Should they be available in KiCad 5.2 they are unlikely to...

There is the [same exact problem](https://github.com/freerouting/freerouting/issues/42) with Freerouting which needs UI elements also because logic and views are mixed. Though on that one, [some work has been done](http://repo.hu/projects/freerouting_cli/).

Tkinter seems to be more made for automated flow of standard OS controls, which is at the opposite of what we want: - We want a canvas to layout ourselves...

Just to add on that thread, as we had a lot of discussions here about it (and thanks everyone for their hard work on that!): - `jest-dynamodb` is based on...

Hi @ricardomatias ! Thanks for the suggestion. I'm not sure exactly on how this could address this issue regarding Max. Could you please elaborate on that? If this is a...

Please don't hesitate to open it yourself, as you can probably put more details than me, or otherwise tell me to do it for you. Thanks!

A [beta build](https://community.vcvrack.com/t/rack-development-blog/5864/85) of Rack for ARM is here.

`SoundFile` 0.12.1 version of `libsndfile` now supports M1 Mac, but **relies on `pip` at least version 22.2** because wheel `universal2` tag appeared in 22.2, and `SoundFile` relies on it to...

Hi @niektb and thanks for the report. The following seems quite suspicious: ``` msvcrt.dll!msvcrt!free (Unknown Source:0) plugin.dll!dsp_memory_manager::destroy(dsp_memory_manager * const this, void * ptr) (c:\Users\niekt\eurorack-blocks\Projects\fmsynth\artifacts\FmSynth_erbb.hpp:65) plugin.dll!deletemydspSIG0(mydspSIG0 * dsp, dsp_memory_manager * manager)...

Hmm interesting, a little DSP is instantiated to fill a table and then it's gone. Didn't see this case before. @sletz maybe we need to check this together, how do...