Re: [PD] udoo board sound issues

2014-04-05 Thread Dan Wilcox
, 2014 at 11:09 AM, Dan Wilcox danomat...@gmail.com 
 wrote:
 FWIW: here's a picture of my UDOO setup inside my Mars space suit 
 backpack: http://www.flickr.com/photos/danomatika/13115604285/
 
 Media of the backpack in use 
 https://twitter.com/danomatika/status/433273394122207232/photo/1  
 https://vimeo.com/86670103 (not my video, I'll put out a different 
 edit soon)
 
 On Mar 12, 2014, at 10:28 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 I will do that later tonight when I boot the udoo and pull my run 
 scripts off of it. I'll post everything to GitHub so we can share 
 resources.
 
 On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com 
 wrote:
 
 
 Hi Dan,
 
 Thanks for sharing these notes. They arrived in my inbox to coincide 
 nicely with the delivery of my quad Udoo this morning! It would be 
 great to see a full writeup of your Udoo setup at some point as I 
 think many people will want to be doing a similar thing.
 
 All best,
 
 Jamie
 
 
 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:
 
 Heres a trim of my notes:
 
 Enable realtime audio priority (if you haven't done it already):
 
 sudo su -c 'echo @audio - rtprio 99  
 /etc/security/limits.conf'
 sudo su -c 'echo @audio - memlock 25  
 /etc/security/limits.conf'
 sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 
 I disable pulseaudio. Make sure pulseaudio does not respawn itself 
 (from 
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's 
 running on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm 
 using the following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the 
 first 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 
 (HDMI audio hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the 
 infos! i compiled pd from source as well. i start it from console 
 (with -rt) and it works without problems with the builtin sound 
 card. maybe the cheap card from dx.com just does not work 
 properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work 
 great. The dedicated USB controller makes these guys work as 
 compared to an RPI where I can't get full duplex without tons of 
 dropouts. I'm using a Linaro install which boots to the console 
 and runs the PD through scripting. The speed is great as 
 compared to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's 
 working great. It's not too bad, actually. I also built 
 Pd-vanilal from source which was pretty easy using ./configure + 
 make. I also have a script which fetches externals and 
 builds/installs the agains vanilla so I have the few externals I 
 need.
 
 As with my previous experience running Pd + embedded Ubuntu, I 
 get great performance with RT permissions, the -rt startup flag, 
 and ALSA. Jack is needless overheard unless you want to work 
 with other Jack-enabeld apps. Same with X windows, although my 
 setup was running great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  
 pd are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, 
 as I've been meaning to). Also, are based in the NE within 
 driving distance to Pittsburgh? We could do a patching 
 circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip 
 but should
 be able to do some tests when I get back, assuming nobody else 
 has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations 
 on a usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good 
 results (loads of xruns even with periods 3 and 1024 and up 
 frames in qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do

Re: [PD] udoo board sound issues

2014-03-24 Thread Simon Iten
 off of it. I'll post everything to GitHub so we can share resources.

 On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com
 wrote:


 Hi Dan,

 Thanks for sharing these notes. They arrived in my inbox to coincide
 nicely with the delivery of my quad Udoo this morning! It would be great to
 see a full writeup of your Udoo setup at some point as I think many people
 will want to be doing a similar thing.

 All best,

 Jamie


 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:

 Heres a trim of my notes:

 Enable realtime audio priority (if you haven't done it already):

 sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
   sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
   sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'

 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio
 ):

 echo autospawn=no  ~/.pulse/client.conf

 Also add the following to ~/.bash_login to kill pulse audio if it's
 running on login:

 # kill pulse audio if it was spawned
 pulseaudio -k

 I'm not looking at the udoo run script, but I'm pretty sure I'm using the
 following with the US-25EX USB soudcard:

 pd -rt -nogui -alsa -audiodev 5

 Use pd -listdev to get the device list from alsa. I chose 5 as the first
 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio
 hardware  plugin). 5 is the USB hardware alsa dev.

 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:

 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:

 hey dan,

 unfortunately i'm in switzerland :-)

 would be great if you could post your setup somewhere or send the infos!
 i compiled pd from source as well. i start it from console (with -rt) and
 it works without problems with the builtin sound card. maybe the cheap card
 from dx.com just does not work properly with udoo.
 but please post your setup.

 thanks

 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:

 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The
 dedicated USB controller makes these guys work as compared to an RPI where
 I can't get full duplex without tons of dropouts. I'm using a Linaro
 install which boots to the console and runs the PD through scripting. The
 speed is great as compared to my old wearable computer. 4 cores makes a
 difference.

 I had to recompile my kernel to add midi support, but that's working
 great. It's not too bad, actually. I also built Pd-vanilal from source
 which was pretty easy using ./configure + make. I also have a script which
 fetches externals and builds/installs the agains vanilla so I have the few
 externals I need.

 As with my previous experience running Pd + embedded Ubuntu, I get great
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is
 needless overheard unless you want to work with other Jack-enabeld apps.
 Same with X windows, although my setup was running great in X with pd +
 ALSA in testing.

 From your description, it sounds like your main issue is jack  pd are
 probably not running in realtime.

 I can sent you my install notes if you want (or put them online, as I've
 been meaning to). Also, are based in the NE within driving distance to
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D

 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:

 *From: *Miller Puckette m...@ucsd.edu
 *Subject: **Re: [PD] udoo board sound issues*
 *Date: *March 9, 2014 at 5:07:54 PM EDT
 *To: *Simon Iten itensi...@gmail.com
 *Cc: *PD list pd-list@iem.at


 H iSimon -

 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.

 cheers
 Miller

 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:

 hey list,

 does anybody that uses an udoo board have any recommendations on a
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads
 of xruns even with periods 3 and 1024 and up frames in qjackctl) this is on
 the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i
 thought maybe recompile the kernel with only usb-1 support since there is
 no option as on the pi to disable usb-2 via config, or am i missing
 something?
 is it better to use the usb-soundcard without jack (pd does not like the
 usb-soundcard either when i tried briefly)?

 the internal sound-input is to noisy for my application (guitar effect)

 cheers.
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 
 Dan Wilcox
 @danomatika
 danomatika.com

Re: [PD] udoo board sound issues

2014-03-24 Thread Simon Iten
://vimeo.com/86670103 (not my video, I'll put out a different edit
 soon)

 On Mar 12, 2014, at 10:28 AM, Dan Wilcox danomat...@gmail.com wrote:

 I will do that later tonight when I boot the udoo and pull my run
 scripts off of it. I'll post everything to GitHub so we can share resources.

 On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com
 wrote:


 Hi Dan,

 Thanks for sharing these notes. They arrived in my inbox to coincide
 nicely with the delivery of my quad Udoo this morning! It would be great to
 see a full writeup of your Udoo setup at some point as I think many people
 will want to be doing a similar thing.

 All best,

 Jamie


 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:

 Heres a trim of my notes:

 Enable realtime audio priority (if you haven't done it already):

 sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
   sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
   sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'

 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from

 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio
 ):

 echo autospawn=no  ~/.pulse/client.conf

 Also add the following to ~/.bash_login to kill pulse audio if it's
 running on login:

 # kill pulse audio if it was spawned
 pulseaudio -k

 I'm not looking at the udoo run script, but I'm pretty sure I'm using
 the following with the US-25EX USB soudcard:

 pd -rt -nogui -alsa -audiodev 5

 Use pd -listdev to get the device list from alsa. I chose 5 as the first
 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio
 hardware  plugin). 5 is the USB hardware alsa dev.

 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:

 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:

 hey dan,

 unfortunately i'm in switzerland :-)

 would be great if you could post your setup somewhere or send the infos!
 i compiled pd from source as well. i start it from console (with -rt) and
 it works without problems with the builtin sound card. maybe the cheap card
 from dx.com just does not work properly with udoo.
 but please post your setup.

 thanks

 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:

 I've tried my both Roland Edirol UA-25  UA-25EX and both work great.
 The dedicated USB controller makes these guys work as compared to an RPI
 where I can't get full duplex without tons of dropouts. I'm using a Linaro
 install which boots to the console and runs the PD through scripting. The
 speed is great as compared to my old wearable computer. 4 cores makes a
 difference.

 I had to recompile my kernel to add midi support, but that's working
 great. It's not too bad, actually. I also built Pd-vanilal from source
 which was pretty easy using ./configure + make. I also have a script which
 fetches externals and builds/installs the agains vanilla so I have the few
 externals I need.

 As with my previous experience running Pd + embedded Ubuntu, I get great
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is
 needless overheard unless you want to work with other Jack-enabeld apps.
 Same with X windows, although my setup was running great in X with pd +
 ALSA in testing.

 From your description, it sounds like your main issue is jack  pd are
 probably not running in realtime.

 I can sent you my install notes if you want (or put them online, as I've
 been meaning to). Also, are based in the NE within driving distance to
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D

 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:

 *From: *Miller Puckette m...@ucsd.edu
  *Subject: **Re: [PD] udoo board sound issues*
 *Date: *March 9, 2014 at 5:07:54 PM EDT
 *To: *Simon Iten itensi...@gmail.com
  *Cc: *PD list pd-list@iem.at


 H iSimon -

 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but
 should
 be able to do some tests when I get back, assuming nobody else has
 figured
 this out first.

 cheers
 Miller

 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:

 hey list,

 does anybody that uses an udoo board have any recommendations on a
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads
 of xruns even with periods 3 and 1024 and up frames in qjackctl) this is on
 the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i
 thought maybe recompile the kernel with only usb-1 support since there is
 no option as on the pi to disable usb-2 via config, or am i missing
 something?
 is it better to use the usb-soundcard without jack (pd does not like the
 usb-soundcard either when i tried briefly)?

 the internal sound-input is to noisy for my application (guitar effect)

 cheers

