Re: [PD] Using Teensy as midi compliant device

2022-04-18 Thread Miller Puckette via Pd-list
MIDI messages only go out to one device - so to send to
device 2 you send to MIDI "channel" 17 to 32.  In this
case, probably 18 (channel 2 on device number 2).

cheers
Miller


On Mon, Apr 18, 2022 at 05:28:04PM -0500, Rick Snow wrote:
> Hello!
> 
> I am working to use two Teensy devices as midi compliant devices to control a 
> set of motors with PD.  I have each one working as expected.  One Teensy 
> expects midi info on Channel 1 and the other on Channel 2.  Each Teensy 
> Device is given its own name.  When I try to use them both at the same time 
> (plug in both to my Mac) I can see both of them in the Midi Devices.  
> However, only the first one I choose will accept midi values and move the 
> motors.  Whichever one I choose second will not react when I send it midi 
> data.
> 
> Anyone else worked with multiple Teensy Midi devices and PD?
> 
> Cheers,
> Rick
> 
> 
> 
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.puredata.info_listinfo_pd-2Dlist=DwICAg=-35OiAkTchMrZOngvJPOeA=XprZV3Fxus2L1LCw80hE4Q=8jmU4HXUzDhKJKrnpPomMs_3sB1pOY4gdOl_mIL8_NAKmccIW2cT-eDJvboPmJLP=Ya9zJiop0tMFi76HVSd4TAkKjeimvVJF-h2g8LUAUXY=
>  



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Using Teensy as midi compliant device

2022-04-18 Thread Rick Snow
Hello!

I am working to use two Teensy devices as midi compliant devices to control a 
set of motors with PD.  I have each one working as expected.  One Teensy 
expects midi info on Channel 1 and the other on Channel 2.  Each Teensy Device 
is given its own name.  When I try to use them both at the same time (plug in 
both to my Mac) I can see both of them in the Midi Devices.  However, only the 
first one I choose will accept midi values and move the motors.  Whichever one 
I choose second will not react when I send it midi data.

Anyone else worked with multiple Teensy Midi devices and PD?

Cheers,
Rick





___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] help testing/reporting documentation issue with cyclone on windows/linux

2022-04-18 Thread Alexandre Torres Porres
Thanks Lucas, the reported issue is different and the 3 people that
reported did not provide a good report... it seems something related to
cyclone/comment I guess... https://github.com/porres/pd-cyclone/issues/549

well, if I can't get a proper report I'll have to close it

cheers

Em seg., 18 de abr. de 2022 às 09:36, Lucas Cordiviola <
lucard...@hotmail.com> escreveu:

> I only get these 2 issues both on Linux and Windows:
>
>
> A):
> --
> (Tcl) UNHANDLED ERROR: bad window path name ".xe761eb40"
>  while executing
> "winfo x $::focused_window"
>  (procedure "hammergui_poll" line 17)
>  invoked from within
> "hammergui_poll"
>  ("uplevel" body line 89)
>  invoked from within
> "uplevel #0 $docmds"
> --
>
> when opening [mousestate] with the attached "pkg-tester.pd". Note that I
> don't get the error on normal circumstances.
>
> B):
> --
> record~: improper args
>   cyclone/record~ smp_$0 2
> ... couldn't create
> record~: improper args
>   cyclone/record~ buff_$0 2
> --
>
> This is turns out as a crasher with DSP on. Seems (without looking too
> deep) is just fixing the correct arrays/channels? in the help patch.
>
>
>
>
> --
>
> Mensaje telepatico asistido por maquinas.
>
> On 17/04/2022 05:35, Alexandre Torres Porres wrote:
> > Hi, I got some reports that Cyclone's help files don't work on Windows
> > and Linux and a 'tcl/tk' errors pop up. Can anyone confirm this? I
> > need someone who can compile and test if I have fixed it and also give
> > me a good report. It all seems to work just fine on macOS.
> >
> > thanks
> >
> > ___
> > Pd-list@lists.iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] help testing/reporting documentation issue with cyclone on windows/linux

2022-04-18 Thread Lucas Cordiviola

I only get these 2 issues both on Linux and Windows:


