Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread Frank Barknecht
On Mon, Aug 13, 2012 at 11:37:17AM -0700, Miller Puckette wrote: > The "seq" object is part of Krzysztof Czaja's "cyclone" library which I > found rather easy to compile last time I tried (on a linux system; not > sure what will happen in IOS). I don't think there are any third-party > library dep

Re: [PD] libPD and Unity status?

2012-08-13 Thread Scott R. Looney
thanks peter! - this is helpful. it looks like sebastien has been doing something with his version of WebPD fairly recently so i'll shoot him an email to see where things are at with this. @ everyone else, with regard to making things work on Unity Free, the best approach i believe would be to us

Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread Peter Brinkmann
On Mon, Aug 13, 2012 at 10:51 PM, patrick wrote: >> (Or does libpd not load externals?) > > > libpd is able to load an external, i have successfully used Gem.pd_linux > with libpd as a standalone pd / Gem application. That's great! Did you document your experiences anywhere? I get lots of questio

Re: [PD] libPD and Unity status?

2012-08-13 Thread Peter Brinkmann
Hi Scott, About dynamic patching with libpd, the topic came up at Pd Everywhere: createdigitalnoise.com/discussion/867/webpd-reloaded The upshot is that dynamic patching is done with Pd messages, and the message passing mechanism of libpd supports this. There has been talk of creating a dynamic pa

Re: [PD] libPD and Unity status?

2012-08-13 Thread Peter Brinkmann
Hi everybody, This is exciting stuff! It would be great if we could document all Unity-related efforts in one place. I created a wiki page for this purpose: https://github.com/libpd/libpd/wiki/Unity Feel free to update this page if you have any insights to share. Thanks, Peter On Mon, Aug 13

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Michael Zacherl
On 14.8.2012, at 01:47 , Miller Puckette wrote: > Thanks for the info... some quick ideas: good to know but that didn't help. I can't tell what it is but apparently it's a timing or order of execution issue at startup in batch-mode: Delaying the ; pd dsp 1 message by 200ms helps avoiding the "

Re: [PD] libPD and Unity status?

2012-08-13 Thread patrick
hi, i was able to use libpd inside Unity 3d Pro (at my job...), will update my github with the piece of code that did the trick for me. i guess with the free version of Unity the solution posted by Filippo is the (only?) way to go. but i think if you have the android license (was free for aw

Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread patrick
(Or does libpd not load externals?) libpd is able to load an external, i have successfully used Gem.pd_linux with libpd as a standalone pd / Gem application. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pureda

Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread Martin Peach
You could probably compile [midifile] on its own. It has no dependencies apart from the c runtime and pd. (Or does libpd not load externals?) Martin On 2012-08-13 10:42, Filippo Beck Peccoz wrote: Hi list, copying here a puredata forum post which remained unanswered- hope someone can help :)

Re: [PD] midifile+tempo control

2012-08-13 Thread Martin Peach
On 2012-08-13 10:34, Jeppi Jeppi wrote: Hi all, I am looking for a simple way to play midifiles from pd and being able to set alter their base tempo. It seems Mr.Peach [midifile] doesn't offer that possibility so, what would you suggest me to do? The bangs you send to [midifile] set the tempo.

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Miller Puckette
Thanks for the info... some quick ideas: > To avoid additional system load I tried to run it with -nogui (after > preparing the patch) via ssh > but the system claims the sound device is busy. > Didn't find out why so far, a simple test-patch runs fine though. > No idea what's going on. > Thi

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Michael Zacherl
On 13.8.2012, at 20:29 , Miller Puckette wrote: > This is good news about the TASCAM devices (I see there's a whole series > of them and they're cheap.) I've also heard that Presonous's interfaces > are class compliant, but I've now forgotten who told me that. > > I read some months ago on the

Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-13 Thread Thomas Mayer
On 10.08.2012 23:20, Patrice Colet wrote: > the mail reply says how MSVC is involved, > > "int _get_output_format( void ); is a standard MSVC function" > > http://msdn.microsoft.com/en-us/library/571yb472(v=vs.80).aspx > > the problem is certainly because stdlib is different on windows, for exe

Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread Miller Puckette
Hi all - The "seq" object is part of Krzysztof Czaja's "cyclone" library which I found rather easy to compile last time I tried (on a linux system; not sure what will happen in IOS). I don't think there are any third-party library dependencies but I could easily be wrong about that since linux pr

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Miller Puckette
This is good news about the TASCAM devices (I see there's a whole series of them and they're cheap.) I've also heard that Presonous's interfaces are class compliant, but I've now forgotten who told me that. I read some months ago on the Raspberry Pi site that it should perform "about like a 300 m

Re: [PD] MIDI not working

2012-08-13 Thread Miller Puckette
Hi Joshan - I haven't seen that error message yet :) Can you tell me: what version of what OS you're using (I guess Mac but what version?) and: is this a real MIDI device (5-pin connector), a USB "MIDI" hardware device, or an internal "virtual" MIDI connection that's not working? thanks M

Re: [PD] Error installing Puredata from software center

