Re: [PD] shell external for raspberry pi aarch64

2024-01-05 Thread Patco
hello

> Le 5 janv. 2024 à 10:24, Lucas Cordiviola  a écrit :
> 
> PS: on Windows there is no such thing that communicates back to Pd as 
> [command]


there is pdsend.exe

patco



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


Re: [PD] call for test : pmpd binary for osX

2024-01-05 Thread Patco
Hello,

I've tested all exemples on arm with Pd 0.53.0, 

I'm not sure if this error is about arch when closing exemple 01.basics.pd:

M1: no such object 
M3: no such object 
M5: no such object 
M2: no such object 
M4: no such object 
M6: no such object 
M8: no such object 
M9: no such object 
M11: no such object 
M12: no such object 
M15: no such object 
M14: no such object 
M13: no such object 
M20: no such object 
M17: no such object 
M18: no such object 
M19: no such object 
M29: no such object 
M30: no such object 

-

When 08.balls2D.pd is opened after 07.corde3D it crashes pd



14.MP.curve3D.pd crashes pd when it's opened after exemple 13 and on closing 
patch.

---

everything else works greatly


pat

> Le 5 janv. 2024 à 15:59, cyrille henry  a écrit :
> 
> hello,
> 
> Benjamin Wesch did compile pmpd for OSX (arm and x86).
> 
> Before putting them on deken, ca anyone test them?
> 
> http://chnry.net/data/pmpd_fat.zip
> 
> Thanks a lot to everyone and specially to Benjamin!
> 
> Cheers
> Cyrille
> 
> 
> 
> ___
> 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


[PD] Wrong macOS app for 0.54-1

2024-01-05 Thread Christof Ressi

Hi,

I just noticed that the section "Pd compiled for older system" in 
http://msp.ucsd.edu/software.html actually contains macOS versions of Pd 
0.53-1 instead of Pd 0.54-1. I just discovered this because I download 
the .tar.gz files in my CI pipeline; I tried to increase the Pd version 
to 0.54-1 and got an error...


Christof




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


Re: [PD] call for test : pmpd binary for osX

2024-01-05 Thread Nicolas Montgermont

Hey!

Working here but on an old mac:
10.15 / Intel
Pd-0.54-0
thx!
n

https://nimon.org

Le 05/01/2024 à 15:59, cyrille henry a écrit :

hello,

Benjamin Wesch did compile pmpd for OSX (arm and x86).

Before putting them on deken, ca anyone test them?

http://chnry.net/data/pmpd_fat.zip

Thanks a lot to everyone and specially to Benjamin!

Cheers
Cyrille



___
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


[PD] call for test : pmpd binary for osX

2024-01-05 Thread cyrille henry

hello,

Benjamin Wesch did compile pmpd for OSX (arm and x86).

Before putting them on deken, ca anyone test them?

http://chnry.net/data/pmpd_fat.zip

Thanks a lot to everyone and specially to Benjamin!

Cheers
Cyrille



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


Re: [PD] shell external for raspberry pi aarch64

2024-01-05 Thread Patco
Hello,

 with hcs/sys_gui I don't have any problem to launch shell command lines on all 
platforms, that's probably because hcs/sys_gui uses the GUI interpreter, and if 
it doesn't work, pd itself wouldn't work either.

Obviously, the command response won't come out from hcs/sys_gui outlet but can 
be sent to a receive object by using the tcl command pdsend like this:

 [pdsend "myreceiveobject hello world"(--[sys_gui]

 

> Le 5 janv. 2024 à 10:24, Lucas Cordiviola  a écrit :
> 
> 
> On 04/01/2024 21:31, mick mengucci wrote:
>> I must be missing something. I can migrate the project to Linux but as I 
>> work with schools and they are dominated by windowz it would be really cool 
>> to solve this and be able to trigger other programs from inside Pd, using 
>> the cmd proimpt window.
>> Or are there other ways to do that?
> 
> Hi,
> 
> [motex/system] does not communicate back to Pd (or the Pd console). To pop up 
> a cmd window you must do:
> 
> 
> [start cmd /k echo Hello %username%!(
> |
> [system]
> 
> or
> 
> [start cmd /k ipconfig/all(
> |
> [system]
> 
> or
> 
> [start notepad(
> |
> [system]
> 
> 
> see https://ss64.com/nt/cmd.html and experiment.
> 
> PS: on Windows there is no such thing that communicates back to Pd as 
> [command].
> 
> :)
> 
> --
> 
> Mensaje telepatico asistido por maquinas.
> 
> 
> 
> 
> ___
> 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] Fwd: shell external for raspberry pi aarch64

2024-01-05 Thread Lucas Cordiviola



On 04/01/2024 21:31, mick mengucci wrote:
I must be missing something. I can migrate the project to Linux but as 
I work with schools and they are dominated by windowz it would be 
really cool to solve this and be able to trigger other programs from 
inside Pd, using the cmd proimpt window.

Or are there other ways to do that?


Hi,

[motex/system] does not communicate back to Pd (or the Pd console). To 
pop up a cmd window you must do:



[start cmd /k echo Hello %username%!(
|
[system]

or

[start cmd /k ipconfig/all(
|
[system]

or

[start notepad(
|
[system]


see https://ss64.com/nt/cmd.html and experiment.

PS: on Windows there is no such thing that communicates back to Pd as 
[command].


:)

--

Mensaje telepatico asistido por maquinas.




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