A):
--
(Tcl) UNHANDLED ERROR: bad window path name ".xe761eb40"
    while executing
"winfo x $::focused_window"
    (procedure "hammergui_poll" line 17)
    invoked from within
"hammergui_poll"
    ("uplevel" body line 89)
    invoked from within
"uplevel #0 $docmds"
--

when opening [mousestate] with the attached "pkg-tester.pd". Note that I 
don't get the error on normal circumstances.


B):
--
record~: improper args
 cyclone/record~ smp_$0 2
... couldn't create
record~: improper args
 cyclone/record~ buff_$0 2
--

This is turns out as a crasher with DSP on. Seems (without looking too 
deep) is just fixing the correct arrays/channels? in the help patch.





--

Mensaje telepatico asistido por maquinas.

On 17/04/2022 05:35, Alexandre Torres Porres wrote:
Hi, I got some reports that Cyclone's help files don't work on Windows 
and Linux and a 'tcl/tk' errors pop up. Can anyone confirm this? I 
need someone who can compile and test if I have fixed it and also give 
me a good report. It all seems to work just fine on macOS.


thanks

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list#N canvas 200 50 963 658 12;
#X obj 12 15 text define dut;
#X obj 524 307 text get dut;
#X obj 479 575 pack s s;
#X msg 480 601 \; pd open \$2 \$1;
#X msg 585 603 \; \$1 menuclose \;;
#X obj 586 577 symbol;
#X obj 609 536 makefilename pd-%s;
#X obj 531 124 keyup;
#X obj 532 160 sel 119 113;
#X text 594 124 w key +1 / q key -1;
#X obj 424 58 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #00
#00 0 1;
#X obj 530 549 t s s;
#X obj 523 335 t a b;
#X msg 529 219 1;
#X msg 495 219 -1;
#X obj 527 247 +;
#X obj 520 275 t f f;
#X msg 587 225 -1;
#X obj 428 145 metro 3000;
#X text 454 60 go through all .pd files in the folder;
#X obj 116 267 openpanel 1;
#X obj 62 114 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #00
#00;
#X msg 157 440 0;
#X obj 74 521 text set dut;
#X obj 100 483 f;
#X obj 137 480 + 1;
#X obj 183 412 text delete dut;
#X msg 185 389 -1;
#X obj 115 291 t s b b;
#X obj 29 380 file glob;
#X msg 30 349 symbol \$1/*.pd;
#X obj 51 448 t s b;
#X msg 29 403 symbol \$1;
#X obj 449 363 file split;
#X obj 484 411 list length;
#X obj 489 439 - 1;
#X obj 441 465 list split;
#X obj 450 387 t l l;
#X obj 446 534 file join;
#X text 88 113 <---open a folder to scan;
#X connect 1 0 12 0;
#X connect 2 0 3 0;
#X connect 5 0 4 0;
#X connect 6 0 5 1;
#X connect 7 0 8 0;
#X connect 8 0 13 0;
#X connect 8 1 14 0;
#X connect 10 0 18 0;
#X connect 11 0 2 1;
#X connect 11 1 6 0;
#X connect 12 0 33 0;
#X connect 12 1 5 0;
#X connect 13 0 15 0;
#X connect 14 0 15 0;
#X connect 15 0 16 0;
#X connect 16 0 1 0;
#X connect 16 1 15 1;
#X connect 17 0 15 1;
#X connect 18 0 13 0;
#X connect 20 0 28 0;
#X connect 21 0 20 0;
#X connect 22 0 24 1;
#X connect 24 0 25 0;
#X connect 24 0 23 1;
#X connect 25 0 24 1;
#X connect 27 0 26 0;
#X connect 28 0 30 0;
#X connect 28 1 22 0;
#X connect 28 2 27 0;
#X connect 29 0 32 0;
#X connect 30 0 29 0;
#X connect 31 0 23 0;
#X connect 31 1 24 0;
#X connect 32 0 31 0;
#X connect 33 0 37 0;
#X connect 34 0 35 0;
#X connect 35 0 36 1;
#X connect 36 0 38 0;
#X connect 36 1 11 0;
#X connect 37 0 36 0;
#X connect 37 1 34 0;
#X connect 38 0 2 0;
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list