-
mekon
Three weeks ago I found out about Pure Data and TouchOSC. Then I start posting a lot of questions here, sorry, but Ive got fast answers, and just want to thank you all for that.
This is my final work.
all info are on my,first, blog: http://androidosc.blogspot.com/
I will attach only PD file here, for more files, video tutorial, and screenshots go to blog.
*enter the layout pages in pd file for more stuff
-
mekon
I need help again.
I wont to one button sending difrent massages when some criteria is fullfield.
button
| criterium1 criterium2
| | |
some kind of switching or routing or IF
| | |
ctlout1 | |
(with no criterium)| |
ctlout2 ctlout3
(criterium1) (criterium2) -
mekon
I need > 1000 and < 2000 in one object. Can it be done. Look the patch please.
-
mekon
How can I make toggle button from push.
My button(on midi controler9) when it presed it sends 1 when it release its 0. So how can I store that 1 and send it to the toggle in PURE DATA so its ON(with cross), and how can I turn it off.
so one press of a push button button for ON, second press its OFF
-
mekon
I move fader on my PHONE and its send midi massages, and it works FINE,but after a few second in console I receive massages for midiIN, so on my PHONE that fader start jumping around the same way i moved it.
HOW TO GET RID of that LOOP?
Ive read somewhere that this loop is not happening in PD vanilla but I have problem putting path for mrpeach...more on this topic here http://puredata.hurleur.com/viewtopic.php?pid=21849#p21849
-
mekon
I want to try VANILLA version because of the MIDI LOOP massages on some faders that I got, Ive read that on vanilla it will not happened.
When I load my PD in VANILLA I get this:
... couldn't create
udpreceive 8000
... couldn't create
import mrpeach
... couldn't create
routeOSC /MIXER /SEEK /FX /LOOPCUE /BROWSEPITCH /7 /9
... couldn't create
routeOSC /fader14 /fader15 /fader16 /fader17 /toggle13 /toggle14 /push12 /push11 /rotary21 /fader13 /rotary16 /fader5 /fader6 /fader10 /fader11 /fader12 /toggle12 /toggle11 /push9 /push10
... couldn't create
packOSC
... couldn't create
udpsend
... couldn't create
etcwhen I import path to mrpeach that I copied from PD-EXTENDED I get:
consistency check failed: sys_decodedialog: \{+C:UsersmekonDesktoptouchoscprogramipd-0.42-5.mswpdextramrpeach\}
So how to import path properly?
-
mekon
is it possible to connect over USB, there are a lot of thetering solution so can pure data and touchOSC use some of them.
(maybe)
http://graha.ms/androidproxy/
VPN
.
.
. -
mekon
push button on phone(android) is sending to much data, like its to sensitive.
print: /MIXER/push11 1
print: /MIXER/push11 1
print: /MIXER/push11 1
print: /MIXER/push11 0
print: /MIXER/push11 1
print: /MIXER/push11 1
print: /MIXER/push11 0
print: /MIXER/push11 1
print: /MIXER/push11 1
print: /MIXER/push11 0for toggle button:
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 1
print: /MIXER/fader17 1
print: /MIXER/fader17 1
print: /MIXER/fader17 1
print: /MIXER/fader17 1
print: /MIXER/fader17 1
print: /MIXER/fader17 1
print: /MIXER/toggle14 1
print: /MIXER/toggle14 1
print: /MIXER/toggle14 1
print: /MIXER/toggle14 1
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 0
print: /MIXER/toggle14 1CAN IT BE REDUCED? like this:
print: /MIXER/push11 1
print: /MIXER/push11 0
print: /MIXER/push11 1
print: /MIXER/push11 0
print: /MIXER/push11 1
print: /MIXER/push11 0its problem with play/pause, because PLAY is starting for several time with one push of a button!
-
mekon
yes SYSEX is the answer....there is some sysex message that when sent to MPD24 it reset encoder, so basically it can be set to send sysex messages every time after +1 or -1 so we could finally can have endless encoder.
Just to figure out how to do it in pure data and it will be free, because other figure out how to do it in BOMES midi translator and it cost 50eur
any help would be appreciate
BUT ALL THIS FOR WINDOWS if its possible
-
mekon
this above cant be done because when it reached 0 or 127 mpd24 wont send it again these two values.