Mike Oliphant
                                            Mike Oliphant
                                        
                                    I've been following this thread with interest. I don't have much to contribute as I'm not a mathematician or an electrical engineer, but as a programmer/guitarist I would very much...
Great - I look forward to the new compiler!
Hi @sletz - my main use case was simply to be able to generate plugins in C# rather than having to use C#/C++ interop (which isn't difficult, but is unpleasant...
Right now, I spawn off Faust to generate the C# code (although it could be integrated more tightly by compiling in the Faust libs). Once I have C# source code,...
The internal representation of the colors is BGR, so the color values are correct. There is likely a problem with the specific display driver for this device.
Yes, it is a non-trivial problem to solve and there aren't a lot of public implementations floating about. I did find this, though: https://github.com/Themaister/libmaru And, of course, the Linux kernel...
@sebastienNEC - your project sounds very interesting. What hardware are you using for audio in/out? @rsta2 I understand better now. I was just thinking of the code that talks to...
Also note that some Android TVs (mine, for example) only support EAC3 - not regular AC3. Because EAC3 is backward compatible, you can send an unaltered AC3 stream as EAC3...
Having to re-solve on parameter changes is a major limitation, so this would clearly be a big win. If I recall correctly, I added some code in to delay parameter...
This would also make it more practical to consider exposing parameters from the VST to the DAW (they currently are not) to allow for automation. The issue still remains, though,...