Hello all,
I've been trying to make a linux Pd external that reads .sdif files using
the Ircam SDIF library, but I can't see to get the makefile settings right.
The code compiles, but I get the following error when trying to call the
sdiftest external:
/usr/local/lib/pd/extra/sdiftest.pd_linux: libsdif-3.8.6.so: cannot open
shared object file: No such file or directory
I'm very new to makefiles and I cannot tell why it isn't linking.
libsdif-3.8.6.so is installed in /usr/local/lib and the …
[View More]makefile code is the
following:
pd_linux: sdiftest.pd_linux
.SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I /usr/local/lib/pd/src \
-I /mnt/d/things/audioapp/sdif/SDIF-3.8.6-src/include \
-I /usr/local/lib
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
ld -export_dynamic -shared -o $*.pd_linux $*.o -lsdif -lc -lm
strip --strip-unneeded $*.pd_linux
rm $*.o
This is from the 6.externs/makefile with the -lsdif link that the sdif
tutorial speaks about (
http://recherche.ircam.fr/equipes/analyse-synthese/sdif/extern/tutorial-mai…
).
All I'm really doing in the external is trying to initialize the library,
but I can't get passed the baby steps yet.
If any programmers can help, thankyou
Richie
[View Less]
Hi everyone,
I know there's been some discussion on this list about pd-extended vs.
0.39-2: I'm on the hunt for some externals as well & I'd like to know if
there's anywhere we can get these apart from the pd-extended dist. I
realize I can just download pd-extended and extract them out of there, but
this seems like a lot of trouble to go through for just a couple of
externs. I'm a big fan of the idea of having a pd-extended dist but I have
been writing lots of patches in 0.39-2 that are …
[View More]no longer backwards
compatible with 0.38-4, so I'd prefer to not have to mess with this version
at all.
Ideally, there would be pd-extended and also an externals repository that's
download-friendly, a wiki page perhaps, where you can download them
individually? The links on the puredata.org site to the downloads wiki are
apparently broken, and the pd-externals download is almost 3 years old.
Surely there must be externals more recent than this?
Thoughts?
david
PS I'm available for some lightweight site maintenance if there's any way I
can help on a regular basis.
[View Less]
Hello list,
I'm trying to run multiple HID objects connecting to different devices
on OSX using Pd-0.38.4-extended-RC8. In a simple patch like the one
attached, I seem to be only able to use one HID at a time. That is, I
can initialize and poll only one, but the console does not indicate
that anything is amiss (all devices 'look' open in that respect)..
However, this DOES work just fine if I open the two devices in two
separate instances of Pd.
Is this normal behavior?
If not, how can I fix …
[View More]it?
Thank you so much,
Michael
ps-I don't know if it makes any difference, but I couldn't get this
working on Pd-0.38-0test4HCS4 either.
[View Less]
hi,
it's not my intent to start an aesthetic war, just i
have mental pain with chords going straight across
from bottom to top, especially since you cannot
readily see which direction the data flows, so i
started to use a lot of pvar associations in max.
believe me, i use a lot of encapsulation and
abstractions. i'll have a look at "sl"
ciao, -sciss-
____________________________________________________
Do you Yahoo!?
Yahoo! Personals: It's free to check out our great singles!
http://au.personals.yahoo.com
hi there,
i am looking for a reverb-external for pd on mac osx.
(even a vst or au solution would be great)
there is no support for the freeverb~ external of olaf matthes anymore.
maby someone has a downloadlink for me.
thanks a lot
regards,
steve.
hallo frank,
thanks for the snippet ; after an initial confusion
(my PD RC7 was thinking the list object is a bang
object?!) i got a recent build and it works ; very
perspicuous!
ciao, -sciss-
--- pd-list-request(a)iem.at wrote:
> From: Frank Barknecht <fbar(a)footils.org>
> Subject: Re: [PD] Re: Segmented Patch Chords? PVar /
> PV?
> To: pd-list(a)iem.at
> Message-ID: <20060213193212.GF29066(a)fliwatut.scifi>
> Content-Type: text/plain; charset="us-ascii"
>
…
[View More]> Hallo,
> Item State hat gesagt: // Item State wrote:
>
> > it's not my intent to start an aesthetic war, just
> i
> > have mental pain with chords going straight across
> > from bottom to top, especially since you cannot
> > readily see which direction the data flows, so i
> > started to use a lot of pvar associations in max.
>
> Okay, I now looked up, what pvar/pv is, in the Max
> Reference manual.
> For storing single float values you can use the
> [value] object with $0
> as in: [value $0-x].
____________________________________________________
Do you Yahoo!?
Never miss an Instant Message - Yahoo! Messenger for SMS
http://au.mobile.yahoo.com/mweb/index.html
[View Less]
quick linux questions;
im getting error messages in the terminal that say;
OSS: could not set sampling rate for this device
OSS; ioctl on output device failed
then , an error in the pd log that says;
error: OSS: SNDCTL_DSP_CHANNELS failed /dev/dsp
as far as i have read...i need to install a module called snd-pcm1-oss
but i don't have that on my system.
can someone tell me how to install this module...or if there is a
workaround. i haven't configured pd to work with jack yet, so if i …
[View More]use jack
is that going to make things easier?
[View Less]
Hi!
I want to use gemwin (GEM library) on a stereo figure.
What units do the point parameters, e.g. first three parameters of view (<view_x> <view_y> <view_z>) have? I am asking because I want to use a head mounted display and I want to present a steroe figure in a defined distance.
Michael
hey hardoff.
why dont you try demudi http://demudi.agnula.org/
best regrads
daniel .
> ----- Original Message -----
> From: "hard off" <hard.off(a)gmail.com>
> To: "IOhannes m zmoelnig" <zmoelnig(a)iem.at>
> Subject: Re: [PD] alsa / oss / jack
> Date: Tue, 14 Feb 2006 21:41:07 +0900
>
>
> >>
> aaargh, i knew moving to linux would be easy.
>
>
> >>>
>
> i knew it WOULDN'T be easy.
>
> oops
>
> …
[View More]_______________________________________________
> PD-list(a)iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
[View Less]
it's more an aesthetic question : distinguishing
clearly a one-to-many/many-to-one communication (which
to my understanding is the concept of a send/receive
with a portname) from a mere one-to-one connection
.... best, -sciss-
> > Avoiding pollution of the symbol-table?
>
> this topic has been mentioned already a few times on
> this list, but suddenly
> i still don't know what this means exactly. does
> pollution mean, that the
> symbol-table uses a lot of ram? does …
[View More]that have any
> bad effects on
> performance? is there a good way to avoid pollution
> (i mean when patching) ?
____________________________________________________
Do you Yahoo!?
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full Actor Database.
http://au.movies.yahoo.com
[View Less]