Re: [PD] cannot find ggee external - I need [shell] or [command]

2023-09-01 Thread oliver

Roman Haefeli wrote:

Dear Csaba

On Fri, 2023-09-01 at 02:14 +0200, Csaba Láng wrote:


Can someone give me a compiled COMMAND object from ggee for windows?


[command] (which is a fork of ggee's shell, but was never part of any
distribution) doesn't support Windows. I guess [shell] already didn't
support Windows.


Right, because it's a different OS

On windows, unfortunately, the object [system] (from the MOTEX) library 
is your only choice.


It's incredibly old and raw, i use it only every now and then to execute 
a .bat script. that's about all it can do.


For dynamic commands, i usually use MRPEACH's [binfile] to create a .bat 
file that does exactly what i want and then execute it with [system]


(might be easier now with the possibilities of PD's [file] object ... 
didn't try that yet)


Sorry, no better way (AFAIK)

Best

Oliver




Roman



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




--

/// http://oliver.klingt.org ///





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


Re: [PD] cannot find ggee external - I need [shell] or [command]

2023-09-01 Thread Roman Haefeli
Dear Csaba

On Fri, 2023-09-01 at 02:14 +0200, Csaba Láng wrote:
> 
> Can someone give me a compiled COMMAND object from ggee for windows? 

[command] (which is a fork of ggee's shell, but was never part of any
distribution) doesn't support Windows. I guess [shell] already didn't
support Windows.


Roman



signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] cannot find ggee external - I need [shell] or [command]

2023-08-31 Thread Csaba Láng
Dear List,

Can someone give me a compiled COMMAND object from ggee for windows?
For some reason my comp cannot make the build from source

Thank a lot for any clue.

Best,
Popesz

On Fri, Nov 11, 2022 at 6:30 PM Antoine Rousseau  wrote:

> Installing with Deken means:
>
> - go to menu Help/Find externals
> - search your object or library
> - install!
>
> Antoine
>
> Le ven. 11 nov. 2022 à 15:22, mick mengucci  a
> écrit :
>
>>   Hi list
>> I need the [shell] object to trigger python codes from within Pure Data.
>>
>>  I am trying on raspberry os, with a raspberry 4, Pd version 0.51.4.
>> But it would be usefull also for pc as in schools I rarely meet linux
>> users, unfortunately.
>>
>> I checked here
>> https://puredata.info/docs/ListOfPdExternals/
>>
>> where it says that flatspace or ggee or flatspace/ggee would have this
>> object.
>> But in Dekken (Find externals) I do not get any result.
>>
>> I also saw that Alexandros suggests [command] but which external do I
>> need installed?
>>
>>
>>
>> --
>>
>> MKSTURA.EU
>> MISTURAPURA.NET 
>> mickmengucci.bandcamp.com
>> facebook.com/mickmengucci3
>> facebook.com/Labio.pt
>>
>> pure mixture vibration since 1995
>> ___
>> 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-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] cannot find ggee external - I need [shell] or [command]

2022-11-11 Thread Antoine Rousseau
Installing with Deken means:

- go to menu Help/Find externals
- search your object or library
- install!

Antoine

Le ven. 11 nov. 2022 à 15:22, mick mengucci  a
écrit :

>   Hi list
> I need the [shell] object to trigger python codes from within Pure Data.
>
>  I am trying on raspberry os, with a raspberry 4, Pd version 0.51.4.
> But it would be usefull also for pc as in schools I rarely meet linux
> users, unfortunately.
>
> I checked here
> https://puredata.info/docs/ListOfPdExternals/
>
> where it says that flatspace or ggee or flatspace/ggee would have this
> object.
> But in Dekken (Find externals) I do not get any result.
>
> I also saw that Alexandros suggests [command] but which external do I need
> installed?
>
>
>
> --
>
> MKSTURA.EU
> MISTURAPURA.NET 
> mickmengucci.bandcamp.com
> facebook.com/mickmengucci3
> facebook.com/Labio.pt
>
> pure mixture vibration since 1995
> ___
> 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] cannot find ggee external - I need [shell] or [command]

2022-11-11 Thread Roman Haefeli
On Fri, 2022-11-11 at 16:14 +0100, IOhannes m zmölnig wrote:
> Am 11. November 2022 16:06:22 MEZ schrieb Roman Haefeli
> :
> > On Fri, 2022-11-11 at 14:22 +, mick mengucci wrote:
> > > 
> > > I also saw that Alexandros suggests [command] but which external
> > > do I
> > > need installed?
> > 
> > Deken provides a command external for Linux-armv7-32. Have you
> > tried
> > that? Or are you using a 64bit Raspberry Pi?
> 
> 
> You can always just install the pd-ggee package that comes with your
> system:
> 
> $ apt-get install pd-ggee

Yeah, though I wouldn't recommend using [shell] for new projects. It is
really limited and [command] was specifically written to overcome the
shortcomings of [shell]. IMHO, the only use-case for [shell] is running
old projects that already use it.

Roman



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


Re: [PD] cannot find ggee external - I need [shell] or [command]

2022-11-11 Thread IOhannes m zmölnig
Am 11. November 2022 16:06:22 MEZ schrieb Roman Haefeli :
>On Fri, 2022-11-11 at 14:22 +, mick mengucci wrote:
>> 
>> I also saw that Alexandros suggests [command] but which external do I
>> need installed?
>
>Deken provides a command external for Linux-armv7-32. Have you tried
>that? Or are you using a 64bit Raspberry Pi?


You can always just install the pd-ggee package that comes with your system:

$ apt-get install pd-ggee




mfg.sfg.jfd
IOhannes


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


Re: [PD] cannot find ggee external - I need [shell] or [command]

2022-11-11 Thread Roman Haefeli
On Fri, 2022-11-11 at 14:22 +, mick mengucci wrote:
> 
> I also saw that Alexandros suggests [command] but which external do I
> need installed?

Deken provides a command external for Linux-armv7-32. Have you tried
that? Or are you using a 64bit Raspberry Pi?

Roman


signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] cannot find ggee external - I need [shell] or [command]

2022-11-11 Thread mick mengucci
  Hi list
I need the [shell] object to trigger python codes from within Pure Data.

 I am trying on raspberry os, with a raspberry 4, Pd version 0.51.4.
But it would be usefull also for pc as in schools I rarely meet linux
users, unfortunately.

I checked here
https://puredata.info/docs/ListOfPdExternals/

where it says that flatspace or ggee or flatspace/ggee would have this
object.
But in Dekken (Find externals) I do not get any result.

I also saw that Alexandros suggests [command] but which external do I need
installed?



-- 

MKSTURA.EU
MISTURAPURA.NET 
mickmengucci.bandcamp.com
facebook.com/mickmengucci3
facebook.com/Labio.pt

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