Re: [PD] udoo board sound issues

2014-03-16 Thread Simon Iten
well, i play a lot in an orchestra. (doublebass) and i can assure you it’s a 
problem you don’t get used to. (and that is not just me) sure you can adapt to 
the situation but it is not ideal. let a pipe organ player play with a 
conductor and orchestra and the fun begins :-) it works but it needs a lot of 
practice and constant forward-conducting” from the conductor. i also play a 
lot with an orchestra that focuses on film-music. basically the movie is going 
on a screen and we play the filmmusic live to it. the conductor (ludwig wicki) 
has a small screen with the movie and a click on his notestand, and it’s his 
job to get the orchestra in sync with the movie. he always has to conduct way 
before the click to even get close to the right spot. so you could say the 
latency is even worse for the conductor! also i yet have to find an orchestra 
that plays highly rhythmically fast stuff in sync :-) it’s just a different way 
of making music. my education is that of a jazz-bassplayer and i had to get 
into the orchestra “groove” (or the lack of it), before i could understand why 
they play so non-precise rhythms :-) but it is the only way to stay in sync 
with each-other and the orchestra.

try a symphonic orchestra with a rock-drummer :-) he will get crazy.

and to the latencies inherent in wooden instruments:

on the doublebass (which many consider as the wooden instrument with the 
largest latency) the situation is complex. as a player you feel the strings and 
you have immediate response when you bow or pluck them. so there is no latency 
for your body. the tone that you hear as a player by the instrument is also 
there very fast (mostly the attack) but the tone that people here in the 
audience comes in much later (mostly not the attack) and depends on frequency 
and volume and if the bass is plucked or bowed.

it’s a “problem” with digital instruments or effects when the body experience 
is non existant and you have to rely solely on your ears. imho this makes a 
huge difference.

cheers

simon

so i think we should try to make latencies as small as possible, since it helps 
a lot :-)
On 16 Mar 2014, at 02:36, Simon Wise simonzw...@gmail.com wrote:

 On 15/03/14 23:03, Dan Wilcox wrote:
 I guess I don't get that since I've been playing that relative latency for
 years. How is 10-15 ms not real time? It's not even really perceivable
 unless you're doing lots of high rate short attack  decay stuff. At least as
 far as I can tell. I must be slow. :D
 
 Then again, I might be wrong. I'll probably try the hard float Debian UDOO
 image next. That might give us some room.
 
 Musicians in orchestras have been playing with, dealing with, much longer 
 latencies for centuries. An orchestra cannot all be within a metre or so of 
 each other, they are 10s of metres apart, and that is on top of the different 
 set of differences in distance to the audience. In a pit in an opera or 
 ballet it gets much worse. Any modern PA adds substantial latencies to 
 achieve a good sound in the audience, and mostly use mics and foldback in 
 other kinds of performances, and make the musicians life easier by avoiding 
 the natural latency issues of an acoustic performance.
 
 Organ players have dealt with huge latencies for as long as there have been 
 big pipe organs. Percussionists using real instruments don't get the attack 
 from their instruments till well after they initiate the note by starting to 
 move their stick toward the cymbal.
 
 Wood and metal instruments all have considerable latencies, some much more 
 than others, it is all part of playing that particular instrument. Electric 
 guitar players rely on the latency between amp and pickup (this time only a 
 few milliseconds) for their sound.
 
 Any digital instrument also has latencies. Basically it is a matter of 
 playing the instrument you are using.
 
 
 Simon
 
 ___
 Pd-list@iem.at mailing list
 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


Re: [PD] udoo board sound issues

2014-03-16 Thread Alexandros Drymonitis
Also, for an electric guitar player, the difference between the latency you
get with an analog amp (not perceivable) and a computer with more than
10(?)ms latency, is very big. Maybe around 10ms would be ideal, but
haven't reached that (yet?), but would really love to.


