[PD] Tags in pd-extended git repository.

2013-03-11 Thread Rafael Vega
out which commit to checkout if I want to have code that works just like the 0.43-4 release? (expect same bugs, if any, etc.) BTW, It would be very nice to have the tags in the pd-extended repo :) Thanks. -- Rafael Vega email.r...@gmail.com ___ Pd

Re: [PD] Tags in pd-extended git repository.

2013-03-11 Thread Rafael Vega
Hi, sorry for the noise. Looking at the git logs made this pretty obvious. The commit I was looking for is here: http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pd-extended.git;a=commitdiff;h=c1a5e1f63884d3780123a2265865ea4052bcb63d On Mon, Mar 11, 2013 at 8:52 AM, Rafael Vega

[PD] Git version control, diff and pd.

2013-04-17 Thread Rafael Vega
and gives you a .pd file full of conflict markers that confuse the pd file parser. Can anyone provide tips on how to diff two pd patches to find differences quickly so that conflicts can be fixed by hand without spending too much time trying to find differences? Thanks! -- Rafael Vega email.r

Re: [PD] Git version control, diff and pd.

2013-04-17 Thread Rafael Vega
are added. Hope that helps, Joe On 17 April 2013 15:54, Roman Haefeli reduz...@gmail.com wrote: On Wed, 2013-04-17 at 09:27 -0500, Rafael Vega wrote: Can anyone provide tips on how to diff two pd patches to find differences quickly so that conflicts can be fixed by hand without spending too

[PD] Puredata external for websocket communication.

2013-06-05 Thread Rafael Vega
it there in the next few days. Cheers. -- Rafael Vega email.r...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] (no subject)

2013-11-07 Thread Rafael Vega
has a default volume of 0 (unlike iOS which has default of 1.0 for volume) so would it be something like that? Thanks!!! Josh Did you send a dsp on message to your patch? -- Rafael Vega email.r...@gmail.com ___ Pd-list@iem.at mailing list

Re: [PD] (no subject)

2013-11-07 Thread Rafael Vega
:54 PM, Rafael Vega email.r...@gmail.com wrote: On Thursday, November 7, 2013, Joshan Mahmud wrote: Hi all Apologise for the novice question, but I'm trying to work purely with C++ libpd (OSX desktop) and have been working with samples/cppTest/cpptest.xcodeproj from https://github.com

Re: [PD] (no subject)

2013-11-07 Thread Rafael Vega
And yes, the iOS Test project does the audio I/O for you. On Thu, Nov 7, 2013 at 8:30 AM, Rafael Vega email.r...@gmail.com wrote: On Thu, Nov 7, 2013 at 8:23 AM, Joshan Mahmud joshan.mah...@gmail.comwrote: I believe so, I'm running this code: https://github.com/libpd/libpd/blob/master

Re: [PD] (no subject)

2013-11-08 Thread Rafael Vega
question is then, if I don't want to use Jack and just want to use something simple to tie up the dac of libpd to my default sound card - is there a simple way of doing that? Thanks Josh On Thu, Nov 7, 2013 at 1:31 PM, Rafael Vega email.r...@gmail.com wrote: And yes, the iOS Test project does

[PD] Receiving a compressed audio stream with PD.

2014-02-15 Thread Rafael Vega
audio format for something like this? Maybe someone can suggest a different, easier approach? Thanks! :) -- Rafael Vega email.r...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Receiving a compressed audio stream with PD.

2014-02-15 Thread Rafael Vega
, any ideas on how to buffer to disk? :) On Sat, Feb 15, 2014 at 11:51 AM, Rafael Vega email.r...@gmail.com wrote: Hi list :) I'm building a patch where I need to use 50 audio files. Each one is about 12:50 minutes, I encoded them as 16 bit, 44,1KHz, mono and in total they are taking about

Re: [PD] libpd separating gui from core

2014-02-26 Thread Rafael Vega
So to keep this from becoming yet another copy of a previous thread in the archive, here's the thing: someone has to step up and say, I am going to maintain 'core Pd'. That would mean listening to the needs of the community, reviewing patches, and _delegating_ responsibilities. Yes! I

