Dear pd-list, I’ve noticed that as I adjust the Input Monitor gain in the
testtone patch, the pd console prints the message “clip: no method for set”
Is this a bug? Thanks.
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -
Hello Dan, as I’m on OSX. 10.14 I built gavl and gmerlin using fink
repository. Yes, I can see that (clock_nanosleep) is not built into osx so my
version of gavl is asking for something that does not exist. I suppose I could
try building gavl from source myself? Strange that the fink repo would
Great, it compiles now. Thank you.
line 227 from readanysf~.cpp now reads: x->rm->openFile((char*)s->s_name, 0,
x->num_frames_in_fifo, x->num_samples_per_frame );
Next challenge. having placed the readanysf~ folder into /Library/pd and trying
to launch it I get the following in pd console:
I’m sorry to have to admit I don’t really understand these pointers from Dan
and IOhannes. How should the line 227 read in full? Thanks, Nick
> On 6 Aug 2019, at 20:56, pd-list-requ...@lists.iem.at wrote:
>
> Send Pd-list mailing list submissions to
> pd-list@lists.iem.at
>
> To subscribe
readanysf~.cpp
Description: Binary data
Thanks Dan, I tried editing the file as you suggested, doing a make clean and make. (see attached) but no luck so far. Best regards, Nicknick$ makemkdir objsc++ -c -o objs/FifoVideoFrames.o src/FifoVideoFrames.cpp -I./ -I/sw/include -I/sw/include/gavl -I/
The binary for external readanysf~ crashes PD Vanilla on my MacbookPro running
mojave. osx 10.14. The crash occurs as soon as I try to load a media file (mp.3
for example)
I thought it might be worth trying to compile it from source to see if that
worked, so I’ve succesfully installed gavl and
[cyclone/coll]
>
> :)
>
> Mensaje telepatico asistido por maquinas.
>
> On 7/14/2018 4:39 AM, Nick Burge via Pd-list wrote:
>> i’m having trouble getting objects to load in libraries that use a name
>> prefix as in [cyclone/cycle~]. The object will load perfectly if
i’m having trouble getting objects to load in libraries that use a name prefix
as in [cyclone/cycle~]. The object will load perfectly if I remove the
“cyclone/“ prefix. So [cycle~] works which would indicate to me that the paths
are set correctly in preferences. The issue is not specific to cycl