Re: [PD] shuffle 0-4 but start with 0 then prevent 0 for x time

2013-04-04 Thread Jonathan Wilkes
Like this?  (Attached.)

-Jonathan




>
> From: Ben Carney 
>To: pd-list@iem.at 
>Sent: Thursday, April 4, 2013 11:34 PM
>Subject: [PD] shuffle 0-4 but start with 0 then prevent 0 for x time
> 
>
> I cannot seem to get a hold of this problem I am having and would love if
>    you could give me a shove in the right direction. okay, here it is
>    I need semi random output that would do this:
>    start with number 0, then shuffle through 1-4. a timer needs to prevent 0
>    from being output for, say 1 minute (actual time doesn't matter just an
>    example here)
>    many thanks in advance
>
>
>-- 
>benfcarney
>www.benfcarney.com
>Chicago, IL 
>
>
>___
>Pd-list@iem.at mailing list
>UNSUBSCRIBE and account-management -> 
>http://lists.puredata.info/listinfo/pd-list
>
>
>

dependable-zeroes.pd
Description: application/puredata
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] shuffle 0-4 but start with 0 then prevent 0 for x time

2013-04-04 Thread Ben Carney
 I cannot seem to get a hold of this problem I am having and would love if
you could give me a shove in the right direction. okay, here it is
I need semi random output that would do this:
start with number 0, then shuffle through 1-4. a timer needs to prevent
0
from being output for, say 1 minute (actual time doesn't matter just an
example here)
many thanks in advance

-- 
benfcarney
www.benfcarney.com
Chicago, IL
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Nikon DSLR Capture with Pd

2013-04-04 Thread me.grimm
neato... i guess ill have to learn more about automator

m

2013/4/4 Max :
>
>
>
> Am 05.04.2013 um 00:01 schrieb me.grimm :
>
>> yeah all events in one big message. too messy?
>>
>> i tried quick to compile gphoto but my build machine is at home and i
>> only have access to a dslr at uni so i didnt have a way to test
>> today... maybe in a couple weeks time...
>>
>> m
>>
>> On Thu, Apr 4, 2013 at 5:56 PM, Max  wrote:
>>> Oh, that relies on system events. Alternatively you could also make an 
>>> application through Automator and run this app from the shell in Pd.
>>>
>>> m.
>>>
>>> Am 04.04.2013 um 23:51 schrieb me.grimm :
>>>
 if interested here is an example that works with applescript. takes a
 pic with a dslr, saves to ~/Pictures, deletes from camera, opens in
 Gem window:

 http://megrimm.net/software/dslr-trigger_0.1_osx.zip

 m

 On Tue, Apr 2, 2013 at 10:56 AM, Max  wrote:
> that's done conveniently through the [shell] or [motex/system] with 
> applescript.
>
> example: to open VLC player
> send a message
> osascript -e 'tell application "Finder" to open application file 
> "VLC.app" of folder "Applications" of startup disk' &
> to [motex/system]
>
>
>
> Am 02.04.2013 um 16:38 schrieb me.grimm :
>
>> Has anyone been able to capture images from a Nikon DSLR with Pd?
>>
>> I have a student who is able to control her dslr with osx "image 
>> capture" (space bar takes an image) but we can not seem to figure out 
>> how to capture directly with/to pd OR even trigger "image capture" with 
>> pd might work also for now
>>
>> BTW this is through the USB cable.
>>
>> thinking out loud - can pd send a system wide event like "space bar" 
>> though shell maybe to "image capture"?
>>
>> that is if pd can not control dslr directly
>>
>> m
>>
>> --
>> 
>> m.e.grimm | m.f.a | ed.m.
>> megr...@gmail.com
>> _
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>



 --
 
 m.e.grimm | m.f.a | ed.m.
 megr...@gmail.com
 _
>>>
>>
>>
>>
>> --
>> 
>> m.e.grimm | m.f.a | ed.m.
>> megr...@gmail.com
>> _
>



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

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


Re: [PD] Nikon DSLR Capture with Pd

2013-04-04 Thread me.grimm
yeah all events in one big message. too messy?

i tried quick to compile gphoto but my build machine is at home and i
only have access to a dslr at uni so i didnt have a way to test
today... maybe in a couple weeks time...

m