On Sun, Mar 16, 2014 at 11:33 AM, Simon Iten itensi...@gmail.com wrote:

 well, i play a lot in an orchestra. (doublebass) and i can assure you it's
 a problem you don't get used to. (and that is not just me) sure you can
 adapt to the situation but it is not ideal. let a pipe organ player play
 with a conductor and orchestra and the fun begins :-) it works but it needs
 a lot of practice and constant forward-conducting from the conductor. i
 also play a lot with an orchestra that focuses on film-music. basically the
 movie is going on a screen and we play the filmmusic live to it. the
 conductor (ludwig wicki) has a small screen with the movie and a click on
 his notestand, and it's his job to get the orchestra in sync with the
 movie. he always has to conduct way before the click to even get close to
 the right spot. so you could say the latency is even worse for the
 conductor! also i yet have to find an orchestra that plays highly
 rhythmically fast stuff in sync :-) it's just a different way of making
 music. my education is that of a jazz-bassplayer and i had to get into the
 orchestra groove (or the lack of it), before i could understand why they
 play so non-precise rhythms :-) but it is the only way to stay in sync with
 each-other and the orchestra.

 try a symphonic orchestra with a rock-drummer :-) he will get crazy.

 and to the latencies inherent in wooden instruments:

 on the doublebass (which many consider as the wooden instrument with the
 largest latency) the situation is complex. as a player you feel the strings
 and you have immediate response when you bow or pluck them. so there is no
 latency for your body. the tone that you hear as a player by the instrument
 is also there very fast (mostly the attack) but the tone that people here
 in the audience comes in much later (mostly not the attack) and depends on
 frequency and volume and if the bass is plucked or bowed.

 it's a problem with digital instruments or effects when the body
 experience is non existant and you have to rely solely on your ears. imho
 this makes a huge difference.

 cheers

 simon

 so i think we should try to make latencies as small as possible, since it
 helps a lot :-)
 On 16 Mar 2014, at 02:36, Simon Wise simonzw...@gmail.com wrote:

  On 15/03/14 23:03, Dan Wilcox wrote:
  I guess I don't get that since I've been playing that relative latency
 for
  years. How is 10-15 ms not real time? It's not even really perceivable
  unless you're doing lots of high rate short attack  decay stuff. At
 least as
  far as I can tell. I must be slow. :D
 
  Then again, I might be wrong. I'll probably try the hard float Debian
 UDOO
  image next. That might give us some room.
 
  Musicians in orchestras have been playing with, dealing with, much
 longer latencies for centuries. An orchestra cannot all be within a metre
 or so of each other, they are 10s of metres apart, and that is on top of
 the different set of differences in distance to the audience. In a pit in
 an opera or ballet it gets much worse. Any modern PA adds substantial
 latencies to achieve a good sound in the audience, and mostly use mics and
 foldback in other kinds of performances, and make the musicians life easier
 by avoiding the natural latency issues of an acoustic performance.
 
  Organ players have dealt with huge latencies for as long as there have
 been big pipe organs. Percussionists using real instruments don't get the
 attack from their instruments till well after they initiate the note by
 starting to move their stick toward the cymbal.
 
  Wood and metal instruments all have considerable latencies, some much
 more than others, it is all part of playing that particular instrument.
 Electric guitar players rely on the latency between amp and pickup (this
 time only a few milliseconds) for their sound.
 
  Any digital instrument also has latencies. Basically it is a matter of
 playing the instrument you are using.
 
 
  Simon
 
  ___
  Pd-list@iem.at mailing list
  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

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-16 Thread Jonathan Wilkes

On 03/16/2014 05:33 AM, Simon Iten wrote:

[...]


Any digital instrument also has latencies. Basically it is a matter of playing 
the instrument you are using.


How are you measuring the latency?

-Jonathan




Simon

___
Pd-list@iem.at mailing list
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





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-16 Thread David Medine

BTW, not to overstate the obvious, but...

A good way to measure total latency is with an oscilloscope. Hook up one 
probe to the mic, the other probe to a wire coming out of an output on 
your device. Then make a patch that sends the sound straight through, eg:


[dac~]
|
[adc~]

If you stimulate the mic with an impulse of some sort, you should see a 
spike and then the same spike a few (or perhaps more than a few) ms 
later on the scope. You can be very exact about this by using the scope 
correctly.


For a bonus, subtract the latency on Pd (one of the settings in audio 
settings) from this to find out the latency of everything in your signal 
chain that is not due to Pd.

-David

On 03/16/2014 11:37 AM, Jonathan Wilkes wrote:

On 03/16/2014 05:33 AM, Simon Iten wrote:

[...]

Any digital instrument also has latencies. Basically it is a matter 
of playing the instrument you are using.


How are you measuring the latency?

-Jonathan




Simon

___
Pd-list@iem.at mailing list
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






___
Pd-list@iem.at mailing list
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


Re: [PD] udoo board sound issues

2014-03-16 Thread Simon Wise

Any digital instrument also has latencies. Basically it is a matter of
playing the instrument you are using.


How are you measuring the latency?


with a digital instrument, in this context, it has to be from the time the 
gesture is made that controls the effect, till the effect is heard by the 
listener, and separately till the effect is heard by the musician.


so the 15 or 20 ms of DSP processing latency is only one part of that... then 
add such things as input latency (say midi or the audio input circuitry, or the 
distance from source to microphone ...) output latency (say distance from the 
reproduced sound source to the ears).


then consider the response time involved in detecting the gestures, like in the 
recent thread here (or LAU?) talking about tracking following notes played on a 
guitar and using meta data based on that.


then consider the difference between judging the effect as heard by a listener 
compared to what is heard by the musician (re timing in this case, but generally 
these is a very substantially different sounds in any wood, flesh and metal 
instruments ... what a singer hears unless they are wearing headsets is very 
different indeed to what anyone else listening hears)


then consider the time between the start of a sound and its main attack, the 
time read as the timing of the note.


as pointed out earlier in the thread much western orchestral music is not 
tightly timed rhythmically, but there are many other very old musical traditions 
that are very percussive, with very intricate timings that deal with significant 
distances between players or with instruments like big gongs or bells that have 
huge latencies built in.


in very many circumstances, now and historically, 20 ms here or there is tiny, 
as long as it is consistent ... jitter (generally) is unplayable.


in the particular circumstance of a musician whose experience is limited to 
playing with headsets or close monitors getting fed a mix of the final sound 
sent to the listener ... most of those normal latencies have been bypassed and 
the digital world has made that kind of performance much, much easier for modern 
musicians (those playing with that kind of technological assistance) ... then 15 
ms can become very significant ... best for them to avoid big gongs, plus any 
digital effect that requires taking latency into account when playing.



