-
esox
posted in technical issues • read moreHello,
I'm trying to use [hid] with my intuos 5 wacom tablet. I can get datas from mouse, joystick, keyboard, but not with Wacom intuos 5 tablet. I'm on pd-extended 0.43.4.
Thanks for any help !
-
esox
posted in technical issues • read moreI installed Jack on my window XP on a MOTU 828mkII soundcard. It works with all my sound software (Nuendo, Reaktor, etc...) but not with puredata.
"Cannot read named pipe name =\\.pipe\server_jack_defalut_0 err = 109"
"Handle Request: cannot read header"Says jack portaudio...
-
esox
posted in technical issues • read moreHello,
I would like to know if it is possible to do "if then" testing like that in PD :
if A * B == 0 then
if C == 1 then
varA == A
varB == B
varC == C
else
varA == 1
varB == 1
varC == 1
endif
else
varA == 2
varB == 2
varC == 2
endif -
esox
posted in technical issues • read moreHello,
I'm trying to write a script to get dats from wiimote to PD with glovepie but I'm a bit lost.
I managed to map the wiimote and nuntchuk buttons but can't figure out how to get the inclination of the wii out of glovepie...
Do you know any readymade scripts for glovepie to get basic wiimote/nuntchuck functions into PD via OSC ?
I know it's not really a PD question, but...
-
esox
posted in technical issues • read moreHere is my problem :
I use a joystick to drive synthétizers (in reaktor, but I don't think it has an importance). The note is triggered by the trigger of the joystick. It works fine but I don't want that notepitch is changed while I'm moving the joystick once it's triggered. It makes an awful noise to have all those notes triggered when I move the joystick, even 1/10th mm ! So I would like to use only the X axis value output by the joystick when I trigger it and I want to ignore all values sent by X axis while joystick's trigger is on.
Example : here is what is output by the X axis from trigger start to trigger end :
255 256 236 284 124 236 2358 etc I want to use the first value (255) and that's it and ignore all what is output afterwards by the X axis.
Is it clear ?
-
esox
posted in technical issues • read moreI forgot the name of the mathematical function that does it so it's difficult to google it, specially in english !
The idea is to find the object that transforms a number into its negative version : "x" becomes "-x" or "-x" becomes "x".
My mathematical courses are very far away...
-
esox
posted in technical issues • read moreHere is what I want do do and can't manage to do :
I want to control synth in Reaktor with a joystick. This will be done with note on/off messages as those synth are dedicated to be played with a keyboard.
I attached my patch
The issue is that it keeps notes on. I would like it to note off a note before triggering another note. And that goes very fast with a jystick It will be monophonioc, i.e. only one note played at a time.
The thing is to send a velocity 0 value before triggering another note. And with a joystick, each time you tuch it it sends a huge flow of note on in a glimps. I want each note on on a specific tune (everything on midichannel 1 to be simpler) to be "offed" ie velocity 0 before sendng the next note on message.
-
esox
posted in technical issues • read moreHello,
I'm looking for a wiimote/nunchuck object for PD windows (XP), I can't find one. I can find some for linux or mac but not pc.
-
esox
posted in technical issues • read moreHello,
I'm new in using OSC. I managed to send OSC messages via UDP from Pd to Reaktor (I use Pd to retrieve datas from hardware controlers like Joystick or iPad to send them to reaktor to drive my instruments) using mrpeach objects like [udpsend]. But as UDP isn't as relible (it can loose infos in the path) I would like to use TCP protocol between Pd and Reaktor.
Is it possible and if yes how can I do that ?
Thanks
-
esox
posted in technical issues • read moreHello
What is the pd object for the maxmsp [scale] ?
Thx
-
esox
posted in technical issues • read moreThat's Xmas ! Thanx !
Another patch to study... But I discovered in it the object [value], very interesting.
-
esox
posted in technical issues • read morethanks a lot ! I now have to study your patche to understand how it works.
-
esox
posted in technical issues • read moreI think that is the way that Midi Guitar work : one pitch detection for each string.
-
esox
posted in technical issues • read moreThanks a lot, I didn't find him myself, g***** is a best friend for you than me !
I managed to create a very nice Pd patch + Glovepie script for Wiimote + Nunchuk.
-
esox
posted in technical issues • read moreIt works perfectly, thanks ! And I understood how it works. Very easy in fact, but the post difficult things to fond are the easiest ones !
-
esox
posted in technical issues • read moreWell, I looked a bit into [hidin] it seems to be cool but it's also very unstable, at least on a PC. I've seen that it saw my wiimote, but the wiimote is on bluetooth... Can it get datas from the wiimote ?
-
esox
posted in technical issues • read moreIt seems to work !Thanks, I need to test it in my patch. ANd I also need to take some time to understand why it works.
-
esox
posted in technical issues • read moreIn fact I have no creation argument to provide, it will be always different depending of the position of the X axis when joystick is triggered (whqt I call trigger is the bitton on the joystick usually used to shoot ennemies !).
I posted the patch
-
esox
posted in technical issues • read moreTo say my question another way :
let pass the first X axis value when trigger = -1 and ignore the following one. A kind a spigot that closes right after receiving the first value.
-
esox
posted in technical issues • read moreI don't understand the value 255 into [sel]. The value output will be from 0 to 6535 directly from the joystick, 0 to 127 once converted for midi pirpose.