On Thu, Apr 4, 2013 at 5:56 PM, Max  wrote:
> Oh, that relies on system events. Alternatively you could also make an 
> application through Automator and run this app from the shell in Pd.
>
> m.
>
> Am 04.04.2013 um 23:51 schrieb me.grimm :
>
>> if interested here is an example that works with applescript. takes a
>> pic with a dslr, saves to ~/Pictures, deletes from camera, opens in
>> Gem window:
>>
>> http://megrimm.net/software/dslr-trigger_0.1_osx.zip
>>
>> m
>>
>> On Tue, Apr 2, 2013 at 10:56 AM, Max  wrote:
>>> that's done conveniently through the [shell] or [motex/system] with 
>>> applescript.
>>>
>>> example: to open VLC player
>>> send a message
>>> osascript -e 'tell application "Finder" to open application file "VLC.app" 
>>> of folder "Applications" of startup disk' &
>>> to [motex/system]
>>>
>>>
>>>
>>> Am 02.04.2013 um 16:38 schrieb me.grimm :
>>>
 Has anyone been able to capture images from a Nikon DSLR with Pd?

 I have a student who is able to control her dslr with osx "image capture" 
 (space bar takes an image) but we can not seem to figure out how to 
 capture directly with/to pd OR even trigger "image capture" with pd might 
 work also for now

 BTW this is through the USB cable.

 thinking out loud - can pd send a system wide event like "space bar" 
 though shell maybe to "image capture"?

 that is if pd can not control dslr directly

 m

 --
 
 m.e.grimm | m.f.a | ed.m.
 megr...@gmail.com
 _
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -> 
 http://lists.puredata.info/listinfo/pd-list
>>>
>>
>>
>>
>> --
>> 
>> m.e.grimm | m.f.a | ed.m.
>> megr...@gmail.com
>> _
>



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

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


Re: [PD] Nikon DSLR Capture with Pd

2013-04-04 Thread Max
Oh, that relies on system events. Alternatively you could also make an 
application through Automator and run this app from the shell in Pd. 

m.

Am 04.04.2013 um 23:51 schrieb me.grimm :

> if interested here is an example that works with applescript. takes a
> pic with a dslr, saves to ~/Pictures, deletes from camera, opens in
> Gem window:
> 
> http://megrimm.net/software/dslr-trigger_0.1_osx.zip
> 
> m
> 
> On Tue, Apr 2, 2013 at 10:56 AM, Max  wrote:
>> that's done conveniently through the [shell] or [motex/system] with 
>> applescript.
>> 
>> example: to open VLC player
>> send a message
>> osascript -e 'tell application "Finder" to open application file "VLC.app" 
>> of folder "Applications" of startup disk' &
>> to [motex/system]
>> 
>> 
>> 
>> Am 02.04.2013 um 16:38 schrieb me.grimm :
>> 
>>> Has anyone been able to capture images from a Nikon DSLR with Pd?
>>> 
>>> I have a student who is able to control her dslr with osx "image capture" 
>>> (space bar takes an image) but we can not seem to figure out how to capture 
>>> directly with/to pd OR even trigger "image capture" with pd might work also 
>>> for now
>>> 
>>> BTW this is through the USB cable.
>>> 
>>> thinking out loud - can pd send a system wide event like "space bar" though 
>>> shell maybe to "image capture"?
>>> 
>>> that is if pd can not control dslr directly
>>> 
>>> m
>>> 
>>> --
>>> 
>>> m.e.grimm | m.f.a | ed.m.
>>> megr...@gmail.com
>>> _
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>> 
> 
> 
> 
> -- 
> 
> m.e.grimm | m.f.a | ed.m.
> megr...@gmail.com
> _


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


Re: [PD] Nikon DSLR Capture with Pd

2013-04-04 Thread me.grimm
if interested here is an example that works with applescript. takes a
pic with a dslr, saves to ~/Pictures, deletes from camera, opens in
Gem window:

http://megrimm.net/software/dslr-trigger_0.1_osx.zip

m

