[PD] render method

2018-10-19 Thread ray Y
Hello all: Does anybody know if there is a method in gems to render things without erasing the previous frame? for example lets say i want to have rectangles draw in gemwin, each render erases the previous draw, how can i keep each instance on screen? i'm trying to make kind of like a feedback

Re: [PD] question about gemwin

2018-09-20 Thread ray Y
IOhannes m zmoelnig wrote: > you can also drop the [fullscreen( message alltogether, and just create > a borderless-window at position 0/0 with the desired dimensions: > [border 0, offset 0 0, dimen 320 240, create,1] > thanks for that one, specially useful if you set your backgound black. a

[PD] question about gemwin

2018-09-17 Thread ray Y
Hello all I'm using gems on a raspberry pi 3b+ and when a switch to full screen, the frame rate drops significantly. Is there a way to go into full screen mode keeping a low screen resolution (320 x 240) so the quality of the video playback will be bad but the frame rate will stay stable? th

[PD] sr04 with arduino standardfirmata

2018-02-06 Thread ray Y
Hello Alex I have been able to use the sr04 with comport but not with standardfirmata the problem is that i need to sacrifice and entire controller and a bluetooth connection in order to handle the sr04 instructions all by themselves and this is not elegant. it could be nice to have a mekanis

[PD] sr04 with arduino standardfirmata?

2018-02-05 Thread ray Y
is there a work around for this? the sr-04 is a way cooler sensor than the ones supported by standardfirmata! why is it not supported? there most be a hack to make the emiter and receiver functions act as one with the signal going into the analog inputs of the arduino. as a standard sensor?

[PD] stepper control

2016-08-13 Thread ray Y
From: IOhannes m zmölnig To: pd-list@lists.iem.at Subject: Re: [PD] stepper control depends... you really have the same jitter when doing signal processing, and yet you don't hear it. (just hook your [metro 0.1] to a [tgl] -> [vline~] -> [dac~]) why? because [dac~]/[adc~] synchronize the jittery

[PD] stepper control

2016-08-11 Thread ray Y
i wanted to make a patch to drive stepper motors with pd but run into a serious limitation,i need to run in microseconds and pd can only run at a milisecond time grain. what is the way around this? are any of you guys running stepper motors with pd, without any other programs? or do you h

[PD] Pduino, firmata and SPI

2016-07-11 Thread ray Y
is there a firmata vertion with at least basic master to slave SPI support? what is the fastest way to be able to use digipots with Pure Data? both digipots and digital to analog converters need the SPI protocol to operate and it is still not implemented in firmata!!! i tried using RC low pass f

[PD] Warning currently unsupported 176, and also 160.

2016-05-05 Thread ray Y
On 2016-05-04 03:10, ray Y wrote: >> im geting this errors: >> Warning currently unsupported 176, and also 160. >> it is slowing down communication. >> how can i fix this? > > by first telling us what you are doing. > >fgasdmr >IOhannes > simple

[PD] Warning currently unsupported 176 and 160

2016-05-03 Thread ray Y
im geting this errors: Warning currently unsupported 176, and also 160. it is slowing down communication. how can i fix this? regards, r.y ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listin

[PD] clock sync problem with ableton live

2016-05-01 Thread ray Y
>i'm using the iac driver to send controller data from ableton live to pd >but for some reason the midi response has a serious delay. the weird thing is >that the atom boxes show the correct score but the instrument >responce does not. how can i fix this problem. regards r.y o.k, i discover that

[PD] clock sync problem with ableton live

2016-04-30 Thread ray Y
hello i'm using the iac driver to send controller data from ableton live to pd but for some reason the midi response has a serious delay. the weird thing is that the atom boxes show the correct score but the instrument responce does not. how can i fix this problem. regards r.y ___

[PD] communicating to another arduino through pduino

2015-11-09 Thread ray Y
hello is it possible to just send numbers from pduino and firmata to to be read by another arduino running something else? i set in the receiving side an A0 (analogread input 0) but instead of receiving input from a potentiometer, i need the CC data to come from pduino (the transmitting ardu

Re: [PD] routing serial data

2015-10-23 Thread ray Y
i used Serial.write in the arduino sketch so i should be getting 4 8 bit bytes. i will check your examples and see how it goes r.y De: Alexandros Drymonitis Enviado: viernes, 23 de octubre de 2015 10:07 a. m. Para: ray Y; PD-list Asunto: Re: [PD] routing

[PD] routing serial data

2015-10-23 Thread ray Y
hello i'm having difficulties separating incoming data from the serial port. i cannot use pduino and firmata because of pining complications with ultrasound sensors. i manage to have the 4 readings print out in the pd window but how can i get each one into an atom box? sorry if this question

Re: [PD] bluetooth PDuino

2015-09-03 Thread ray Y
that should be done with the firmata? regards r.y De: Alexandros Drymonitis Enviado: miércoles, 2 de septiembre de 2015 01:43 a. m. Para: ray Y Cc: pd-list@lists.iem.at Asunto: Re: [PD] bluetooth PDuino I think that you can't upload code to the Arduino v