Jonas Minnberg

Results 35 comments of Jonas Minnberg

Removing the `API_DEPRECATED` macros from `AUGraph.h` makes the build go through.

On second thought -- it probably should not be supported...

I think both, `!import` to import something once, and an `!once` at the top of a file to guard it for multiple includes by `!include` ...

Except then macros could no longer define labels, which may be something you want.

No you can do ``` !macro Test() { plot: nop rts } jsr plot rts Test() ```

You're right about Miami Vice, I had just become accustomed to hearing it with sidplay2, which removes that filter distortion. Do you mean you have to set the cutoff manually?...

What specifically doesn't work? If I build the test with make -f test.mk it runs.

The code in the README uses stuff from my apone library and can't be used directly, they are more for demonstration.

OK, I never tried it with Visual Studio, but VC is not very good at C++11 support AFAIK. Are you using the bleeding edge/latest VC you can get at least?

Did you try the very latest Visual Studio?