[PD] comparing symbols in external

2014-05-03 Thread Jaime E Oliver
Hi all, I am trying to compare two symbols, one incoming in a list into an external and the other one stored internally in the external. It compiles fine, but I don't get a match. c code is below. Ideas on what I'm missing? J void testtext_input(t_testtext *x, t_symbol *selector, int

Re: [PD] comparing symbols in external

2014-05-03 Thread Jaime E Oliver
Thanks to both, it makes sense and it works now. J On May 3, 2014, at 4:42 AM, IOhannes m zmölnig zmoel...@iem.at wrote: On 05/03/2014 09:22 AM, Jaime E Oliver wrote: Hi all, I am trying to compare two symbols, one incoming in a list into an external and the other one stored internally

Re: [PD] Music notation in pure data

2014-04-29 Thread Jaime E Oliver
Hi Jonathan, This is excellent work! I wonder in what direction are you taking this… best, J On Apr 29, 2014, at 1:20 PM, Jonathan Wilkes jancs...@yahoo.com wrote: On 04/28/2014 11:21 PM, Max wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014? 04? 29? 09:07, Jonathan Wilkes

Re: [PD] Music notation in pure data

2014-04-29 Thread Jaime E Oliver
On Apr 29, 2014, at 6:54 PM, Jonathan Wilkes jancs...@yahoo.com wrote: On 04/29/2014 05:28 PM, Jaime E Oliver wrote: Hi Jonathan, This is excellent work! I wonder in what direction are you taking this… As far as notation inside Pd patches-- just the demo. But I do remember Ed saying

Re: [PD] Music notation in pure data

2014-04-28 Thread Jaime E Oliver
I've been using this external of mine which is certainly ongoing work for converting pitch-duration pairs into Lilypond Scores. Here is the c code and an os x binary: http://www.jaimeoliver.pe/archives/2827 Pitch is expressed in midi and duration in multiples of a smaller unit of reference.

Re: [PD] Stopping a sequence at end of audio

2014-04-18 Thread Jaime E Oliver
reads will output a bang on its last outlet when the file is done playing. also you should connect the second outlet to dac~ 2 best, J On Apr 18, 2014, at 2:04 PM, kate sweeney m.k.swee...@hotmail.com wrote: Hello, I am currently finishing a project using GEM and audio. The audio is an

[PD] GPIO, mcp3008 and Raspbian

2014-03-24 Thread Jaime E Oliver
Hi Ivica, I was working on a small external for MCP3008 using wiring pi, but I'd love to try yours if it is possible. Will it be possible to use it as an external like gpio with vanilla? are you using wiring pi for this? Also, how are you getting the multiple pwm streams? best, J On Mar

Re: [PD] GPIO, mcp3008 and Raspbian

2014-03-24 Thread Jaime E Oliver
Spi one does not rely on wiring pi. AFAIK wiringpi does not offer spi support but I could be wrong. Hi Ivica, yes it does and it has a C api. It is actually very good and easy to implement. Thanks for all info on the external. I'll check it out as soon as I have a bit of time again…

[PD] Interface bug switching to edit mode with sub patches

2014-03-17 Thread Jaime E Oliver
Hi, In os x 10.8.5 with Pd 0.45-4, when I save a patch that has a sub patch and this sub patch is open, the next time that I open it I have the following behavior: + Both the parent patch and sub patch are loaded, but the parent patch shows up in front. + Although the parent patch shows in

Re: [PD] Interface bug switching to edit mode with sub patches

2014-03-17 Thread Jaime E Oliver
Good point. It doesn't happen in version 0.42-5 in the same OS. J On Mar 17, 2014, at 3:41 PM, Roman Haefeli reduz...@gmail.com wrote: On Mon, 2014-03-17 at 14:12 -0400, Jaime E Oliver wrote: Hi, In os x 10.8.5 with Pd 0.45-4, I'm just curious: Is the observed behavior specific

Re: [PD] Infinite Permissions Loop

2014-02-10 Thread Jaime E Oliver
I think you need to ctrl+click and then open. This is Mac os x complaining about things that are not apps J On Feb 10, 2014, at 4:24 PM, Wesley Boynton wwboyn...@gmail.com wrote: Hello, all! I am currently using PD-Extended in both OSX 10.8 and 10.9 environments. On our administrator

Re: [PD] spectral mapping, anyone?

2013-11-11 Thread Jaime E Oliver
These are older, but I understand E. Lyon might re-release them? http://www.somasa.qub.ac.uk/~elyon/LyonSoftware/MaxMSP/FFTease/ J On Nov 11, 2013, at 7:23 AM, Jeppi Jeppi jepp...@hotmail.com wrote: Hi, just looking for some ready to be used spectral mapping effects implemented in pd,

Re: [PD] [PD-announce] HoaLibrary for PD - High Order Ambisonics Library

2013-11-05 Thread Jaime E Oliver
Doesn't Faust just do that for you? I thought you could simply export externals from the Faust code in Linux, but I could be remembering wrong. best, J On Nov 5, 2013, at 3:35 AM, Pierre Guillot guillotpier...@gmail.com wrote: Hi, The Linux version is scheduled but I can't say when (I

Re: [PD] [PD-announce] pd 0.45-3 released

2013-10-11 Thread Jaime E Oliver
Hi! Thanks miller for the update. A weird thing is happening to me in OSX 10.8. Using both the latest release and 0.43-3, when I open the help patch for bonk I loose the ability to move between edit mode and run mode. Is this happening to other people? J On Oct 4, 2013, at 1:21 AM, Miller

Re: [PD] [PD-announce] pd 0.45-3 test 1 released

2013-09-30 Thread Jaime E Oliver
48k working in 10.8 Thanks! J On Sep 30, 2013, at 7:49 PM, Miller Puckette m...@ucsd.edu wrote: Hi all, Pd version 0.45-3 test 1 is available on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://git.code.sf.net/p/pure-data/pure-data cd pure-data git

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-29 Thread Jaime E Oliver
: I can confirm the crackles with a 48k sampling rate and delay = 100 ms on OS X 10.8.4 On Tue, Sep 10, 2013 at 4:34 PM, Jaime E Oliver jaime.oliv...@gmail.comwrote: Could you also try the 48k sample rate while playing a sinusoid? I get crackles unless I increase the software's

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-29 Thread Jaime E Oliver
particular change broke things. cheers Miller On Sun, Sep 29, 2013 at 12:40:19PM -0400, Jaime E Oliver wrote: Hi, the 48khz SR problem is also happening in 0.44-3, but not in 0.43-3… best, J On Sep 13, 2013, at 4:49 AM, peiman khosravi peimankhosr...@gmail.com wrote: I've

[PD] hopefully simple feature request: Comments

2013-09-21 Thread Jaime E Oliver
While we are on the subject of the great advances in graphics and editing features in recent versions of Pd, I wonder if it would be at all possible and simple enough to include something that we talked about a while ago. currently, if you create an object, message or number, while another

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-21 Thread Jaime E Oliver
.) thanks Miller On Tue, Sep 10, 2013 at 04:56:01PM +0300, Alexandros Drymonitis wrote: I can confirm the crackles with a 48k sampling rate and delay = 100 ms on OS X 10.8.4 On Tue, Sep 10, 2013 at 4:34 PM, Jaime E Oliver jaime.oliv...@gmail.comwrote: Could you also try

Re: [PD] age old multichannel sound card question...

2013-09-12 Thread Jaime E Oliver
and firewire interfaces don't work on linux unfortunately. Or at least that's what I was told. P www.peimankhosravi.co.uk || RSS Feed || Concert News On 11 September 2013 23:13, Jaime E Oliver jaime.oliv...@gmail.com wrote: Hi Everyone, Can anyone recommend a multichannel

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-12 Thread Jaime E Oliver
- it was failing on all platforms.) thanks Miller On Tue, Sep 10, 2013 at 04:56:01PM +0300, Alexandros Drymonitis wrote: I can confirm the crackles with a 48k sampling rate and delay = 100 ms on OS X 10.8.4 On Tue, Sep 10, 2013 at 4:34 PM, Jaime E Oliver jaime.oliv...@gmail.comwrote

[PD] age old multichannel sound card question...

2013-09-11 Thread Jaime E Oliver
Hi Everyone, Can anyone recommend a multichannel sound card that works well under linux. Hoping to have 8 in/out + adat if possible. Do the latest RME cards (fire face UCX, UC, UFX) work under Linux? alsa/ffado? Does anyone use the fireface 800 successfully with ffado? If anyone can recommend

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Jaime E Oliver
On 10 September 2013 06:36, Jaime E Oliver jaime.oliv...@gmail.com mailto:jaime.oliv...@gmail.com wrote: A couple of bugs it seems in osx 10.8.4 and pd 0.45-2 I cannot copy the content of one object box (i.e. the text inside the box like name of an object and arguments) into another

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-09 Thread Jaime E Oliver
A couple of bugs it seems in osx 10.8.4 and pd 0.45-2 I cannot copy the content of one object box (i.e. the text inside the box like name of an object and arguments) into another object. I also mentioned the weird 48k sample rate issue on a separate thread, but it seems like it should be on