Greetings,
I'm trying to output a list of atoms, and I get a
consistency check failed whenever I run my external.
the line in the dsp_perform function is:
/* to set up the list */
float coeffs[ord];
/* to outlet the list */
outlet_list(x->x_obj.ob_outlet,gensym("list"),ord,parcors);
/* and in _new */
outlet_new(&x->x_obj, &s_list);
and then I get the following from the compiler:
warning: passing arg 4 of `outlet_list' from
incompatible pointer type
...so what am I doing wrong?
…
[View More]Best,
Ed
->
-->
---->
------->
------------>
--------------------> r3search + praktik EK5perimenz
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
[View Less]
The framescore~, framespect~, hssc~, simile, and
simile~ externals have been successfully uploaded into
the cvs repository.
Best,
Ed
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
I used cvs to import my files into the repository
(Thanks Tim, Thomas) but I co externals and they're
not downloaded.
I used for example:
cvs
-d:ext:edkelly@cvs.sourceforge.net:/cvsroot/pure-data
import -m "Initial import" externals/ekext/hssc~
edkelly start
edkelly(a)cvs.sourceforge.net's password:
N externals/ekext/hssc~/help-hssc~.pd
N externals/ekext/hssc~/makefile
N externals/ekext/hssc~/hssc~.c
N externals/ekext/hssc~/m_pd.h
I externals/ekext/hssc~/.DS_Store
No conflicts created by …
[View More]this import
Not sending email for imported sources.
?
Ed
Dr Edward Kelly
Research Assistant in Sonic Arts
London College of Communication
University of the Arts London
___________________________________________________________
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
[View Less]
---------- Forwarded message (ANNOTATED) ----------
Date: Mon, 8 Aug 2005 20:17:07 +0200
From: Tim Blechmann <TimBlechmann(a)gmx.de>
To: Mathieu Bouchard <matju(a)artengine.ca>
Subject: Re: pure devil
Mathieu Bouchard wrote:
> Tim Blechmann wrote:
> > oh ... btw, what do you think of _completely_ separating dsp core
> > and gui? basically kicking out all of pd's gui ...
>
> You mean the dsp+message core on one side and the rest on another
> side? That's …
[View More]already my intent.
great ... this makes it not even possible to reimplement the gui, but
also to reimplement the kernel...
[I suppose Tim wanted to say "not just" instead of "not even"]
> > i'm suggesting this, since georg holzmann from graz wants to start
> > with a qt gui, you're going to work on a tcl gui, thomas grill is
> > working on an opengl gui ... so i'm thinking of a libpd, that can
> > work with all different guis ...
>
> I want to allow multiple GUI engine, and even, several GUIs at the
> same time... as long as no-one wants to use the old GUI, that we
> keep for compatibility with anything that happens to not work with
> the desire.tk GUI. My idea of it is like this:
>
> In devel_0_39, you can pick between
> (1) old Pd GUI
> (2) new Pd GUI, in which the server gets started first, and then
> zero-or-more clients get started, in:
> (2.1) DesireData
> (2.2) Georg's Qt GUI
> (2.3) Mamalala's Qt GUI
> (2.4) Thomas Grill's OpenGL GUI
> (2.5) Carmen's Tcl/TkZinc/OpenGL GUI
>
> Those are separate processes, so they don't need to be linked to Pd,
> and anyway in all of situation (2), the GUI code of the server side
> gets replaced by just a stub that can accept anything.
sounds great ...
> Therefore we do not need libpd for that purpose... but it would still
> be cool to have a libpd one day, as an option for those who want it.
> (Someone came in _today_ on the channel asking whether there was a
> libpd)
well, no idea, that his purpose would be, but it's possible to compile a
libpd ... no nice api, though ...
> > you'd basically have to rewrite the whole pd gui from scratch,
>
> Most of the pd GUI is _already_ rewritten anyway -- I mean that's what
> I did in the first half of 2004. The IEMGUIs were all rewritten, and
> some patching functions also had been rewritten. Chun is working on
> the patching.
>
> For disabling the old Pd GUI, I see these options:
> (A) disabling the code using #ifdef
> (B) disabling the code by not calling the startup code
> (C) disabling the code by ignoring what we can and else calling more
> startup code that overwrites the objectmaker entries that we
> don't want
>
> (C) is the least "destructive", but sometimes destruction is better...
> I don't know which I'd pick, but I'm confident that I/we will figure
> it out at the right time.
B ... makes it possible to stay compatible with miller as long as
possible ...
ttyl ... tim
[View Less]
Hi thomas +,
What was supposed to be very simple task has ended up dissolving my
brain and now I have no idea how to solve it so I'm asking on here.
What I am trying to accomplish is more or less this:
for x in xrange(x_upper-x_lower):
for y in xrange(y_upper-y_lower):
for z in xrange(z_upper-z_lower):
self._outlet(1,x+x_lower)
self._outlet(2,y+y_lower)
self._outlet(3,z+z_lower)
All this does is step through each point in a 3D matrix of points, and
output the …
[View More]coordinates of each point.
The catch is that I need to send out these messages with a variable
delay between them. I tried using the thread example from pyext which
works fine on all my machines but was crashing windows badly (I'm using
this patch to control a serial control camera, and that camera only
works on a particular windows machine at work.
So I thought I would rewrite the script without sleep() and use an
external metro to drive it.
Now I can't figure out how to write a function that I call over and over
again that is identical to the above code-block except doing only one
iteration at a time.
If someone has an abstraction or a solution to this I'd be happy to see
it. Unfortunatly the camera is locked away in a room at the University
that I can't access over the weekend, so I would need to try and get
this to work in the next 2 hours. :(
Thanks in advance,
B.
PS: obviously any until/counter based solution will be great as well,
but I had trouble getting that logic to work for me as well.
[View Less]
Hi people,
I tried to cvs my externals to the repository today,
and I got the message that I don't have write access.
Am I getting the command right? or is it something
else?
cvs
-d:pserver:edkelly@cvs.sourceforge.net:/cvsroot/pure-data
import -m "Initial import" externals/edext edkelly
start
I externals/edext/framescore~
I externals/edext/framespect~
I externals/edext/hssc~
I externals/edext/simile~
cvs [server aborted]: "import" requires write access
to the repository
Best,
Ed
Dr Edward …
[View More]Kelly
Research Assistant in Sonic Arts
London College of Communication
University of the Arts London
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
[View Less]
Greetings,
I'm having trouble getting cvs to add my files into
the repository. I don't know what to set CVSROOT to -
:pserver:edkelly@cvs.sourceforge.net:/cvsroot/
or
:pserver:edkelly@cvs.sourceforge.net:/cvsroot/pure-data/
or
:pserver:edkelly@cvs.sourceforge.net:/cvsroot/pure-data/externals
since I'm dev-ing externals I thought the latter
option, but it looks for CVSROOT in externals.
?
Ed
Dr Edward Kelly
Research Assistant in Sonic Arts
London College of Communication
University of the …
[View More]Arts London
___________________________________________________________
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
[View Less]
> I am a believer in simplicity. So if it really is important that X
> is done before Y, then set it up with a t b b going to the appropriate
> places.
well, this works for monolithic systems ... using one loadbang for the
whole patch ...
but working on reusable abstractions, you will sooner or later have a
problem :-/
> Building in some hidden determinism seems like a bit of a hack to
> me...
if you have any better idea or cleaner solution, i'm happy to hear ...
for now, i can'…
[View More]t think of any (except using an abstraction that would
increase the message computing overhead)
cheers ... tim
--
mailto:TimBlechmann@gmx.de ICQ: 96771783
http://www.mokabar.tk
latest mp3: kMW.mp3
http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone
http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space
would say "I want to see the manager."
William S. Burroughs
[View Less]
hi hans,
using hid as sudoer / root, it segfaults when getting the |print(
message ...
can you reproduce this?
thanks ... tim
--
mailto:TimBlechmann@gmx.de ICQ: 96771783
http://www.mokabar.tk
latest mp3: kMW.mp3
http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone
http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space
would say "I want to see the manager."
William S. Burroughs