multigate ??

akee-rf's icon

Hi ,

does anybody know an object to substitute this object for max5 on mac??
http://www.maxobjects.com/?request=ganggate&operateur=AND&id_format=0&id_plateforme=0&Submit=OK

its like the gate object but you can have several inputs and they all got a seperate outputs, just a way to cut a lot of connections in same time with the same message..

maybe a solution with the javascript too?

if you have idea...

thanks

Emmanuel Jourdan's icon

On 29 oct. 08, at 15:25, freeka wrote:

> Hi ,
>
> does anybody know an object to substitute this object for max5 on
> mac??
> http://www.maxobjects.com/?request=ganggate&operateur=AND&id_format=0&id_plateforme=0&Submit=OK
>
> its like the gate object but you can have several inputs and they
> all got a seperate outputs, just a way to cut a lot of connections
> in same time with the same message..

[router] ?

ej

akee-rf's icon

yes router could work but will be more boring to setup i guess..

ganggate just use a toggle as message to close or open all the connections, i m lookinf for something simple as this

:)

thank you

joshua goldberg's icon

router?

On Oct 29, 2008, at 10:25 AM, freeka wrote:

>
> Hi ,
>
> does anybody know an object to substitute this object for max5 on
> mac??
> http://www.maxobjects.com/?request=ganggate&operateur=AND&id_format=0&id_plateforme=0&Submit=OK
>
> its like the gate object but you can have several inputs and they
> all got a seperate outputs, just a way to cut a lot of connections
> in same time with the same message..
>
> maybe a solution with the javascript too?
>
> if you have idea...
>
> thanks
>
>

Emmanuel Jourdan's icon

On 29 oct. 08, at 15:41, freeka wrote:

>
> yes router could work but will be more boring to setup i guess..
>
> ganggate just use a toggle as message to close or open all the
> connections, i m lookinf for something simple as this

Com' on that's not too complicated, you just need to connect an inlet
to the same numbered outlet ;-)

HTH,
ej

Max Patch
Copy patch and select New From Clipboard in Max.

jln's icon
Emmanuel Jourdan's icon

On 29 oct. 08, at 15:57, freeka wrote:

> nah 26 years of being lazy and you wanna i change now you c'mon :)

that's the privilege of me being lazy for a couple more years than
you ;-)

ej

akee-rf's icon
Tj Shredder's icon

freeka schrieb:
> does anybody know an object to substitute this object for max5 on
> mac??

funnel/spray is your friend. If you want a real replacement, create some
scripting to delete ins/outs and have it by default set up for a lot of
ins outs (maybe 64... ;-)

Max Patch
Copy patch and select New From Clipboard in Max.

--
Stefan Tiedje------------x-------
--_____-----------|--------------
--(_|_ ----|-----|-----()-------
-- _|_)----|-----()--------------
----------()--------www.ccmix.com

Tj Shredder's icon

freeka schrieb:
> yes router could work but will be more boring to setup i guess..
>
> ganggate just use a toggle as message to close or open all the
> connections, i m lookinf for something simple as this

Forget my previous post, funnel/spray is suckking old school, router is
way better:

Max Patch
Copy patch and select New From Clipboard in Max.

--
Stefan Tiedje------------x-------
--_____-----------|--------------
--(_|_ ----|-----|-----()-------
-- _|_)----|-----()--------------
----------()--------www.ccmix.com

akee-rf's icon

thanks!

here is an other solution that i use sometimes

Max Patch
Copy patch and select New From Clipboard in Max.

but i finally made abstraction then its easier and goes fast ;)

Tj Shredder's icon

freeka schrieb:
> thanks!
>
> here is an other solution that i use sometimes

As with funnel/spray/route, there is a problem with bangs, prepend would
also eat a set message...
That's why the router solution is preferable, it works with all messages...
Depends on the problem of course...

Here is a complete abhaXion, which can replace multigate one-to-one...
Let me know if something is missing...

Stefan

Max Patch
Copy patch and select New From Clipboard in Max.

--
Stefan Tiedje------------x-------
--_____-----------|--------------
--(_|_ ----|-----|-----()-------
-- _|_)----|-----()--------------
----------()--------www.ccmix.com

Tj Shredder's icon

Another version, which correctly behaves, including the modes, like
ganggate:
(requires as well the grandgate.js...)

Max Patch
Copy patch and select New From Clipboard in Max.

grandgate.js:

outlets = 2;
intlets = 1;

function anything()
{
var a = arrayfromargs(messagename,arguments);
if(this.patcher.parentpatcher.parentpatcher){
outlet(0, a);
}
else{
outlet(1, a);
}
}

--
Stefan Tiedje------------x-------
--_____-----------|--------------
--(_|_ ----|-----|-----()-------
-- _|_)----|-----()--------------
----------()--------www.ccmix.com

akee-rf's icon

just want to say, you fukin rules!!!
awesome! by the way cause one object was missing i downladed your s.tools and its good all these lil' abstractions :)

THANKS x 1000000

Tj Shredder's icon

freeka schrieb:
> just want to say, you fukin rules!!! awesome! by the way cause one
> object was missing i downladed your s.tools and its good all these
> lil' abstractions :)

Thanks for the nice words, I'll put up soon (hopefully) my first Max 5
enhanced version with lots of new tricks and goodies... ;-)

Actually I just found www.Dropbox.com which seems an almost perfect
service, though it doesn't work with aliases...

Are there similar services around, which would be able to syncronize a
web space with several folders on my hard drive...?

I might just move the dropbox into my search path... That way the most
recent version would be just downloadable always, with all implications
of unfinished/broken/undocumented objects... ;-)

Stefan

--
Stefan Tiedje------------x-------
--_____-----------|--------------
--(_|_ ----|-----|-----()-------
-- _|_)----|-----()--------------
----------()--------www.ccmix.com

roger.carruthers's icon

For the curious, I think that should be www.getdropbox.com
cheers
Roger

--- On Mon, 3/11/08, Stefan Tiedje wrote:

> Actually I just found www.Dropbox.com which seems an almost
> perfect
> service, though it doesn't work with aliases...
>
> Are there similar services around, which would be able to
> syncronize a
> web space with several folders on my hard drive...?
>

Tj Shredder's icon

ROGER CARRUTHERS schrieb:
> For the curious, I think that should be www.getdropbox.com

That's correct...

Julien Rabin schrieb:
> That said, here are other solutions. While browsing the TUAW site, I
> came across Papaya which seems to allow alias. I'll try to give a try.
>
> http://lightheadsw.com/papaya/

seems significantly different, as its no syncronisation with a web
space, it would require to be always online, which I am almost never...

Another possibility is to use any online storage space and a simple
folder sync utility, If anyone has done that, share your experience...

Stefan

--
Stefan Tiedje------------x-------
--_____-----------|--------------
--(_|_ ----|-----|-----()-------
-- _|_)----|-----()--------------
----------()--------www.ccmix.com