-
luriaz
I am sending the link to the github, just in case any one is able to help me.
https://github.com/CICM/HoaLibrary-PD -
luriaz
Hello everyone,
First, hope that everyone is doing good and healthy. The reason to reach you is to ask for some help. I am pretty new compiling externals, so if you have any tutorial or guide about, it would be very appreciated, In particular, I am trying to work with Hoa library that works on ambisonics decoding. Hoa library requires Cream library in order to work. So far, I have not been able to successfully compile neither.
Thanks in advace
-
luriaz
Just to help anyone that is dealing with the same problem as me, here is what I found.
The only way to use this object is with PD-extended version 42.5. Later versions do not work so far.Hope this bug will get fixed soon.
-
luriaz
Hi alexandros,
I do not meand [readsf~]. The object that I am asking is in the library moonlib, This is installed with pure data. The reason for using [sfread~] and not [readsf~} is because I need to jump to different places in the sound file. The problem is when I call it, the entire software crashes and closes.
I know that sfread~ requieres to be hack, but I just don't find the way to work with the new version of pd.
Greetings
-
luriaz
hi all,
I have been experiencing problems with this object working on the new version 43.4
I have tried to rooted by the path, under preferences but nothing seems to work.Please any help will be great.
Greetings -
luriaz
Hi everyone,
I am kind of rusty using pd. I am building a patch in which I need to move the position in a sound file. In Max you can do this using the object sfplay~ and with a message seek.
This is an example of the situation that I want to control. The sound file is playing at one minute, and then I need to get back at 30 seconds. I hope is clear.I have try in pd with objects such as readsf~ and tabplay~, so far I can't move the position to anywhere.
Thank you
-
luriaz
Hello to everybody I'm new on granular stuff, so I wonder if there is a manual that can help me to create granular sinthe in PD.
Any help will be very usefull
Thanks
-
luriaz
Hi to everyone, I'm wondering is there an object like sig~ but opposite, that convert the audio signal in numbers.
Thanks
-
luriaz
Hi, I have some question for what I have been trying to do, is better if I explain myself, I want to play some audio files and that this go out by 3 dac~, but I want to control the level with a Vslider.
I cant do is that the Vslider respond to a control midi interface. You know how I can make that the interface works with pd.Here is what I have
I supose that before Vslider has to be an object that conects my midi interface with pd
{Vslider}
l
[/80]
l
[0}
l
[*~]
l
[dac~]Thanks
-
luriaz
Hi to every one, I really dont know how to play a file .wav or aiff, the objects that I have been trying are, [oggread~] and [readsf~].
this is what the machine tells me with readsf
error: ruid.wav: no such table
error: ruid.wav: no such table
error: ruid.wav: no such table
error: ruid.wav: no such table
error: ruid.wav: no such table
error: conflicting block~ objects in same page
error: tabwrite~: Sustain_Array: no such array
error: tabplay~: Sustain-_Array: no such array
error: conflicting block~ objects in same page
error: tabwrite~: Sustain_Array: no such array
error: tabplay~: Sustain-_Array: no such arrayHere is how I tried
[bang(
l
[openpanel]
l
[soundfiler]
l [start( [stop( [resume(
l/
[readsf~ 2] here also I tried the oggread object
l l
[*~ .5 ][*~ .5 ]
l
[dac~]In both cases I never heard anything