Johannes Wegener
Johannes Wegener
@rmichon do you know where I can find the code that was used in this [paper](https://ccrma.stanford.edu/~rmichon/publications/doc/SMC-19-teensy.pdf) I stuggle to find the standalone mode etc. I would like to help to...
Same here works with a Mac running macOS 11.6.3 but not with an iPhone 8 running 15.3
interesstingly enough I see peers added and remove in OWL
Are you referring to this? https://github.com/lv2/pugl/issues/56
What would you recommend to do about it? Open a bug report at pugl? If I'm getting rid of all repaint calls in wolf-spectrogram it does work for me on...
Hmm... okay but do you think it is a good idea to also open an issue at pugl?
actually it also so the same for all other plugin types on macos. For some reason unknown to me the gui isn't created on macos. I also compiled DPF exmaple...
I'm debuging with the jack standalon and comparing it to the cairo example from DPF because I don't really know DPF's architecure. It seems at least the draw call of...
Also it seems the PUGL event loop is running because I get messages like these (when running a debug build) ``` pugl event: Expose 0.0 0.0 2400.0 400.0 PUGL: onPuglExpose...
If I comment out all that spectrogram stuff in Spectrogram.cpp the window appears: ``` void Spectrogram::draw() { const float width = getWidth(); const float scaleX = width / fBlockSize *...