2012-08-13 Thread IOhannes m zmölnig
On 08/12/2012 03:51 AM, Rick T wrote: Greetings All I have ubuntu 12.04 64bit running xfce and I installed puredata from the ubuntu software center and I get an error "/usr/lib/puredata/tcl/pd-gui.tcl" failes to execute child process no such file or directory. How can I fix this? make sure t

Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread Scott R. Looney
filippo and list, this is probably best answered by Peter Brinkmann, but as i remember the issue with not accepting third party libraries in vanilla is specifically one of licensing for the iOS App Store, not of compatibility. i don't think Android's store should care about such things. to get aro

Re: [PD] Loading error on Mountain Lion

2012-08-13 Thread Scott R. Looney
those libraries are largely deprecated in pd-extended when i installed it a while back, and i think the I/O error is a temporary message. sound should work even though it gives an error. scott On Mon, Aug 13, 2012 at 8:40 AM, Leandro da Mota Damasceno wrote: > Hi everyone, > > > I'm trying to r

[PD] Loading error on Mountain Lion

2012-08-13 Thread Leandro da Mota Damasceno
Hi everyone, I'm trying to run that latest build of Pd-extended on Mountain Lion. This is what I get: memento: can't load library pixeltango: can't load library rradical: can't load library toxy: can't load library flib: can't load library flatspace: can't load library pidip: can't load library

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Scott R. Looney
hey folks - just commenting on USB class compliant devices - the Tascam US-800 interface (about $100US) is another class compliant device. it's been shown to work reliably with 8 track recording on iPad. just wanted folks to know there was a cheaper interface option out there, though i'd certainly

[PD] [PD-announce] pd Berlin Meeting 14. August

2012-08-13 Thread Malte Steiner
Hello, tomorrow tuesday, 14th August 20:00, will be the next meeting of Pure Data users in Berlin, this time at Weisestr 7, Berlin Neukoelln. From 20:00. Bring weisbeer, headphones, and X-->jack cable/s if you wanna plug in the audio mixer and/or cable/connector if you want to show some video

[PD] DFM1 on Raspbian

2012-08-13 Thread Michael Zacherl
Hi, just a short note to report that I successfully brought Tony Hardie-Bick's DFM1 filter on the Raspberry Pi via Thomas Grill's flext (svn 3762). Kudos also to Jon Stutters who ported Tony's code to SC/Max/Pd. Michael. -- nonconform? noiseconform: http://blauwurf.at http://soundcloud.com/noise

[PD] Open midi files in PD Vanilla?

2012-08-13 Thread Filippo Beck Peccoz
Hi list, copying here a puredata forum post which remained unanswered- hope someone can help :) after searching around the forums and the net I decided to post this question here.. I'm using PD as the audio engine for a mobile game (using libpd, and therefore "only" Vanilla objects). This is

[PD] midifile+tempo control

2012-08-13 Thread Jeppi Jeppi
Hi all,I am looking for a simple way to play midifiles from pd and being able to set alter their base tempo. It seems Mr.Peach [midifile] doesn't offer that possibility so, what would you suggest me to do?Thanks in advanceJosep M _

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Tedb0t
Huh, really? How did you find this out? —tedb0t On Aug 13, 2012, at 8:43 AM, Pierre Massat wrote: > Hi all, > > I don't know whether this was mentioned here, but the audio output throught > the built in jack is bad because it uses PWM followed by a filter, no real > dedicated dac. You can twe

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Pierre Massat
Hi all, I don't know whether this was mentioned here, but the audio output throught the built in jack is bad because it uses PWM followed by a filter, no real dedicated dac. You can tweek the settings of Pd for years but you'll never get an good quality sound out of it. Pierre. 2012/8/13 Michael

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Michael Zacherl
On 13.8.2012, at 09:59 , Thomas Grill wrote: > > Am 10.08.2012 um 15:54 schrieb Michael Zacherl: > >> If this works, I don't see a reason why some serious hardware like an RME >> Fireface UCX shouldn't run as well in Class Compliant Mode. >> (which would be rather funny, but why not if somebod

Re: [PD] libPD and Unity status?

2012-08-13 Thread Filippo Beck Peccoz
Hey everyone, as some of you already know, I've started development of an Android trading card game made in Unity, using libpd and thus PD as the audio engine. I'm not a programmer, but so far, our own coder managed to integrate PD in a way to easily prototype the audio keeping pd and unity ope

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Michael Zacherl
On 12.8.2012, at 23:19 , Stephen Lucas wrote: > I've gotten my Rpi to run pd-vanilla using the regular apt-get install on RPi > Wheezy 7/15/2012. > > I'm using the 3.5mm out jack because that's simpler for me to pipe into my > monitoring system. > > I wasn't very systematic about documenting

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-13 Thread Thomas Grill
Am 10.08.2012 um 15:54 schrieb Michael Zacherl: > If this works, I don't see a reason why some serious hardware like an RME > Fireface UCX shouldn't run as well in Class Compliant Mode. > (which would be rather funny, but why not if somebody got it at hands?) > The RME FF 400 UCX is actually s