On Tue, Apr 2, 2013 at 10:56 AM, Max  wrote:
> that's done conveniently through the [shell] or [motex/system] with 
> applescript.
>
> example: to open VLC player
> send a message
> osascript -e 'tell application "Finder" to open application file "VLC.app" of 
> folder "Applications" of startup disk' &
> to [motex/system]
>
>
>
> Am 02.04.2013 um 16:38 schrieb me.grimm :
>
>> Has anyone been able to capture images from a Nikon DSLR with Pd?
>>
>> I have a student who is able to control her dslr with osx "image capture" 
>> (space bar takes an image) but we can not seem to figure out how to capture 
>> directly with/to pd OR even trigger "image capture" with pd might work also 
>> for now
>>
>> BTW this is through the USB cable.
>>
>> thinking out loud - can pd send a system wide event like "space bar" though 
>> shell maybe to "image capture"?
>>
>> that is if pd can not control dslr directly
>>
>> m
>>
>> --
>> 
>> m.e.grimm | m.f.a | ed.m.
>> megr...@gmail.com
>> _
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

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


Re: [PD] Drawing a sine function dynamically in Gem

2013-04-04 Thread Jonathan Wilkes
Btw-- I just uploaded a patch that adds [drawoval], [filledoval],
[drawrectangle], and [filledrectangle] to data structure
drawing instructions.  This way you can just specify a pair
of bounding box coords and let tk draw the circle, rather than
simulating one with a polygon with lots of sides. :)

-Jonathan



- Original Message -
> From: Orm Finnendahl 
> To: pd-list@iem.at
> Cc: 
> Sent: Wednesday, April 3, 2013 12:01 PM
> Subject: Re: [PD] Drawing a sine function dynamically in Gem
> 
> Hi Alexandros,
> 
> attached is an example to do this with vanilla pd using datastructs
> instead of GEM. 
> 
> You'll have to save both files (sine-wave-sub.pd and sine-wave.pd)
> under these names in the same folder and open up sine-wave.pd. The
> animation should start right away...
> 
> Is that what you were looking for?
> 
> --
> Orm
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 

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


Re: [PD] Recursion in Gem: URL dead

2013-04-04 Thread Peter P.
Mon cher Cyrille,

* Cyrille Henry  [2013-04-04 12:01]:
> hello,
> 
> is this the example that are now part of gem:
> Gem/example/13.recursion ?
Indeed! Absolutely! Thank you  so much for your quick answer!

best, P

> 
> cheers
> c
> 
> 
> 
> Le 04/04/2013 11:23, Peter P. a écrit :
> >Dear List, dear Claude,
> >
> >was trying to find the cool recursion-for-GEM tutorial, that Claude
> >posted some years ago.
> >
> >Here is the mailing list announcement:
> >http://lists.puredata.info/pipermail/pd-list/2007-07/052198.html
> >
> >And the webpage, sadly with defunct links:
> >http://www.blurty.com/users/claudiusmaximus/day/2007/07/18#407
> >
> >Is the tutorial hosted elsewhere, or does anyone still have it? Would
> >be terrific to try out!
> >
> >thanks a lot
> >PP
> >
> >___
> >Pd-list@iem.at mailing list
> >UNSUBSCRIBE and account-management -> 
> >http://lists.puredata.info/listinfo/pd-list
> >
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

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


Re: [PD] Recursion in Gem: URL dead

2013-04-04 Thread Cyrille Henry

hello,

is this the example that are now part of gem:
Gem/example/13.recursion ?

cheers
c



Le 04/04/2013 11:23, Peter P. a écrit :

Dear List, dear Claude,

was trying to find the cool recursion-for-GEM tutorial, that Claude
posted some years ago.

Here is the mailing list announcement:
http://lists.puredata.info/pipermail/pd-list/2007-07/052198.html

And the webpage, sadly with defunct links:
http://www.blurty.com/users/claudiusmaximus/day/2007/07/18#407

Is the tutorial hosted elsewhere, or does anyone still have it? Would
be terrific to try out!

thanks a lot
PP

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



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


[PD] Recursion in Gem: URL dead

2013-04-04 Thread Peter P.
Dear List, dear Claude,

was trying to find the cool recursion-for-GEM tutorial, that Claude
posted some years ago. 

Here is the mailing list announcement:
http://lists.puredata.info/pipermail/pd-list/2007-07/052198.html

And the webpage, sadly with defunct links:
http://www.blurty.com/users/claudiusmaximus/day/2007/07/18#407

Is the tutorial hosted elsewhere, or does anyone still have it? Would
be terrific to try out!

thanks a lot
PP

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