Re: [PD] midi question

2014-03-12 Thread Rafael Vega
UNSUBSCRIBE and account-management - http://lists.puredata.info/ listinfo/pd-list ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list -- Rafael Vega email.r...@gmail.com

Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Rafael Vega
purposes, while the UDOO is more likely to scale to bigger installations. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list -- Rafael Vega email.r...@gmail.com

Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-19 Thread Rafael Vega
Thank you, Winfried!! :D + an iio-backend for Jack2 to use the internal AD's in jack for processing sensor data in PD ;-))) but tricky I'm quite interested in this. Will you make this available in your blog? + but with a trick: filtered 5V supply for the USB-card not the USB power

[PD] oggread~ not working on pd-extended or libpd on windows.

2014-04-04 Thread Rafael Vega
is that if I run pd vanilla, copy oggread~.dll from pd-extended into the extra directory, the ogg files are opened correctly. Any ideas on how to make this work? What kind of debug info can I provide? -- Rafael Vega email.r...@gmail.com ___ Pd-list@iem.at

Re: [PD] oggread~ not working on pd-extended or libpd on windows.

2014-04-04 Thread Rafael Vega
(Internal logic fault; indicates a bug or heap/stack corruption.); break; } if(ret 0) links: [1] http://xiph.org/vorbis/doc/vorbisfile/ov_open_callbacks.html [2] http://xiph.org/vorbis/doc/vorbisfile/ov_open.html On Fri, Apr 4, 2014 at 5:48 PM, Rafael Vega email.r

Re: [PD] oggread~ not working on pd-extended or libpd on windows.

2014-04-04 Thread Rafael Vega
:22 PM, Rafael Vega email.r...@gmail.com wrote: Follow up: Looking at the code for oggread~, I found that it does the actual opening of the file with if(ov_open(x-x_file, x-x_ov, NULL, -1) 0) on the ov_open documentation it warns windows programmers not to use ov_open

Re: [PD] oggread~ not working on pd-extended or libpd on windows.

2014-04-04 Thread Rafael Vega
Forgot to say: this fixes my issue, I can now open and play ogg files. On Fri, Apr 4, 2014 at 8:49 PM, Rafael Vega email.r...@gmail.com wrote: Even more stuff ;) In the same file, oggread~.c there is a line that reads: if((x-x_file = sys_fopen(filename-s_name, r)) 0) But it should

[PD] Which one is the correct repository to submit patches for externals code? (Was: oggread~ not working on pd-extended or libpd on windows.)

2014-04-05 Thread Rafael Vega
a windows one? Simon ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/ listinfo/pd-list -- Rafael Vega email.r...@gmail.com ___ Pd-list@iem.at mailing list

Re: [PD] [PD-dev] oggread~ not working on pd-extended or libpd on windows.

2014-04-05 Thread Rafael Vega
, Apr 04, 2014 at 11:21:37PM -0400, Martin Peach wrote: I think it's here: http://sourceforge.net/p/pure-data/patches/ Martin On 2014-04-04 21:49, Rafael Vega wrote: Even more stuff ;) In the same file, oggread~.c there is a line that reads: if((x-x_file = sys_fopen

Re: [PD] [PD-dev] oggread~ not working on pd-extended or libpd on windows.

2014-04-05 Thread Rafael Vega
, 2014 at 10:34 AM, Rafael Vega email.r...@gmail.com wrote: Hi Miller, On my windows machines (XP and 8.1), if I tried to open with mode 'r', the later call to ov_open would fail. If I change the mode to 'rb', the later call to ov_open works fine. I also read somewhere that the 'b' mode does

Re: [PD] [PD-dev] oggread~ not working on pd-extended or libpd on windows.

2014-04-05 Thread Rafael Vega
especially where file pointers are concerned. Sometimes externals will work on both versions but if the external opens its own files using Pd functions to find the path then it probably won't. Martin On 2014-04-05 11:36, Rafael Vega wrote: I also find it strange that using the external