On 12/28/2011 11:59 PM, olivier gailly wrote:
> hello,
>
> this plugin seems great but i have a problem installing it :
>
> UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5
> while executing
> "package require Tcl 8.5"
> ("uplevel" body line 27)
> invoked from within
> "uplevel #0 $tclcode"
> FAILED TO LOAD /Users/oliviergailly/Library/Pd/completion-plugin.tcl
>
> i have updated tcl and tk :
>
> The following ports are currently installed:
> tcl @8.5.11_0 (active)
>
> i have tested various versions of pd, none are working. ( now i use vanilla 43, the last released version, i have also checked with expended)
>
> only an old version of the plug is working : alpha0.32
>
> i have read somewhere in tha mail archive :
> OSX note:
>>> there are some focus problems with tcl8.5 (x11), but not with tcl8.5 built
>>> with aqua support.
>
> is it the solution ? (if it is i need a quick tuto because i dont understand the whole thing...)
>
> im using OSX. 10.6.8 32bit,
>
> so if you have a suggestion for me...
hi Olivier
thanks for reporting this (I post it to pd-list as well as it might be
of interest for others)
it seems you have several tcl installed together and the first one found
is 8.4.
in a tclsh shell, what does the following line outputs?
`puts $tcl_version'
alas I don't have access to any osx machine right now but IIRC I got it
working on a mac by installing active-tcl and manually installing tclsh
that came alongside but I'm not 100% sure.
maybe some other osx users can give you more help ?
in any case good luck,
_y
--
yvan.volochine(a)gmail.com
http://yvanvolochine.com
Hello,
I couldn't have bonk working with last release of pd-extended under windows vista,
the object is created but it doesn't seem to receive audio signal, it's happening with any release of bonk~ external.
Colet Patrice
I've tried on windows vista it works like a charm:
Microsoft Windows [version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. Tous droits réservés.
C:\Users\patko>getip.bat
192.168.0.21
---
Please check with 'ipconfig' command into cmd prompt if your computer has an IPv4 adress.
In pd patch the ip adress is displayed into symbol atom, no need to add 'pause' command,
maybe you could try also on your friend's computer, I'll try to find a xp machine to see what's happening.
----- "Pierre Massat" <pimassat(a)gmail.com> a écrit :
> Thank you both for your replies.
> As you can imagine i'm not at all comfortable with batch files. I know
> how to create one from a txt file, but that's about it.
>
> getip.bat doesn't work for me. Nothing happens. Even when i try this :
>
> @echo off
> for /F "usebackq tokens=14" %%i in (`ipconfig ^| find /i "IPv4"`) do
> echo %%i
> pause
>
> and launch the script manually, nothing happens in the dos window
> (except "hit a key to continue..." or something).
> Of course it doesn't work any better in Pd.
>
> Is there something wrong with my version of windows? I have XP. By the
> way, when this works (i trust you!), do you think it'll work in any
> version of windows? Because i have XP but the friends i'm writing the
> game for have 7 of vista.
>
> Pierre
>
>
> 2011/1/29 patko < colet.patrice(a)free.fr >
>
>
> Hello Pierre,
>
> you can get ip adress with windows cmd
>
>
> In pd-extended there is [flatspace/popen] object for that,
>
> you need to create a file called 'getip.bat' containing those lines:
>
> @echo off
> for /F "usebackq tokens=14" %%i in (`ipconfig ^| find /i "IPv4"`) do
> echo %%i
>
> and then you can grab the ip adress from the computer you are in by
> sending [getip.bat< message to [popen] like this:
>
> [getip.bat<
> |
> [flatspace/popen<
> |
> <symbol box>
>
> both patch and batch files must be in the same directory, or put the
> batch file into pd/bin to run it from anywhere
>
>
>
> ----- "Pedro Lopes" < pedro.lopes(a)ist.utl.pt > a écrit :
>
>
>
>
> > <lame-solution> Even if there's no shell/system object for windoes
> > (I'm not using win so I cannot really answer) you can easily create
> a
> > batch script (a windows shell script) that saves the output of
> > ipconfig in a file. Then parse the file with pd and extract the ip
> > from there.
> >
> >
> > It can even by dynamic in the sense that your shell script can be a
> > sort of cron (linux scheduled jobs, I think are called sheduled
> > services in win) and can run a number of times. Thus your game could
> > see the file for the lastest IP.
> >
> > </lame-solution>
> >
> >
> >
> > On Fri, Jan 28, 2011 at 11:57 PM, Pierre Massat < pimassat(a)gmail.com
> >
> > wrote:
> >
> >
> > Hi all,
> >
> > Is it possible to get my computer's IP from inside Pd? I know it's
> > possible in Linux using the shell object, but it doesn't exist in
> > windows. I'm trying to make a game requiring two players to play on
> > two different computers, and it'd be very annoying if each user had
> to
> > find her IP before playing.
> >
> > Pierre
> >
> > _______________________________________________
> > Pd-list(a)iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
> >
> >
> > --
> > Pedro Lopes (MSc)
> > contact: pedro.lopes(a)ist.utl.pt
> > website: http://web.ist.utl.pt/Pedro.Lopes /
> > http://pedrolopesresearch.wordpress.com/
> >
> > _______________________________________________
> > Pd-list(a)iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
>
> --
> Patrice Colet
--
Patrice Colet
Hi,
I know the documentation of pd-Launch was quite iffy. But perhaps someone
could let me know if it's been uploaded anywhere yet and, if so, where to
find it. Also, I remember some usb sticks where for sale at some point with
a supposed 20 lecture course on pd by Miller. Any way I can find that
somewhere too?
--
www.epicjefferson.comwww.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
Hi PDers
I'd rather avoid iStuff when it's possible, but the fact that TouchOSC
lacks some important features on Android led me to consider buying an
used ipod touch to fiddle wirelessly with pd.
Then I remembered of PdDroidParty. Basically one can at least mimic
TouchOSC main feature with it : create a custom touch OSC interface.
Wonderful !
Do you use an android device with PdDroidParty ? Which one would you
recommend ? It doesn't have to be a phone nor a super-expensive device
though if you want to give me yours, you're welcome ;)
ciao
hi list
i start pd which i made with dpkg out from
Pd-0.43.1-extended-20111207.deb i found after searching the different
64er threats on the list.
if i start it with pd -nogui it tells me:
verbose(5): Using /usr/lib/pd-extended/startup as startup.
verbose(4): Loading /usr/lib/pd-extended/startup/0.libdir.pd_linux
verbose(3): libdir loader 1.9
verbose(3): compiled on Dec 7 2011 at 10:35:30
verbose(3): compiled against Pd version 0.43.1.extended-20111207
verbose(4): Loading /usr/lib/pd-extended/startup/1.list.pd_linux
verbose(4): Loading extra in /usr/lib/pd-extended/startup/extra
verbose(3): libdir_loader: added 'extra' to the global objectclass path
verbose(4): Loading pdlua in /usr/lib/pd-extended/startup/pdlua
verbose(3): pdlua 0.6 (GPL) 2011 Martin Peach, based on
verbose(3): lua 0.6~svn (GPL) 2008 Claude Heiland-Allen
<claudiusmaximus(a)goto10.org>
verbose(3): pdlua: compiled for pd-0.43 on Dec 7 2011 10:35:30
verbose(4): Loading tclpd in /usr/lib/pd-extended/startup/tclpd
verbose(3): tclpd loader v0.3.0
verbose(3): tclpd: trying to load
/usr/lib/pd-extended/extra/tclpd/tclpd.tcl...
verbose(3): tclpd: loaded /usr/lib/pd-extended/extra/tclpd/tclpd.tcl
verbose(4): Loading vanilla in /usr/lib/pd-extended/startup/vanilla
verbose(3): libdir_loader: added 'vanilla' to the global objectclass path
GEM: Graphics Environment for Multimedia
GEM: ver: 0.93.SVN rev4516
GEM: compiled: Dec 7 2011
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle,
Hans-Christoph Steiner, et al.
GEM: found a bug? miss a feature? please report it:
GEM: homepage http://gem.iem.at/
GEM: bug-tracker http://sourceforge.net/projects/pd-gem/
GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/
open: /etc/pd/gem.conf: No such file or directory
open: /home/markus/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
GEM: compiled for SIMD architecture: SSE2 MMX
GEM: using SSE2 optimization
verbose(3): libdir_loader: added 'cyclone' to the global objectclass path
verbose(3): libdir_loader: added 'zexy' to the global objectclass path
verbose(3): libdir_loader: added 'creb' to the global objectclass path
verbose(3): libdir_loader: added 'cxc' to the global objectclass path
verbose(3): libdir_loader: added 'iemlib' to the global objectclass path
verbose(3): libdir_loader: added 'list-abs' to the global objectclass path
verbose(3): libdir_loader: added 'mapping' to the global objectclass path
verbose(3): libdir_loader: added 'markex' to the global objectclass path
verbose(3): libdir_loader: added 'maxlib' to the global objectclass path
verbose(3): libdir_loader: added 'mjlib' to the global objectclass path
verbose(3): libdir_loader: added 'motex' to the global objectclass path
verbose(3): libdir_loader: added 'oscx' to the global objectclass path
verbose(3): libdir_loader: added 'pddp' to the global objectclass path
verbose(3): libdir_loader: added 'pdogg' to the global objectclass path
verbose(3): libdir_loader: added 'sigpack' to the global objectclass path
verbose(3): libdir_loader: added 'smlib' to the global objectclass path
verbose(3): libdir_loader: added 'unauthorized' to the global objectclass path
verbose(3): libdir_loader: added 'pan' to the global objectclass path
verbose(3): libdir_loader: added 'hcs' to the global objectclass path
verbose(3): libdir_loader: added 'jmmmp' to the global objectclass path
verbose(3): libdir_loader: added 'ext13' to the global objectclass path
verbose(3): libdir_loader: added 'ggee' to the global objectclass path
verbose(3): libdir_loader: added 'ekext' to the global objectclass path
verbose(3): libdir_loader: added 'flatgui' to the global objectclass path
verbose(3): libdir_loader: added 'chaos' to the global objectclass path
verbose(3): PDP: pure data packet version 0.12.7
there are some errors in the GEM loading, which i am not able to construe.
if i do
pd -nogui -path /home/markus/A2R/sone/Nhouse.rj/ -open
/home/markus/A2R/sone/Nhouse.rj/_a.pd
_a.pd is a patch that opens the _main patch.
it says for different abstactions, which are placed in the -path
folder for example:
verbose(3): tclpd loader: searching for goasolo in path...
verbose(3): tclpd loader: searching for goasolo/goasolo in path...
verbose(3): tclpd loader: found nothing!
and ogg tells me:
oggcast~: set server type to new Icecast2 (HTTP/1.0 scheme)
oggcast~: 2 channels @ 44100 Hz, bitrates: max. 144 / nom. 128 / min. 96
oggcast~: 2 channels @ 44100 Hz, quality 0.80
oggcast~: connecting to port 8000
error: oggcast~: connection failed!
any help appreciated
der.brandt
Hi all,
while studying glsl (after attending Cyrille's workshop at the PdCon), I'm
porting Vade's collection of shaders [1] to Pd,
and I only need to know I'm not reinventing the wheel.
I'm creating a glsl-help-files lib, based on the [pix_shader] wrap by
Cyrille; adding ready made patches for diverse shaders and briefly
explaining while some work out of the box and some others not.
It could be useful to have such documentation in Pd, as the glsl topic is
not covered in depth, or at least not enough for a noob in this field as
myself.
I recall Marius was doing something similar, but I'm not sure how the
project ended up.
[1] http://001.vade.info/?page_id=20
--
Marco Donnarumma
Independent New Media and Sonic Arts Practitioner, Performer, Teacher
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com | http://www.thesaddj.com |
http://www.flxer.net
Director: http://www.liveperformersmeeting.net