Re: [PD] Installing externals on ubuntu 12.4 omap

2012-09-11 Thread John Harrison
Not directly related to the problem but...I just want to throw out there that I've spent way too much time trying to get netsend~/netreceive~ to work robustly and they just don't. I'd highly recommend you look for another external as I'm unaware of anybody using netsend~/netreceive~ with any consis

Re: [PD] Installing externals on ubuntu 12.4 omap

2012-09-11 Thread Miller Puckette
One idea: type "file /usr/lib/puredata/extra/netsend~.pd_linux" and verify that it seems to be for the right arch/OS like this: file /usr/lib/puredata/extra/bonk~/bonk~.pd_linux /usr/lib/puredata/extra/bonk~/bonk~.pd_linux: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linke

[PD] Installing externals on ubuntu 12.4 omap

2012-09-11 Thread Duncan MacConnell
Hey all, long time user first time mailer.. I am trying to install an external.. netsend~, but any external really, on to omap ubuntu 12.4 Each time I open a patch with the object, I get error: /usr/lib/puredata/extra/netsend~.pd_linux: /usr/lib/puredata/extra/netsend~.pd_linux: cannot open share

Re: [PD] Two Pd instances with different startup options

2012-09-11 Thread Miller Puckette
There are a few ways to do this... here's houw you could make a copy of Pd and have it use different settings: Copy the app (say, to Pd2.app) edit the file, Pd2.app/Contents/Resources/bin/pd (you can use "open -e" from a command line to do this). It's a binary file so it will look ugly. Go in

Re: [PD] external returning its own path

2012-09-11 Thread Martin Peach
On 2012-09-11 12:56, Joel Matthys wrote: Hi all. I'm working on a Pd external which encapsulates the audio language RTcmix, based on Brad Garton's [rtcmix~] Max object. The language and its audio functions are in a dylib in the external's directory. My problem is that the external needs to know

[PD] Two Pd instances with different startup options