Simon

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-15 Thread Simon Iten
 card from dx.com just does not work properly with 
 udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work 
 great. The dedicated USB controller makes these guys work as 
 compared to an RPI where I can't get full duplex without tons of 
 dropouts. I'm using a Linaro install which boots to the console and 
 runs the PD through scripting. The speed is great as compared to my 
 old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's working 
 great. It's not too bad, actually. I also built Pd-vanilal from 
 source which was pretty easy using ./configure + make. I also have a 
 script which fetches externals and builds/installs the agains 
 vanilla so I have the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get 
 great performance with RT permissions, the -rt startup flag, and 
 ALSA. Jack is needless overheard unless you want to work with other 
 Jack-enabeld apps. Same with X windows, although my setup was 
 running great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd 
 are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as 
 I've been meaning to). Also, are based in the NE within driving 
 distance to Pittsburgh? We could do a patching circle/UDOO setup 
 afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip but 
 should
 be able to do some tests when I get back, assuming nobody else has 
 figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? 
 i thought maybe recompile the kernel with only usb-1 support since 
 there is no option as on the pi to disable usb-2 via config, or am 
 i missing something?
 is it better to use the usb-soundcard without jack (pd does not 
 like the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 -- 
 Richie
 
 www.glitchpop.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-15 Thread Dan Wilcox
 -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the 
 first 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 
 (HDMI audio hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the 
 infos! i compiled pd from source as well. i start it from console 
 (with -rt) and it works without problems with the builtin sound 
 card. maybe the cheap card from dx.com just does not work properly 
 with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work 
 great. The dedicated USB controller makes these guys work as 
 compared to an RPI where I can't get full duplex without tons of 
 dropouts. I'm using a Linaro install which boots to the console 
 and runs the PD through scripting. The speed is great as compared 
 to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's 
 working great. It's not too bad, actually. I also built Pd-vanilal 
 from source which was pretty easy using ./configure + make. I also 
 have a script which fetches externals and builds/installs the 
 agains vanilla so I have the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get 
 great performance with RT permissions, the -rt startup flag, and 
 ALSA. Jack is needless overheard unless you want to work with 
 other Jack-enabeld apps. Same with X windows, although my setup 
 was running great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd 
 are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, 
 as I've been meaning to). Also, are based in the NE within driving 
 distance to Pittsburgh? We could do a patching circle/UDOO setup 
 afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip 
 but should
 be able to do some tests when I get back, assuming nobody else 
 has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on 
 a usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound 
 capabilities? i thought maybe recompile the kernel with only 
 usb-1 support since there is no option as on the pi to disable 
 usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not 
 like the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 -- 
 Richie
 
 www.glitchpop.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-15 Thread Dan Wilcox
 list from alsa. I chose 5 as the 
 first 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 
 (HDMI audio hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the 
 infos! i compiled pd from source as well. i start it from console 
 (with -rt) and it works without problems with the builtin sound 
 card. maybe the cheap card from dx.com just does not work properly 
 with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work 
 great. The dedicated USB controller makes these guys work as 
 compared to an RPI where I can't get full duplex without tons of 
 dropouts. I'm using a Linaro install which boots to the console 
 and runs the PD through scripting. The speed is great as compared 
 to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's 
 working great. It's not too bad, actually. I also built Pd-vanilal 
 from source which was pretty easy using ./configure + make. I also 
 have a script which fetches externals and builds/installs the 
 agains vanilla so I have the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get 
 great performance with RT permissions, the -rt startup flag, and 
 ALSA. Jack is needless overheard unless you want to work with 
 other Jack-enabeld apps. Same with X windows, although my setup 
 was running great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd 
 are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, 
 as I've been meaning to). Also, are based in the NE within driving 
 distance to Pittsburgh? We could do a patching circle/UDOO setup 
 afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip 
 but should
 be able to do some tests when I get back, assuming nobody else 
 has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on 
 a usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound 
 capabilities? i thought maybe recompile the kernel with only 
 usb-1 support since there is no option as on the pi to disable 
 usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not 
 like the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 -- 
 Richie
 
 www.glitchpop.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-15 Thread Charles Goyard
Dan Wilcox wrote:
 Check this page: 
 http://www.michalkaszczyszyn.com/en/tutorials/latency.html#acceptable
 
 I was wrong, the guitar to amp latency at 1 meter away is roughly 3 ms.

No, it's the amp to ear, related to speed of sound in atmosphere
(around 300m/s).

The electric signal in your guitar cable goes way faster.


In modern sound gear (such as the Yamaha 01V sound board), you can
volontarily add latency to outputs, so that the audience receives the
sound waves from distant loudspeakers at the same time. This comes handy
when the subwoofers are under the seats of the audience (2 meters away
from audience), and the others loudspeakers are farther away.


 Sorry for being unscientific about it.

Who cares that the figures does not back you, if you feel good and it
sounds greats :) ?

Cheers,

-- 
Charles

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-15 Thread Simon Iten
/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's 
 running on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm using 
 the following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the 
 first 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 
 (HDMI audio hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the 
 infos! i compiled pd from source as well. i start it from console 
 (with -rt) and it works without problems with the builtin sound 
 card. maybe the cheap card from dx.com just does not work properly 
 with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work 
 great. The dedicated USB controller makes these guys work as 
 compared to an RPI where I can't get full duplex without tons of 
 dropouts. I'm using a Linaro install which boots to the console 
 and runs the PD through scripting. The speed is great as compared 
 to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's 
 working great. It's not too bad, actually. I also built Pd-vanilal 
 from source which was pretty easy using ./configure + make. I also 
 have a script which fetches externals and builds/installs the 
 agains vanilla so I have the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get 
 great performance with RT permissions, the -rt startup flag, and 
 ALSA. Jack is needless overheard unless you want to work with 
 other Jack-enabeld apps. Same with X windows, although my setup 
 was running great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd 
 are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, 
 as I've been meaning to). Also, are based in the NE within driving 
 distance to Pittsburgh? We could do a patching circle/UDOO setup 
 afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip 
 but should
 be able to do some tests when I get back, assuming nobody else 
 has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on 
 a usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound 
 capabilities? i thought maybe recompile the kernel with only 
 usb-1 support since there is no option as on the pi to disable 
 usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not 
 like the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 -- 
 Richie
 
 www.glitchpop.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd

Re: [PD] udoo board sound issues

2014-03-15 Thread Dan Wilcox
'
  sudo su -c 'echo @audio - memlock 25  
 /etc/security/limits.conf'
  sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 
 I disable pulseaudio. Make sure pulseaudio does not respawn itself 
 (from 
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's 
 running on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm 
 using the following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the 
 first 4 (from memory) are 1-2 (built in hardware  plugin)  2-3 
 (HDMI audio hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the 
 infos! i compiled pd from source as well. i start it from console 
 (with -rt) and it works without problems with the builtin sound 
 card. maybe the cheap card from dx.com just does not work properly 
 with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work 
 great. The dedicated USB controller makes these guys work as 
 compared to an RPI where I can't get full duplex without tons of 
 dropouts. I'm using a Linaro install which boots to the console 
 and runs the PD through scripting. The speed is great as compared 
 to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's 
 working great. It's not too bad, actually. I also built 
 Pd-vanilal from source which was pretty easy using ./configure + 
 make. I also have a script which fetches externals and 
 builds/installs the agains vanilla so I have the few externals I 
 need.
 
 As with my previous experience running Pd + embedded Ubuntu, I 
 get great performance with RT permissions, the -rt startup flag, 
 and ALSA. Jack is needless overheard unless you want to work with 
 other Jack-enabeld apps. Same with X windows, although my setup 
 was running great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  
 pd are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, 
 as I've been meaning to). Also, are based in the NE within 
 driving distance to Pittsburgh? We could do a patching 
 circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip 
 but should
 be able to do some tests when I get back, assuming nobody else 
 has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations 
 on a usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good 
 results (loads of xruns even with periods 3 and 1024 and up 
 frames in qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound 
 capabilities? i thought maybe recompile the kernel with only 
 usb-1 support since there is no option as on the pi to disable 
 usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not 
 like the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

Re: [PD] udoo board sound issues

2014-03-15 Thread Simon Wise

On 15/03/14 23:03, Dan Wilcox wrote:

I guess I don't get that since I've been playing that relative latency for
years. How is 10-15 ms not real time? It's not even really perceivable
unless you're doing lots of high rate short attack  decay stuff. At least as
far as I can tell. I must be slow. :D

Then again, I might be wrong. I'll probably try the hard float Debian UDOO
image next. That might give us some room.


Musicians in orchestras have been playing with, dealing with, much longer 
latencies for centuries. An orchestra cannot all be within a metre or so of each 
other, they are 10s of metres apart, and that is on top of the different set of 
differences in distance to the audience. In a pit in an opera or ballet it gets 
much worse. Any modern PA adds substantial latencies to achieve a good sound in 
the audience, and mostly use mics and foldback in other kinds of performances, 
and make the musicians life easier by avoiding the natural latency issues of an 
acoustic performance.


Organ players have dealt with huge latencies for as long as there have been big 
pipe organs. Percussionists using real instruments don't get the attack from 
their instruments till well after they initiate the note by starting to move 
their stick toward the cymbal.


Wood and metal instruments all have considerable latencies, some much more than 
others, it is all part of playing that particular instrument. Electric guitar 
players rely on the latency between amp and pickup (this time only a few 
milliseconds) for their sound.


Any digital instrument also has latencies. Basically it is a matter of playing 
the instrument you are using.



Simon

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-14 Thread Simon Iten
...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip but 
 should
 be able to do some tests when I get back, assuming nobody else has 
 figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1 support since 
 there is no option as on the pi to disable usb-2 via config, or am i 
 missing something?
 is it better to use the usb-soundcard without jack (pd does not like 
 the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 -- 
 Richie
 
 www.glitchpop.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 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


Re: [PD] udoo board sound issues

2014-03-14 Thread Dan Wilcox
 overheard unless you want to work with other 
 Jack-enabeld apps. Same with X windows, although my setup was running 
 great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd 
 are probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as 
 I've been meaning to). Also, are based in the NE within driving 
 distance to Pittsburgh? We could do a patching circle/UDOO setup 
 afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip but 
 should
 be able to do some tests when I get back, assuming nobody else has 
 figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1 support since 
 there is no option as on the pi to disable usb-2 via config, or am 
 i missing something?
 is it better to use the usb-soundcard without jack (pd does not 
 like the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar 
 effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 -- 
 Richie
 
 www.glitchpop.com
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-12 Thread Jamie Bullock

Hi Dan,

Thanks for sharing these notes. They arrived in my inbox to coincide nicely 
with the delivery of my quad Udoo this morning! It would be great to see a full 
writeup of your Udoo setup at some point as I think many people will want to be 
doing a similar thing.

All best,

Jamie


On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:

 Heres a trim of my notes:
 
 Enable realtime audio priority (if you haven't done it already):
 
   sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
   sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
   sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 
 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from 
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's running 
 on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm using the 
 following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the first 4 
 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio hardware 
  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the infos! i 
 compiled pd from source as well. i start it from console (with -rt) and it 
 works without problems with the builtin sound card. maybe the cheap card 
 from dx.com just does not work properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The 
 dedicated USB controller makes these guys work as compared to an RPI where 
 I can't get full duplex without tons of dropouts. I'm using a Linaro 
 install which boots to the console and runs the PD through scripting. The 
 speed is great as compared to my old wearable computer. 4 cores makes a 
 difference.
 
 I had to recompile my kernel to add midi support, but that's working 
 great. It's not too bad, actually. I also built Pd-vanilal from source 
 which was pretty easy using ./configure + make. I also have a script which 
 fetches externals and builds/installs the agains vanilla so I have the few 
 externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get great 
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
 needless overheard unless you want to work with other Jack-enabeld apps. 
 Same with X windows, although my setup was running great in X with pd + 
 ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as I've 
 been meaning to). Also, are based in the NE within driving distance to 
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads 
 of xruns even with periods 3 and 1024 and up frames in qjackctl) this is 
 on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1 support since there 
 is no option as on the pi to disable usb-2 via config, or am i missing 
 something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com

Re: [PD] udoo board sound issues

2014-03-12 Thread Dan Wilcox
I will do that later tonight when I boot the udoo and pull my run scripts off 
of it. I'll post everything to GitHub so we can share resources.

On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com wrote:

 
 Hi Dan,
 
 Thanks for sharing these notes. They arrived in my inbox to coincide nicely 
 with the delivery of my quad Udoo this morning! It would be great to see a 
 full writeup of your Udoo setup at some point as I think many people will 
 want to be doing a similar thing.
 
 All best,
 
 Jamie
 
 
 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:
 
 Heres a trim of my notes:
 
 Enable realtime audio priority (if you haven't done it already):
 
  sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
  sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
  sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 
 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from 
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's running 
 on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm using the 
 following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the first 4 
 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio 
 hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the infos! i 
 compiled pd from source as well. i start it from console (with -rt) and it 
 works without problems with the builtin sound card. maybe the cheap card 
 from dx.com just does not work properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The 
 dedicated USB controller makes these guys work as compared to an RPI 
 where I can't get full duplex without tons of dropouts. I'm using a 
 Linaro install which boots to the console and runs the PD through 
 scripting. The speed is great as compared to my old wearable computer. 4 
 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's working 
 great. It's not too bad, actually. I also built Pd-vanilal from source 
 which was pretty easy using ./configure + make. I also have a script 
 which fetches externals and builds/installs the agains vanilla so I have 
 the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get great 
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
 needless overheard unless you want to work with other Jack-enabeld apps. 
 Same with X windows, although my setup was running great in X with pd + 
 ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as I've 
 been meaning to). Also, are based in the NE within driving distance to 
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but 
 should
 be able to do some tests when I get back, assuming nobody else has 
 figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads 
 of xruns even with periods 3 and 1024 and up frames in qjackctl) this 
 is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1 support since there 
 is no option as on the pi to disable usb-2 via config, or am i missing 
 something?
 is it better to use the usb-soundcard without jack (pd does not like 
 the usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at

Re: [PD] udoo board sound issues

2014-03-12 Thread Dan Wilcox
FWIW: here's a picture of my UDOO setup inside my Mars space suit backpack: 
http://www.flickr.com/photos/danomatika/13115604285/

Media of the backpack in use 
https://twitter.com/danomatika/status/433273394122207232/photo/1  
https://vimeo.com/86670103 (not my video, I'll put out a different edit soon)

On Mar 12, 2014, at 10:28 AM, Dan Wilcox danomat...@gmail.com wrote:

 I will do that later tonight when I boot the udoo and pull my run scripts off 
 of it. I'll post everything to GitHub so we can share resources.
 
 On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com wrote:
 
 
 Hi Dan,
 
 Thanks for sharing these notes. They arrived in my inbox to coincide nicely 
 with the delivery of my quad Udoo this morning! It would be great to see a 
 full writeup of your Udoo setup at some point as I think many people will 
 want to be doing a similar thing.
 
 All best,
 
 Jamie
 
 
 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:
 
 Heres a trim of my notes:
 
 Enable realtime audio priority (if you haven't done it already):
 
 sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
 sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
 sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 
 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from 
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's running 
 on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm using the 
 following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the first 4 
 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio 
 hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the infos! 
 i compiled pd from source as well. i start it from console (with -rt) and 
 it works without problems with the builtin sound card. maybe the cheap 
 card from dx.com just does not work properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. 
 The dedicated USB controller makes these guys work as compared to an RPI 
 where I can't get full duplex without tons of dropouts. I'm using a 
 Linaro install which boots to the console and runs the PD through 
 scripting. The speed is great as compared to my old wearable computer. 4 
 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's working 
 great. It's not too bad, actually. I also built Pd-vanilal from source 
 which was pretty easy using ./configure + make. I also have a script 
 which fetches externals and builds/installs the agains vanilla so I have 
 the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get great 
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
 needless overheard unless you want to work with other Jack-enabeld apps. 
 Same with X windows, although my setup was running great in X with pd + 
 ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as I've 
 been meaning to). Also, are based in the NE within driving distance to 
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but 
 should
 be able to do some tests when I get back, assuming nobody else has 
 figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results 
 (loads of xruns even with periods 3 and 1024 and up frames in 
 qjackctl) this is on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1

Re: [PD] udoo board sound issues

2014-03-12 Thread Richie Cyngler
Also interested in the UDOO setup instructions so thank you. A bit OT but,
Dan, love your work (that onward to mars patch is awesome) thanks for the
links. I think people should post more of this sort of thing to the list,
celebrate what we make. =)


On Thu, Mar 13, 2014 at 11:09 AM, Dan Wilcox danomat...@gmail.com wrote:

 FWIW: here's a picture of my UDOO setup inside my Mars space suit
 backpack: http://www.flickr.com/photos/danomatika/13115604285/

 Media of the backpack in use
 https://twitter.com/danomatika/status/433273394122207232/photo/1 
 https://vimeo.com/86670103 (not my video, I'll put out a different edit
 soon)

 On Mar 12, 2014, at 10:28 AM, Dan Wilcox danomat...@gmail.com wrote:

 I will do that later tonight when I boot the udoo and pull my run scripts
 off of it. I'll post everything to GitHub so we can share resources.

 On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com wrote:


 Hi Dan,

 Thanks for sharing these notes. They arrived in my inbox to coincide
 nicely with the delivery of my quad Udoo this morning! It would be great to
 see a full writeup of your Udoo setup at some point as I think many people
 will want to be doing a similar thing.

 All best,

 Jamie


 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:

 Heres a trim of my notes:

 Enable realtime audio priority (if you haven't done it already):

 sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
   sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
   sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'

 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio
 ):

 echo autospawn=no  ~/.pulse/client.conf

 Also add the following to ~/.bash_login to kill pulse audio if it's
 running on login:

 # kill pulse audio if it was spawned
 pulseaudio -k

 I'm not looking at the udoo run script, but I'm pretty sure I'm using the
 following with the US-25EX USB soudcard:

 pd -rt -nogui -alsa -audiodev 5

 Use pd -listdev to get the device list from alsa. I chose 5 as the first 4
 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio
 hardware  plugin). 5 is the USB hardware alsa dev.

 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:

 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:

 hey dan,

 unfortunately i'm in switzerland :-)

 would be great if you could post your setup somewhere or send the infos! i
 compiled pd from source as well. i start it from console (with -rt) and it
 works without problems with the builtin sound card. maybe the cheap card
 from dx.com just does not work properly with udoo.
 but please post your setup.

 thanks

 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:

 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The
 dedicated USB controller makes these guys work as compared to an RPI where
 I can't get full duplex without tons of dropouts. I'm using a Linaro
 install which boots to the console and runs the PD through scripting. The
 speed is great as compared to my old wearable computer. 4 cores makes a
 difference.

 I had to recompile my kernel to add midi support, but that's working
 great. It's not too bad, actually. I also built Pd-vanilal from source
 which was pretty easy using ./configure + make. I also have a script which
 fetches externals and builds/installs the agains vanilla so I have the few
 externals I need.

 As with my previous experience running Pd + embedded Ubuntu, I get great
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is
 needless overheard unless you want to work with other Jack-enabeld apps.
 Same with X windows, although my setup was running great in X with pd +
 ALSA in testing.

 From your description, it sounds like your main issue is jack  pd are
 probably not running in realtime.

 I can sent you my install notes if you want (or put them online, as I've
 been meaning to). Also, are based in the NE within driving distance to
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D

 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:

 *From: *Miller Puckette m...@ucsd.edu
 *Subject: **Re: [PD] udoo board sound issues*
 *Date: *March 9, 2014 at 5:07:54 PM EDT
 *To: *Simon Iten itensi...@gmail.com
 *Cc: *PD list pd-list@iem.at


 H iSimon -

 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.

 cheers
 Miller

 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:

 hey list,

 does anybody that uses an udoo board have any recommendations on a
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could

Re: [PD] udoo board sound issues

2014-03-12 Thread Dan Wilcox
Thanks. I was just waiting to redo my website, edit the video, put the pics 
together, etc etc but life and freelance work get in the way. Man, I could use 
a clone right about now :P
 
On Mar 13, 2014, at 12:19 AM, Richie Cyngler glitch...@gmail.com wrote:

 Also interested in the UDOO setup instructions so thank you. A bit OT but, 
 Dan, love your work (that onward to mars patch is awesome) thanks for the 
 links. I think people should post more of this sort of thing to the list, 
 celebrate what we make. =)
 
 
 On Thu, Mar 13, 2014 at 11:09 AM, Dan Wilcox danomat...@gmail.com wrote:
 FWIW: here's a picture of my UDOO setup inside my Mars space suit backpack: 
 http://www.flickr.com/photos/danomatika/13115604285/
 
 Media of the backpack in use 
 https://twitter.com/danomatika/status/433273394122207232/photo/1  
 https://vimeo.com/86670103 (not my video, I'll put out a different edit soon)
 
 On Mar 12, 2014, at 10:28 AM, Dan Wilcox danomat...@gmail.com wrote:
 
 I will do that later tonight when I boot the udoo and pull my run scripts 
 off of it. I'll post everything to GitHub so we can share resources.
 
 On Mar 12, 2014, at 5:44 AM, Jamie Bullock ja...@jamiebullock.com wrote:
 
 
 Hi Dan,
 
 Thanks for sharing these notes. They arrived in my inbox to coincide nicely 
 with the delivery of my quad Udoo this morning! It would be great to see a 
 full writeup of your Udoo setup at some point as I think many people will 
 want to be doing a similar thing.
 
 All best,
 
 Jamie
 
 
 On 11 Mar 2014, at 14:14, Dan Wilcox danomat...@gmail.com wrote:
 
 Heres a trim of my notes:
 
 Enable realtime audio priority (if you haven't done it already):
 
sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 
 I disable pulseaudio. Make sure pulseaudio does not respawn itself (from 
 http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):
 
 echo autospawn=no  ~/.pulse/client.conf
 
 Also add the following to ~/.bash_login to kill pulse audio if it's 
 running on login:
 
 # kill pulse audio if it was spawned
 pulseaudio -k
 
 I'm not looking at the udoo run script, but I'm pretty sure I'm using the 
 following with the US-25EX USB soudcard:
 
 pd -rt -nogui -alsa -audiodev 5
 
 Use pd -listdev to get the device list from alsa. I chose 5 as the first 4 
 (from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio 
 hardware  plugin). 5 is the USB hardware alsa dev.
 
 On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:
 
 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the infos! 
 i compiled pd from source as well. i start it from console (with -rt) 
 and it works without problems with the builtin sound card. maybe the 
 cheap card from dx.com just does not work properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. 
 The dedicated USB controller makes these guys work as compared to an 
 RPI where I can't get full duplex without tons of dropouts. I'm using a 
 Linaro install which boots to the console and runs the PD through 
 scripting. The speed is great as compared to my old wearable computer. 
 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's working 
 great. It's not too bad, actually. I also built Pd-vanilal from source 
 which was pretty easy using ./configure + make. I also have a script 
 which fetches externals and builds/installs the agains vanilla so I 
 have the few externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get 
 great performance with RT permissions, the -rt startup flag, and ALSA. 
 Jack is needless overheard unless you want to work with other 
 Jack-enabeld apps. Same with X windows, although my setup was running 
 great in X with pd + ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as 
 I've been meaning to). Also, are based in the NE within driving 
 distance to Pittsburgh? We could do a patching circle/UDOO setup 
 afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB 
 interfaces
 around here that I can try.  I'm about to go on an intense trip but 
 should

Re: [PD] udoo board sound issues

2014-03-11 Thread Simon Iten
hey dan,

unfortunately i’m in switzerland :-)

would be great if you could post your setup somewhere or send the infos! i 
compiled pd from source as well. i start it from console (with -rt) and it 
works without problems with the builtin sound card. maybe the cheap card from 
dx.com just does not work properly with udoo.
but please post your setup.

thanks

On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:

 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The 
 dedicated USB controller makes these guys work as compared to an RPI where I 
 can't get full duplex without tons of dropouts. I'm using a Linaro install 
 which boots to the console and runs the PD through scripting. The speed is 
 great as compared to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's working great. 
 It's not too bad, actually. I also built Pd-vanilal from source which was 
 pretty easy using ./configure + make. I also have a script which fetches 
 externals and builds/installs the agains vanilla so I have the few externals 
 I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get great 
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
 needless overheard unless you want to work with other Jack-enabeld apps. Same 
 with X windows, although my setup was running great in X with pd + ALSA in 
 testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as I've been 
 meaning to). Also, are based in the NE within driving distance to Pittsburgh? 
 We could do a patching circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads of 
 xruns even with periods 3 and 1024 and up frames in qjackctl) this is on 
 the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i thought 
 maybe recompile the kernel with only usb-1 support since there is no option 
 as on the pi to disable usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-11 Thread Simon Iten
without jack i should add...
On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:

 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the infos! i 
 compiled pd from source as well. i start it from console (with -rt) and it 
 works without problems with the builtin sound card. maybe the cheap card from 
 dx.com just does not work properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The 
 dedicated USB controller makes these guys work as compared to an RPI where I 
 can't get full duplex without tons of dropouts. I'm using a Linaro install 
 which boots to the console and runs the PD through scripting. The speed is 
 great as compared to my old wearable computer. 4 cores makes a difference.
 
 I had to recompile my kernel to add midi support, but that's working great. 
 It's not too bad, actually. I also built Pd-vanilal from source which was 
 pretty easy using ./configure + make. I also have a script which fetches 
 externals and builds/installs the agains vanilla so I have the few externals 
 I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get great 
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
 needless overheard unless you want to work with other Jack-enabeld apps. 
 Same with X windows, although my setup was running great in X with pd + ALSA 
 in testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as I've 
 been meaning to). Also, are based in the NE within driving distance to 
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads of 
 xruns even with periods 3 and 1024 and up frames in qjackctl) this is on 
 the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1 support since there is 
 no option as on the pi to disable usb-2 via config, or am i missing 
 something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-11 Thread Dan Wilcox
