Kai Blaschke

Results 179 comments of Kai Blaschke

Not sure if there's any code out there for the old plug-in, never seen that. Shouldn't be too hard for a Windows dev to use the Winamp API headers and...

> It's probably just gonna be a printf() type call anyway right? The logging API will not print something, but rather pass log messages via a registered logging callback to...

Due to license restrictions, we cannot use any headers from the Ableton Link API in libprojectM unless we also change the license from LGPL to GPL. What is possible though...

It's not really ported actually, it just got a CMake build system and compiles with MinGW, which is a GCC-based cross compiler toolchain that makes it possible to compile native...

Interesting. Did not look too deeply into the source, but you're correct, there's no fancy shader stuff or hardware acceleration anywhere. There's definitely Milkdrop preset support (parsed with ns-eel) in...

Yes, that's a great idea! Won't be something the core library will do, but a small tool generating random audio data and generating an image of each preset shouldn't be...

> @mbellew is it possible with what you've created to transform an HLSL .milk preset into, not a GLSL .milk preset, but instead into a GLSL shader itself? I'm looking...

If we really want to enable preset authors to add GLSL shaders, I'd rather use a different prefix for the shader code while keeping the original ones as-is, e.g. using...

This is quite an old, stale topic as it seems, yet still relevant. My personal take on this would be to implement a preset editor using the existing Qt GUI,...

Even if this ticket is a few years old now, this still seems to be a great idea. There are different suggestions on where to implement the editor, preferring either...