2012-09-11 Thread Jean-Marie Adrien
Hello I try to run two different pd instances with different startup options on Mac Os 10.7. Is there a way to setup the audio / midi devices and so on from within a patch ? something like the declare object ? Or run from terminal with two different command lines (but i will have then to scrip

Re: [PD] another day's raspberry pi experiences

2012-09-11 Thread Andy Farnell
The archives of linux-audio probably have a few gems of goodness, it has been a perennial discussion for years. Hard real time, combined with the proper timer structure is necessary where you want the device to be sequenced by incomming events like MIDI, without jittery behaviour. Raising the us

Re: [PD] Running the phase vocoder example on the Raspberry Pi

2012-09-11 Thread Charles Goyard
Hi, It means "setuid". That is, the program is run with the privileges of the owner of the program. In our case, that means "run pd as root". And so it can do anything it wants to your system. Generally, root has no limits on ressources (cpu, memory, priority) compared to other users. The setuid

Re: [PD] another day's raspberry pi experiences

2012-09-11 Thread Charles Goyard
You're welcome. If you can find where you read that, I'd be interrested. geoffroy wrote: > Thanks for the clarification, I though I read that a RT-Kernel would > improve on the pureData responsiveness for the raspberry pi, good to > know that it's probably not needed. _

Re: [PD] external returning its own path

2012-09-11 Thread Miller Puckette
If you know the filename, you can call open_via_path which returns the directory the file was eventually found in -- then you can close the file but keep the directory name for later use. cheers Miller On Tue, Sep 11, 2012 at 12:56:47PM -0400, Joel Matthys wrote: > Hi all. I'm working on a Pd ext

Re: [PD] Running the phase vocoder example on the Raspberry Pi

2012-09-11 Thread Pierre Massat
I'm not very familiat with chmod codes. What does 4755 mean ? Cheers, Pierre. 2012/9/11 Miller Puckette > One slight tweak: if you type "sudo chmod 4755 /usr/bin/pd" you will > probably be able to use the mouse clicklessly (at some expense to > security!) > > This will be unnecessary in releas

Re: [PD] Running the phase vocoder example on the Raspberry Pi

2012-09-11 Thread Miller Puckette
One slight tweak: if you type "sudo chmod 4755 /usr/bin/pd" you will probably be able to use the mouse clicklessly (at some expense to security!) This will be unnecessary in release 0.44... cheers Miller On Tue, Sep 11, 2012 at 07:32:16PM +0200, Pierre Massat wrote: > Dear List, > > I managed to

[PD] Running the phase vocoder example on the Raspberry Pi

2012-09-11 Thread Pierre Massat
Dear List, I managed to get the phase vocoder working on my Raspberry Pi, with the standard Raspbian wheezy distro. It works ok under the following conditions : - no GUI activity (even moving the mouse results in awful scratches) - the "delay" in Pd is set to at least 50ms - 224 Mb of RAM is alloc

Re: [PD] nightly builds going away for now

2012-09-11 Thread João Pais
great. do you want me to put this link in puredata.info, or let it be until the next real solution is online? http://blinky.at.or.at:/ On Sep 10, 2012, at 7:37 AM, Luca wrote: temporarily where can I download ubuntu packages of pd-extended 0.43?? _

Re: [PD] another day's raspberry pi experiences

2012-09-11 Thread geoffroy
Thanks for the clarification, I though I read that a RT-Kernel would improve on the pureData responsiveness for the raspberry pi, good to know that it's probably not needed. On 09/11/2012 06:59 PM, pd-list-requ...@iem.at wrote: Date: Tue, 11 Sep 2012 17:42:03 +0200 From: Charles Goyard Subjec

Re: [PD] Creating a drum machine with "save slots"

2012-09-11 Thread Pierre Massat
Hi, I worked on a drum machine a while ago. I used textfiles to save and read patterns, using the [textfile] object. Cheers, Pierre. 2012/9/11 Filippo Beck Peccoz > Hello list! > > I'm working on a drum machine to be used in a mobile game- it's a trading > card game. > Right now, I have a 64

[PD] external returning its own path

2012-09-11 Thread Joel Matthys
Hi all. I'm working on a Pd external which encapsulates the audio language RTcmix, based on Brad Garton's [rtcmix~] Max object. The language and its audio functions are in a dylib in the external's directory. My problem is that the external needs to know its own path in order to correctly find

[PD] simulating bass guitar with muscle sounds

2012-09-11 Thread Marco Donnarumma
I'd like to know if there's any method around to emulate the sound of bass guitar. I'm aware of a couple of examples by Andy Farnell for kind of acoustic bass sounds. But can't find more specific examples. I don't want to make a bass synth, rather would like to understand the methods by which an e

[PD] Creating a drum machine with "save slots"

2012-09-11 Thread Filippo Beck Peccoz
Hello list! I'm working on a drum machine to be used in a mobile game- it's a trading card game. Right now, I have a 64 step grid with 5 instruments ready (although a tad messy :D) and I can manually write patterns in by hand using toggle boxes. In every turn, the game features many different g

Re: [PD] another day's raspberry pi experiences

2012-09-11 Thread Charles Goyard
Geoffroy wrote: > I read that a real time kernel would be quite useful on a raspberry pi > for pure data, and I wonder if this project would help: Maybe there's a confusion between real-time priority (standard kernel) and hard real-time (RT kernel). Hard real-time is more for really time-critical

Re: [PD] nightly builds going away for now

2012-09-11 Thread Hans-Christoph Steiner
http://blinky.at.or.at:/ On Sep 10, 2012, at 7:37 AM, Luca wrote: > temporarily where can I download ubuntu packages of pd-extended 0.43?? > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info

Re: [PD] temporary home for Pd-extended 0.43.1 downloads

2012-09-11 Thread Hans-Christoph Steiner
Last I remember, the blocker was that Gem on Mac OS X had serious issues playing videos. I haven't looked at the bug reports for the past couple of months, but if nothing has come up, then I say its ready for final release once that gem video issue is fixed. .hc On Sep 11, 2012, at 10:32 AM,

Re: [PD] another day's raspberry pi experiences

2012-09-11 Thread Pierre Massat
Hi, Have you tried different RAM settings? One can change the share of RAM allocated to the CPU versus GPU, and I'm assuming that this would make a lot of difference in the performances of Pd. I'll give it a shot tonight. Cheers, Pierre. 2012/9/11 geoffroy > I read that a real time kernel wo

Re: [PD] another day's raspberry pi experiences

2012-09-11 Thread geoffroy
I read that a real time kernel would be quite useful on a raspberry pi for pure data, and I wonder if this project would help: http://powet.eu/2012/07/25/raspberry-pi-xenomai/ I am not too much versed in the whole RT world so I am downloading it now and will see how puredata runs on it Re:

Re: [PD] temporary home for Pd-extended 0.43.1 downloads

2012-09-11 Thread m.e.grimm
maybe i missed a thread but im wondering... was there a release date scheduled? RC1 maybe i mean? realizing you have been busy with life, what needs to be done to get it out of beta? also... i remember there was a plan this summer to separate pd and pd-gui i was hoping to use the beta for my

[PD] [Pd] TCL error loading midi file with [seq]

2012-09-11 Thread Joe White
Hey list, I'm trying to use the cyclone library in Pd-0.43-1, specifically the [seq] object. When I try to load a midi file I get the following error in the console: (Tcl) INVALID COMMAND NAME: invalid command name "pdtk_enquote" while executing "pdtk_enquote $filename" (procedure "hammer

Re: [PD] patching readanysf~

2012-09-11 Thread Jack
Le 11/09/2012 10:48, Nicolas Montgermont a écrit : > Otherwise if you don't want to add ppa to your Ubuntu, it's pretty > simple to edit the makefile and recompile it from svn. > In my case I just needed to change a few lines, replacing > /usr/local/lib by /usr/lib and changing the linking order to

Re: [PD] binaural encoder

2012-09-11 Thread Matthias Kronlachner
hi! there is an ambisonics binaural decoder implementation in iem_bin_ambi. you can get a working demo here that also includes a room model: [1] this is the corresponding report, but just in german. [2] you get better results if you include head tracking while listening to the virtual soundfie

Re: [PD] binaural encoder

2012-09-11 Thread Marco Donnarumma
Hey Jaime, I remember Audience, presented by Regis at Weimar Pd Con: http://www.uni-weimar.de/medien/wiki/PDCON:Conference/AUDIENCE_for_Pd,_a_scene-oriented_library_for_spatial_audio it looked pretty good during the presentation/demo, although I never tested it myself. best, -- Marco Donnarumma N

Re: [PD] binaural encoder

2012-09-11 Thread labyrinthuscochlearis
try David Doukhan's cw_binaural~ regards c Am Dienstag, den 11.09.2012, 02:13 -0400 schrieb J Oliver: > Hello list, > > I have been trying out [earplug~] and the resulting sounds are not great. > There is a great loss in amplitude and a spectral transformation caused by > the filter that boos

[PD] Binary numbers

2012-09-11 Thread Alexandros Drymonitis
Hi all, I know you can write hexadecimal numbers in [expr] starting with 0x. Is there a way to write binary? Like you'd write B0011 with Processing for example? [expr] will immediately take is as a variable and will give an error that there's no such variable. Since I'm asking this, is octal also p

Re: [PD] patching readanysf~

2012-09-11 Thread Nicolas Montgermont
Otherwise if you don't want to add ppa to your Ubuntu, it's pretty simple to edit the makefile and recompile it from svn. In my case I just needed to change a few lines, replacing /usr/local/lib by /usr/lib and changing the linking order to get rid of that error: -PD_LDFLAGS = -L/usr/local/lib

Re: [PD] [OT] Portable webserver with static IP

2012-09-11 Thread Pierre Massat
zeronconf looks pretty close indeed to what I was looking for... I'll give it a try tonight and will report the results shortly! Cheers, Pierre. 2012/9/11 Charles Goyard > Hi, > > let me advocate zeronconf vs. static IP a little more. > > Charles Goyard wrote: > > Keep dhcp on to satisfy the n

Re: [PD] [OT] Portable webserver with static IP

2012-09-11 Thread Charles Goyard
Hi, let me advocate zeronconf vs. static IP a little more. Charles Goyard wrote: > Keep dhcp on to satisfy the network topology, and try zeroconf. Also, it can perfectly be that mdns is enabled by default on Raspian. You can check by issuing a "ping yourpihostname.local" from the raspi. I find

Re: [PD] patching readanysf~

2012-09-11 Thread Roman Haefeli
Hi Jack On Mon, 2012-09-10 at 18:56 +0200, Jack wrote: > > if you are on debian(>=wheezy)/ubuntu(>=oneiric) you could simply do > > # apt-get install pd-readanysf > > > > all the patches are already applied, so no need to do that yourself. > > Done with : > # apt-get install pd-readanysf > > Now