Re: [PD] Two Pd instances with different startup options

2012-09-12 Thread Jean-Marie Adrien
great ! thanks. Le 11 sept. 2012 à 23:08, Miller Puckette a écrit : > There are a few ways to do this... here's houw you could make a copy of Pd > and have it use different settings: > > Copy the app (say, to Pd2.app) > > edit the file, Pd2.app/Contents/Resources/bin/pd > > (you can use "open -

Re: [PD] Two Pd instances with different startup options

2012-09-12 Thread Charles Goyard
Hi, Miller Puckette wrote: > Now here's a question - wouldn't it be nice to be able to have Pd > automatically > do this by (for instance) looking at the app's name and using that to figure > out what preferences to load? On the other hand, maybe in other circumstances > you woudn't want that be

Re: [PD] Two Pd instances with different startup options

2012-09-12 Thread Olivier Heinry
Le 12/09/2012 10:25, Charles Goyard a écrit : > Hi, > > Miller Puckette wrote: >> Now here's a question - wouldn't it be nice to be able to have Pd >> automatically >> do this by (for instance) looking at the app's name and using that to figure >> out what preferences to load? On the other hand,

Re: [PD] Creating a drum machine with "save slots"

2012-09-12 Thread Scott R. Looney
hi filippo - this may be a bit too quick and dirty as we like to say, but i remember the guy mike moser (maelstorm) of the PD forum. he made a preset management abstraction called save.me. here's the link to all of his objects in github: https://github.com/dotmmb/mmb and here's another one storin

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Pierre Massat
I did some research on the web and found that some people use samba for the same purpose (reach a computer in the local network by its hostname). What are the differences between avahi and samba ? Do they both require a client on the other end ? Cheers, Pierre. 2012/9/11 Pierre Massat > zeronc

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Olivier Heinry
Le 12/09/2012 11:09, Pierre Massat a écrit : > I did some research on the web and found that some people use samba > for the same purpose (reach a computer in the local network by its > hostname). > What are the differences between avahi and samba ? Samba is primarily a file-sharing server-client p

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Olivier Heinry
Le 12/09/2012 11:09, Pierre Massat a écrit : > I did some research on the web and found that some people use samba > for the same purpose (reach a computer in the local network by its > hostname). > What are the differences between avahi and samba ? Do they both > require a client on the other end

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Charles Goyard
Pierre Massat wrote: > I did some research on the web and found that some people use samba for the > same purpose (reach a computer in the local network by its hostname). > What are the differences between avahi and samba ? Zeroconf/avahi is meant for standadized automatic discovery/announce of re

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Pierre Massat
Ok, what I really need is a name annoucer. Now, if avahi is installed on my RPi machine called "server_pi" (that I would like to use as a server), can I access it from any other machine connected to the local network by using "http://server_pi"; in a web browser, or do I need to have something ins

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Charles Goyard
Hi, Olivier Heinry wrote: > On the other end, if you already run a webserver, you coudl add a bind9 > server as a secondary domain name server. It runs fine with Apache or > nginx running a web interface : http://www.afn.org/~afn23397/ > or Webmin (in the Debian rep but fat) See > http://www.debia

Re: [PD] Two Pd instances with different startup options

2012-09-12 Thread Nicolas Montgermont
Hello, There is some other possibilities on osx, To use two different preferences files, make sure you have no preference file saved locally (in ~/Library/Preferences/org.puredata.pdextended.plist) In this case Pd-extended search for its default preference file inside itself in: /Applications/

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Olivier Heinry
Le 12/09/2012 12:01, Charles Goyard a écrit : > Hi, > > Olivier Heinry wrote: >> On the other end, if you already run a webserver, you coudl add a bind9 >> server as a secondary domain name server. It runs fine with Apache or >> nginx running a web interface : http://www.afn.org/~afn23397/ >> or We

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Charles Goyard
Pierre Massat wrote: > Ok, what I really need is a name annoucer. > Now, if avahi is installed on my RPi machine called "server_pi" (that I > would like to use as a server), I'm not sure you can use _ in a hostname. Let's say "server-pi". > can I access it from any other machine > connected to t

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Charles Goyard
Olivier Heinry wrote: > Well, as a secondary server, *should* work fine No, because the first and secondary DNS servers are supposed to hold the same records, and are a backup for each others. So if a name is absent from the first server, the second won't be asked. The second will be asked if the

Re: [PD] temporary home for Pd-extended 0.43.1 downloads

2012-09-12 Thread Py Fave
on windows it hangs (gem does nothing after 1 sent to gemwin -pd windows don't refresh with pix_video example.. strange problem ,makes pd-gem unusable on this platform . if i can do something to help debugging , tell me Pierre-Yves 2012/9/11 Hans-Christoph Steiner : > > Last I remember, the b

Re: [PD] [OT] Portable webserver with static IP

2012-09-12 Thread Pierre Massat
Ok, fidebaque time ! I installed avahi on the RPi (it's not there by default in Raspbian wheezy). I can access the server running on the Pi by its hostname in a web browser from Windows Vista without having to install Bonjour at all (at last! I've found one nice feature of Vista!). I suspect the sa

Re: [PD] Creating a drum machine with "save slots"

2012-09-12 Thread Ed Kelly
More messy stuff! The (very fat) objects for sequencing and drum synthesis in my Metastudio project may work for you, but although there is documentation on how to use the objects, it may not be so clear how they work! The trigseq sequencer has various reframe methods and randomized generation

[PD] [GEM] compiling with ImageMagick

2012-09-12 Thread Jaime Oliver
Hello all, I am trying to compile gem in ubuntu 12.04, with latest gem from git and pd 0.43-2. I need imagemagick for image support... For some reason after running ./configure I get: use ImageMagick : no I have installed it using: apt-get install imagemagick I am generally new to ub