Heres a trim of my notes:

Enable realtime audio priority (if you haven't done it already):

sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
sudo su -c 'echo @audio - memlock 25  /etc/security/limits.conf'
sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'

I disable pulseaudio. Make sure pulseaudio does not respawn itself (from 
http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio):

echo autospawn=no  ~/.pulse/client.conf

Also add the following to ~/.bash_login to kill pulse audio if it's running on 
login:

# kill pulse audio if it was spawned
pulseaudio -k

I'm not looking at the udoo run script, but I'm pretty sure I'm using the 
following with the US-25EX USB soudcard:

pd -rt -nogui -alsa -audiodev 5

Use pd -listdev to get the device list from alsa. I chose 5 as the first 4 
(from memory) are 1-2 (built in hardware  plugin)  2-3 (HDMI audio hardware  
plugin). 5 is the USB hardware alsa dev.

On Mar 11, 2014, at 4:05 AM, Simon Iten itensi...@gmail.com wrote:

 without jack i should add...
 On 11 Mar 2014, at 08:55, Simon Iten itensi...@gmail.com wrote:
 
 hey dan,
 
 unfortunately i’m in switzerland :-)
 
 would be great if you could post your setup somewhere or send the infos! i 
 compiled pd from source as well. i start it from console (with -rt) and it 
 works without problems with the builtin sound card. maybe the cheap card 
 from dx.com just does not work properly with udoo.
 but please post your setup.
 
 thanks
 
 On 09 Mar 2014, at 22:26, Dan Wilcox danomat...@gmail.com wrote:
 
 I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The 
 dedicated USB controller makes these guys work as compared to an RPI where 
 I can't get full duplex without tons of dropouts. I'm using a Linaro 
 install which boots to the console and runs the PD through scripting. The 
 speed is great as compared to my old wearable computer. 4 cores makes a 
 difference.
 
 I had to recompile my kernel to add midi support, but that's working great. 
 It's not too bad, actually. I also built Pd-vanilal from source which was 
 pretty easy using ./configure + make. I also have a script which fetches 
 externals and builds/installs the agains vanilla so I have the few 
 externals I need.
 
 As with my previous experience running Pd + embedded Ubuntu, I get great 
 performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
 needless overheard unless you want to work with other Jack-enabeld apps. 
 Same with X windows, although my setup was running great in X with pd + 
 ALSA in testing.
 
 From your description, it sounds like your main issue is jack  pd are 
 probably not running in realtime.
 
 I can sent you my install notes if you want (or put them online, as I've 
 been meaning to). Also, are based in the NE within driving distance to 
 Pittsburgh? We could do a patching circle/UDOO setup afternoon :D
 
 On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:
 
 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads 
 of xruns even with periods 3 and 1024 and up frames in qjackctl) this is 
 on the ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i 
 thought maybe recompile the kernel with only usb-1 support since there is 
 no option as on the pi to disable usb-2 via config, or am i missing 
 something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] udoo board sound issues

