[PD] Get current time in seconds since the Epoch using just Vanilla PD

2019-04-07 Thread RT
Is there a way to get Epoch time in pure data using just Vanilla Objects only? I looked at http://write.flossmanuals.net/pure-data/time/ but it's in extended "utime cxc flatspace output seconds since epoch and microsecond faction" Thanks ___

Re: [PD] How can I weave multiple signals together?

2019-03-29 Thread RT
Wow!! That one line did it thanks so much. On Wed, Mar 27, 2019 at 10:09 PM Charles Z Henry wrote: > fexpr~ ($y1+1)*($y1<2); > $x1*($y1==0)+$x2*($y1==1)+$x3*($y1==2) > > might have a *lot* of high frequency content. > > you could replace the counter in the above fexpr~ with a slower > counter

Re: [PD] How can I weave multiple signals together?

2019-03-26 Thread RT
In that case I would think being able to overwrite the current / played 3 seconds of memory with the next 3 seconds of memory would be needed tabwrite~ tabread~ tabwrite~? On Tue, Mar 26, 2019 at 4:45 AM IOhannes m zmoelnig wrote: > On 26.03.19 01:08, RT wrote: > > I expect some-type

Re: [PD] How can I weave multiple signals together?

2019-03-25 Thread RT
/questions/10316304/interweaving-vectors . Just not sure how to do it in Pd. On Mon, Mar 25, 2019 at 7:16 PM Peter P. wrote: > * RT [2019-03-25 18:57]: > > I have a Pd patch with 3 separate signals and I want to sequentially > weave > > the signals together so instead of hav

Re: [PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-02-02 Thread RT
: > Good luck RT, please share your results:) > > On Wed, 16 Jan 2019 at 07:57, RT wrote: > >> Thanks guys that helped a lot I plan on going with the Shelly 1 the >> firmware can be easily flashed supports AC but also supports 12V DC and >> 24-60V DC and has M

Re: [PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-01-26 Thread RT
Julian just got it all working today. In the process of making a full video tutorial along with how to connect the electronics and I will post it to youtube along with notifying the list. On Thu, Jan 17, 2019 at 4:40 AM Julian Brooks wrote: > Good luck RT, please share your resu

Re: [PD] Using netsend to send url / text to turn a device on and off

2019-01-24 Thread RT
split] > > > Gesendet: Donnerstag, 24. Januar 2019 um 20:41 Uhr > > Von: "IOhannes m zmölnig" > > An: pd-list@lists.iem.at > > Betreff: Re: [PD] Using netsend to send url / text to turn a device on > and off > > > > On 1/24/19 8:20 PM, RT wrote:

Re: [PD] Using netsend to send url / text to turn a device on and off

2019-01-24 Thread RT
0; #X connect 16 0 19 0; #X connect 17 0 15 0; #X connect 18 0 15 0; #X connect 19 0 17 0; #X connect 19 1 18 0; #X connect 20 0 17 0; #X connect 20 0 18 0; #X connect 20 0 12 0; On Thu, Jan 24, 2019 at 3:11 PM Martin Peach wrote: > On Thu, Jan 24, 2019 at 11:36 AM RT wrote: > >> &

Re: [PD] Using netsend to send url / text to turn a device on and off

2019-01-24 Thread RT
This is what I'm using I can connect and disconnect but the command syntax coming out of Pd seems to be incorrect. #N canvas 293 155 710 697 10; #X msg 241 186 disconnect; #X floatatom 303 547 0 0 0 0 - - -; #X obj 378 555 print; #X obj 329 128 fudiformat; #X obj 329 53 symbol on; #X obj 331 180

[PD] Using netsend to send url / text to turn a device on and off

2019-01-24 Thread RT
I'm trying to turn on and off a device using Pd by sending a URL. At the moment to turn the device on I just type in a url in the browser and to turn it off I type in another one url . To turn the device on I send http://192.168.1.123/relay/0/?turn=on To turn the device off I send

[PD] Adjusting swept / chirp signal logarithmically or exponentially

2019-01-24 Thread RT
I know we can create a swept / chirp signal with the code below but how does one adjusting the signal logarithmically or exponentially [440, 880 1000( | [line~] | [osc~] | \ [dac~] -- -- ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-01-15 Thread RT
for the help On Mon, Jan 14, 2019 at 10:24 AM michael strohmann wrote: > A demo how to send MQTT to PD via python script: > https://www.youtube.com/watch?v=xi1GyC05VXk > > > On 14 Jan 2019, at 15:06, RT wrote: > > Greetings > > I would like to connect and have Puredata cont

Re: [PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-01-14 Thread RT
Looks like they are clamping down on flashing the firmware... https://support.itead.cc/support/solutions/articles/1161914-how-can-i-downgrade-the-firmware-flash-3rd-party-through-ota- How can I downgrade the firmware/flash 3rd party through OTA? Created by: Maggie Wang Modified on: Tue, 6

[PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-01-14 Thread RT
Greetings I would like to connect and have Puredata control an iot device like wemo or other open source power outlet are there any examples or suggestions on where to start? I was thinking an example would be just to have Puredata turn off and on a power outlet (like a Wemo) using OSC or midi