Re: [PD] UDOO Quad and Generic Guitar to USB link issues

2014-04-08 Thread Brian Fay
noisy duplex audio any > more, I was only able to switch the output devices... > > @Brian: What type of software are you using for the signal processing with > the Raspberry Pi? I am very curious because I had first attempted to build > this project on a BeagleBone Black but

Re: [PD] UDOO Quad and Generic Guitar to USB link issues

2014-04-05 Thread Brian Fay
If you haven't tried it already, try increasing the latency in the audio settings (probably not the issue, but worth a shot). Maybe it's only having trouble with duplex audio (simultaneous input and output). Do you have both input and output enabled for your soundcard? Does it work if you only hav

Re: [PD] PD on Raspbian

2014-03-19 Thread Brian Fay
When I was using Raspbian, I could not get duplex (simultaneous input and output) audio unless if I set my samplerate to 32kHz. This seemed to be due to an issue listed here: https://github.com/raspberrypi/firmware/issues/197 Using the Satellite CCRMA distro, I've been able to set it to 44.1kHz wi

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

2014-03-13 Thread Brian Fay
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface. There's definitely a lot of quirkiness to getting it running... for example ALS

Re: [PD] Rewriting a unified phasor / metro object for reading tables

2014-03-06 Thread Brian Fay
On Tue, Mar 4, 2014 at 8:53 PM, Chris McCormick wrote: > > > Not sure if this is relevant or already common knowledge but newer > versions of Pd allow you to specify metro and delay tempo & units, > including in samples. e.g. [metro 500 1 samp]. > Does anybody know if sample-accurate [metros] ar

Re: [PD] Pos1 and End in keyboard editing

2014-02-14 Thread Brian Fay
It's been like that for as long as I can remember, and I hate it!!! I've just assumed it was some tcl/tk quirk that has kept it from being changed, but I really don't have a clue as I have no desire to learn tcl/tk... -Brian On Fri, Feb 14, 2014 at 4:43 PM, Peter P. wrote: > Dear list, > > th

Re: [PD] Multi-input USB audio into Raspberry Pi

2014-02-02 Thread Brian Fay
In case anyone looks at this thread, I'd better mention that it seems that using CCRMA's distribution fixes my audio problems with the Behringer UCG102. I had been using the standard "Raspbian" distro when I wrote my comment. I believe that distribution uses a different kernel than Satellite CCRMA

Re: [PD] Multi-input USB audio into Raspberry Pi

2014-01-23 Thread Brian Fay
I don't want to discourage you, but from my experience there's definitely some things to be wary of with the Raspberry Pi. For example, a lot of people have reported needing to use USB 2.0 devices in USB 1.1 mode. I don't know if this would necessarily hinder the functionality of the device, but it

Re: [PD] groove machine how to: keep metro and a loop in sync

2014-01-13 Thread Brian Fay
I'm not super-familiar with the guts of Pd's scheduling system, but I think that if one metro object outputs a bang to separate tabplay~ objects, both should start playing at exactly the same time. While using line~ or phasor~ can lead to more robust samplers (allowing you to adjust playback speed

Re: [PD] Cheap audio USB device with Raspberry PI -- works!

2013-11-23 Thread Brian Fay
It seems like whatever device you have, you need to fiddle around with it a lot before it works at all. Good luck, -Brian Fay ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] Radium 1.9.31 released for Linux

2013-10-10 Thread Brian Fay
This looks fascinating, but I'm having troubles getting it to build on Fedora (think I might just give up) I try just running build_linux.sh, and get the message "Packages not build. First run 'make packages' make: *** [dependencies_ok] Error 5 make: *** Waiting for unfinished jobs" So I tr

Re: [PD] Designing Audio Objects for Pd

2013-10-09 Thread Brian Fay
ropbox If you like > > > Patrick Pagano B.S,M.F.A > Asst. in Digital Art and Science > Digital Worlds Institute > University of Florida > (352) 294-2020 > > > On Oct 9, 2013, at 12:41 PM, "Brian Fay" wrote: > > Well I certainly don't think it'

Re: [PD] Designing Audio Objects for Pd

2013-10-09 Thread Brian Fay
ke to make an Aphrodite.pd_darwin :-) > > Patrick Pagano B.S,M.F.A > Asst. in Digital Art and Science > Digital Worlds Institute > University of Florida > (352) 294-2020 > > > On Oct 9, 2013, at 12:55 AM, "Brian Fay" wrote: > > I have a copy of the book che

Re: [PD] Designing Audio Objects for Pd

2013-10-08 Thread Brian Fay
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book. The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation

Re: [PD] tanh() or a compressor?

2013-09-30 Thread Brian Fay
Are you using a pop filter or windscreen or anything in front of the mic? Maybe that could help filter out some of the super-loud plosive and fricative sounds. Moving further away from the mic would definitely lower the volume, too (the SM58 is a cardioid mic, so it has proximity effect, where bas

Re: [PD] Benefits of using an external soundcard?

2013-08-09 Thread Brian Fay
Is there a specific type of microphone you will be using? I've seen some videos of Beardyman recently using some type of hands-free lavalier microphone. This and other condenser microphones require "Phantom Power," which is provided by many audio interfaces and mixers but generally not built in to

Re: [PD] libpd and Processing; handling externals

2013-08-05 Thread Brian Fay
e with Processing would be any more difficult than compiling for Android, though, which from my understanding only involves changing a flag or two in a makefile. -Brian Fay On Mon, Aug 5, 2013 at 11:19 AM, Dan Wilcox wrote: > It's not discussed as much because you have to rebuild libpd