2014-03-09 Thread Simon Iten
hey list,

does anybody that uses an udoo board have any recommendations on a 
usb-soundcard? should be very compact.
i tried a cheap one from dx and i could not get any good results (loads of 
xruns even with periods 3 and 1024 and up frames in qjackctl) this is on the 
ubuntu version from udoo.
are there some tweaks i can do to improve usb-sound capabilities? i thought 
maybe recompile the kernel with only usb-1 support since there is no option as 
on the pi to disable usb-2 via config, or am i missing something?
is it better to use the usb-soundcard without jack (pd does not like the 
usb-soundcard either when i tried briefly)?

the internal sound-input is to noisy for my application (guitar effect)

cheers. 
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udoo board sound issues

2014-03-09 Thread Miller Puckette
H iSimon -

I haven't tried any but the built-in yet but I have a few USB interfaces
around here that I can try.  I'm about to go on an intense trip but should
be able to do some tests when I get back, assuming nobody else has figured
this out first.

cheers
Miller

On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads of 
 xruns even with periods 3 and 1024 and up frames in qjackctl) this is on the 
 ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i thought 
 maybe recompile the kernel with only usb-1 support since there is no option 
 as on the pi to disable usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 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


Re: [PD] udoo board sound issues

2014-03-09 Thread Simon Iten
hi miller

