-
dmanz
Hey all - thank you for the help and advice. The solution was the
[symbol]
|
[float]combo that @lacuna suggested. rawprint is great to know for future debugging.
Dan
-
dmanz
I get the error "hsl: no method for "10"" - basically I need to convert the incoming message to an int. In Max, this is really easy - what is the standard method for doing so in pure data?
-
dmanz
Hey all,
Have what is hopefully a fairly simple enquiry. I am using OSC to connect an encoder to pure data on a raspberry pi. I have an incoming message, and would like to use this to set a slider value. In Max/MSP I do this all the time, but googling/looking through these forums there doesn't seem to be a straightforward way to do so. Does anyone have any advice? Appreciated
-
dmanz
I am developing a pure data patch for an installation and would like to expose some of the patch. However, I need to remove the menu bar for a clean setup. Does any one have any experience in this? Cannot find anything helpful (to me) online. Any help is appreciated
-
-
dmanz
Hey David,
This is really helpful
The thing which is tricky for me is how to then send this value (interpolating back to the original value) back to the slider, without messing up the patch. Any advice on this aspect?
Dan
-
dmanz
Hi all,
I am new to pure data and would like to have a simple functionality where I store a value between 0 and 1. When I press a button, I would like to set the value to 0 (with a message bang) and then have the value interpolate back to the last stored value (with a line function)/
So, for example, if a slider is at 0.7 I would like a button which sets this to 0 and then rises up to 0.7 again.
Any help appreciated, sorry for the noob question
-
-
dmanz
Hi all, I have a very simple (noob) issue which I cannot for the life of me figure out.
As you can see from the screenshot, I have a long list of strings which I can access index wise. This can be successfuly printed to the console. However, I need to use this to set and bang a message. Coming from Max/MSP, I am used to a right inlet where I can set the message, en a delayed bang to bang the respecitve message. I have seen some solutions with prepend set but I can't get this to work.
Does anyone know how to solve this? Any help appreciated, Dan:)