Re: [PD] From telnet to netreceive whole sentence

2021-03-22 Thread IOhannes m zmoelnig
On 3/22/21 3:47 PM, Csaba Láng wrote: I try to make it simple without unicode, let's say. What if I add [list $1 $2 $3 $4( to text3d where each $ is a word (max number of $ is the amount of words in the longest sentence) How can I achieve not to display 0 0 0 at the and of the list if number of

Re: [PD] From telnet to netreceive whole sentence

2021-03-22 Thread Csaba Láng
I try to make it simple without unicode, let's say. What if I add [list $1 $2 $3 $4( to text3d where each $ is a word (max number of $ is the amount of words in the longest sentence) How can I achieve not to display 0 0 0 at the and of the list if number of words are less than max number of words

Re: [PD] From telnet to netreceive whole sentence

2021-03-22 Thread IOhannes m zmoelnig
On 3/22/21 2:52 PM, Csaba Láng wrote: Iohannes, can you explain how I can send unicodepoints to text3d? using the [string( message (see the [text3d] help-patch) e.g. [string 67 115 97 98 97 32 76 225 110 103( the problem is mainly that what comes out of [netreceive -b] is not going to be un

Re: [PD] Sending Startbit and Stopbit with comport for MIDI with Arduino

2021-03-22 Thread Martin Peach
Hi Ingo, It's not clear to me which parts of your setup are hardware MIDI and which are hardware serial, so this may be not relevant: MIDI uses the same serial protocol as regular serial, the difference is the baud rate (31250 is not a standard baud rate) At the hardware level, MIDI is optoisolated

Re: [PD] From telnet to netreceive whole sentence

2021-03-22 Thread Csaba Láng
Iohannes, can you explain how I can send unicodepoints to text3d? Best, Popesz On Sat, Mar 20, 2021 at 2:16 PM IOhannes m zmölnig wrote: > Am 20. März 2021 13:25:38 MEZ schrieb "Csaba Láng" : > > Dear list, > > > > I want to get a string of words with spaces to puredata and render > > these >

[PD] pd~: Resource temporarily unavailable

2021-03-22 Thread cyrille henry
hello, I've got a problem with pd~ on one of my patch, on a specific computer. The patch works on all computer I tried except one. On this computer, other patch using pd~ works great. (all computer run different ubuntu flavor, and pd (vanilla) version) The computer that cause this problem is a 20

[PD] Sending Startbit and Stopbit with comport for MIDI with Arduino

2021-03-22 Thread Ingo
Hi, I would like to send MIDI with [comport] from Pd by using an Arduino. Reading into Pd is no problem. It also works fine as a MIDI Thru by simply forwarding the Serial1 RX input (MIDI input) to the Serial1 TX output (MIDI Thru). Something like this: if (Serial1.available() > 0) {

Re: [PD] pause writing to delay line / hybrid of array and delay

2021-03-22 Thread Simon Iten
i did quite exaclty this, and i just used a 7 second array in the first place and created the record/stop with a combination of metro (banged and stopped) and a short fade-in/out when i touch a key (5ms is plenty) > On 21 Mar 2021, at 19:17, IOhannes m zmölnig wrote: > > (taking this back to