fantastic, thanks
On 09 Mar 2014, at 22:07, Miller Puckette m...@ucsd.edu wrote:

 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads of 
 xruns even with periods 3 and 1024 and up frames in qjackctl) this is on the 
 ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i thought 
 maybe recompile the kernel with only usb-1 support since there is no option 
 as on the pi to disable usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 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


Re: [PD] udoo board sound issues

2014-03-09 Thread Dan Wilcox
I've tried my both Roland Edirol UA-25  UA-25EX and both work great. The 
dedicated USB controller makes these guys work as compared to an RPI where I 
can't get full duplex without tons of dropouts. I'm using a Linaro install 
which boots to the console and runs the PD through scripting. The speed is 
great as compared to my old wearable computer. 4 cores makes a difference.

I had to recompile my kernel to add midi support, but that's working great. 
It's not too bad, actually. I also built Pd-vanilal from source which was 
pretty easy using ./configure + make. I also have a script which fetches 
externals and builds/installs the agains vanilla so I have the few externals I 
need.

As with my previous experience running Pd + embedded Ubuntu, I get great 
performance with RT permissions, the -rt startup flag, and ALSA. Jack is 
needless overheard unless you want to work with other Jack-enabeld apps. Same 
with X windows, although my setup was running great in X with pd + ALSA in 
testing.

