Hi,
I am planning a rather ambitious project and just have a question about whether or not what I am planning to do is possible. I apologize if these are basic questions.
Basically, I am working on a Pure Data project, some kind of groovebox with a sequencer.
The part that is still unclear is how to get my Pure Data patch visualized on an OLED screen.
I was considering a combination of a Raspberry Pi and PiSound, or Bela.
So far, I actually prefer Bela, as it already has a good tutorial on how to connect an OLED and communicate with OSC.
Initially, I thought I would be able to display the actual Pure Data interface or GOP (Graph on Parent) on the display, but that doesn't seem to be possible. Even on mobile phones with the Pure Data Android app, it seems to work well.
It looks like the only option is OSC, even though I don't fully understand how it works. From what I understand, it just sends messages and doesn't include graphical elements.
What other options do I have to actually send graphics like dials and sliders to an OLED, rather than just text messages? I have very limited programming skills. Pure Data is fine, and I can figure that out, but C++ is a different story.
Also, is there a way to emulate or test how OSC messages will be received if I were to use an OLED screen?