-
impression
Thanks a lot for both of your help. It sounds much harder than I expected
Lets say I want 32 polyphony, that would be an insane effort. Even I don`t always use 32 voices, I thought I can keep it more dynamic, depending on how many voices I am playing
The link is very helpful though. Will need to make my way through it. -
impression
Hi.
I have built a step sequencer and I would like to record polyphonic notes into it. So far I figured out how to record monophonic notes into a table. But I am bit overwhelmed on how to do that if notes are polyphonic.
Does anyone knows how that would work? -
impression
yea. I thought Bela sounded like the better setup, connecting buttons and encoders seems much easier, plus I wouldn`t have any latency issues.
But I probably follow your advice and try it with the raspberry pi first. Its probably also more flexible overall. pisound might get rid of my latency issues as well.Thanks so much again for all your help
-
impression
From what I understand, OSC is basically used for transferring messages from Pure Data to the OLED. That's the only information I could find on the Bela website, and it seems like the only way to communicate with the screen.
My main question is, what options do I have for creating a visual representation of what I'm doing in Pure Data if I am not able to use the actual Pure Data GUI? I would love to avoid Python or C++, but it almost seems like there's no way around it. Even then, I don't fully understand how things connect properly. The reason I am asking, if showing the Pure Data GUI is not the right way to go, then I don't really need to waste time making a nice Pure Data GUI in the first place.
Let’s say I programmed a dial in C++; would it essentially need to receive the OSC message from Pure Data and send it to the screen? And how does I2C come into play?
If I have an OLED with a framebuffer driver, would I be able to show the actual Pure Data GUI? I assume that also would to be communicated somehow? If I run a pure data patch on Bela I am not sure if its meant to show the actual GUI in the first place.
I’m really sorry if these are beginner questions, but your help is greatly appreciated. I'm very new to this, and I don’t quite see the whole picture yet in terms of how everything works together. The screen part seems my biggest question mark so far for my project.
-
impression
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?
-
impression
Oh yea its working now. Awesome. Thank you so much again
-
impression
Oh wow. Thank you so much.
I just gave it a try, when Iclick on open folder and select my folder the tracklist windows appears but its empty unfortunately, even there are wav files in it.
I will have a closer look. I hope I can figure out why.
Thanks again -
impression
Ah thanks, sounds good. I will have a closer look. I already found an oled which should work in theory. But it seems the main issue is that I will just get OSC messages coming through. I won't be able to make anything more graphical like using the sliders from pure data for example. At least I don't know how that would work without heavy programming unfortunately.
-
impression
Oh awesome. I couldn`t find this. Thank you
I did notice though, things won`t play out as I thought.
My initial idea was to let pure data GOP show up on an OLED display, either on Bela or Raspberry Pi and pisound. But it looks like I won`t be able to show the
actual pure data GUI on it? Does anyone knows more about it? I would basically want to see my pure data interface or GOP on a OLED display. -
impression
Hi.
I am having two issues I can`t happen to solve.
-
Lets say I will show my pure data patch on an LCD display. Its normally pretty small, so I would like to switch between different Interfaces and settings.
Lets say I have a filter page, and an amp page for example.
How would I be able to achieve that? In max dsp. I am able to hide parts of the interface, so I can just lay multiple interface parts over each other and just hide the ones I don`t want to see. -
I would like to create a sampler with the option to load samples from a specific folder, but without using the windows file browser. I am basically looking for a way to have a dropdown menu which shows me all the files I have in a certain folder. Lets say I have a Folder for Kicks and it should show me all the kicks in this folder in a dropdown menu. Is that somehow possible? Or any other ideas how I could achieve that considering using pure data on a standalone device like raspberry pi?
Thanks a lot for help in advance
-