From your description, it sounds like your main issue is jack  pd are probably 
not running in realtime.

I can sent you my install notes if you want (or put them online, as I've been 
meaning to). Also, are based in the NE within driving distance to Pittsburgh? 
We could do a patching circle/UDOO setup afternoon :D

On Mar 9, 2014, at 5:14 PM, pd-list-requ...@iem.at wrote:

 From: Miller Puckette m...@ucsd.edu
 Subject: Re: [PD] udoo board sound issues
 Date: March 9, 2014 at 5:07:54 PM EDT
 To: Simon Iten itensi...@gmail.com
 Cc: PD list pd-list@iem.at
 
 
 H iSimon -
 
 I haven't tried any but the built-in yet but I have a few USB interfaces
 around here that I can try.  I'm about to go on an intense trip but should
 be able to do some tests when I get back, assuming nobody else has figured
 this out first.
 
 cheers
 Miller
 
 On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:
 hey list,
 
 does anybody that uses an udoo board have any recommendations on a 
 usb-soundcard? should be very compact.
 i tried a cheap one from dx and i could not get any good results (loads of 
 xruns even with periods 3 and 1024 and up frames in qjackctl) this is on the 
 ubuntu version from udoo.
 are there some tweaks i can do to improve usb-sound capabilities? i thought 
 maybe recompile the kernel with only usb-1 support since there is no option 
 as on the pi to disable usb-2 via config, or am i missing something?
 is it better to use the usb-soundcard without jack (pd does not like the 
 usb-soundcard either when i tried briefly)?
 
 the internal sound-input is to noisy for my application (guitar effect)
 
 cheers. 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list