Ugh.<br><br>The audio drama in Ubuntu continues......<br><br>I&#39;ve never actually used any other distro than Ubuntu.<br><br>How are the other ones handling audio?  (Pure dyne, AVLinux, Fedora, etc...)<br><br>Do they use pulse audio as well?<br>
<br>-Aaron<br><br><div class="gmail_quote">On Sun, Jan 2, 2011 at 10:11 PM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
On Jan 3, 2011, at 12:13 AM, Kim Cascone wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On 01/02/2011 08:31 PM, Hans-Christoph Steiner wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Your best bet is to use the default preferences, i.e. remove ~/.pdextended.<br>
</blockquote>
OK I&#39;ll try this<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
For example, you need to first load the &#39;libdir&#39; library in order to load the rest.<br>
</blockquote>
libdir is the first lib listed in the startup list<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
 If you want to maintain a custom ~/.pdextended, then use the included preferences in /usr/lib/pd-extended/default.pdextended.<br>
</blockquote>
I just want to use the .pdsettings file I was using -- at least all my old paths are listed there so I&#39;m fairly certain I was using this<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I think the best way to manage preferences is to embed them into the patch itself, i.e. using [import], [declare].<br>
</blockquote>
<br>
not sure I follow...if my paths are declared in a patch how can I call an external from a lib that is being used by that same patch? wouldn&#39;t it be better to have everything (externals, libs etc) load in at app launch?<br>

</blockquote>
<br></div>
If a lib uses another lib, then it should also load it.  I usually use namespace prefixes in that case, i.e. [ggee/getdir] or [zexy/makesymbol].<br>
<br>
.hc<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
 For audio and midi settings see these help patches in the Help Browser:<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
hcs -&gt; get-audio-dialog-help.pd<br>
hcs -&gt; get-midi-dialog-help.pd<br>
<br>
But I must confess, I almost always use the built-in audio on my laptop, so my setup is quite simple.<br>
</blockquote>
yeah I did as well and only used Jack when talking to my USB audio card<br>
but now since the ALSA OSS emulation layer is no longer in the kernel I suppose I&#39;ll need to use Jack for everything - which is not a problem just have to get in the habit of using Jack to point to my various devices<br>

<br>
question: if there is no longer an ALSA OSS emulation layer in the kernel and never was ALSA support<br>
why does the GUI still have OSS and ALSA as selections in the pull down menu?<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
.hc<br>
<br>
<br>
On Jan 2, 2011, at 9:04 PM, Kim Cascone wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I am now just getting back into pd mode since Sept<br>
<br>
and I just recently upgraded Ubuntu from 9.04 -&gt; 10.10<br>
<br>
which needed a kernel broadcom wifi driver tweak<br>
<br>
I installed the &#39;PD-0.42.5-extended-20101205&#39; using the .deb package<br>
(because it works perfectly on my Dell mini9 (which I use as a test sandbox))<br>
<br>
I tested all my Linux audio apps on Ubuntu 10.10<br>
(my config is in the sig at the end of this email)<br>
and every one checked out OK<br>
except for baudline which wasn&#39;t working with ALSA<br>
<br>
the reason it wasn&#39;t working with ALSA - as related to me by the developer - was that<br>
&#39;Ubuntu 10.10 removed kernel ALSA OSS emulation&#39; but baudline does work with Jack&#39;<br>
<br>
<br>
so I&#39;m having a lot of problems getting Pd set up the way it was on my 9.04 system<br>
which was working fine up until my upgrade<br>
<br>
<br>
I have a few questions related to problems that are causing much confusion:<br>
<br>
problem #1:<br>
===========<br>
no audio via ALSA<br>
<br>
- I open the Audio Settings panel, point my settings to my USB card, click save, apply<br>
  - open and start the Test Audio patch<br>
  - there is no audio<br>
  - the console doesn&#39;t say anything about trying to find or connect to an audio device<br>
  - re-open the Audio settings panel and the settings are all switched back to my &#39;nanokontrol&#39;<br>
<br>
the ~/.pdextended file says:<br>
noaudioin: True<br>
noaudioout: True<br>
<br>
I try the same procedure with Jack and there is audio<br>
and ALSA midi also seems to work fine<br>
<br>
is there a problem with ALSA and Pd now due to the removal of ALSA OSS emulation?<br>
<br>
<br>
<br>
problem #2:<br>
===========<br>
Libraries are not loading<br>
<br>
- all the libraries that were installed with 0.42.5 are not found even though they are listed in the .pdextended file<br>
- I read on the Pd FAQ page that &#39;.pdextended&#39; is the file where all the paths are stored<br>
but I was using Pd extended in my studio and all my paths (I think) were in the &#39;.pdsettings&#39; file which supposedly was used only by the pd plain vanilla version<br>
<br>
- was there a change made to the settings file name between Sept and now?<br>
- and is there a simpler way of re-constituting my paths other than doing it by hand?<br>
<br>
can someone point me to something that can bring me up to date on changes since Sept?<br>
a change log or something?<br>
<br>
any/all help is very appreciated!!<br>
<br>
oh yeah, happy new year!<br>
<br>
-- <br>
*my Linux audio perf config:*<br>
Dell Studio 15 Core2 Duo 2.0GHz 3G-RAM<br>
Ubuntu 10.10<br>
kernel 2.6.35-24-generic<br>
jackd version jackdmp 1.9.6<br>
Ardour 2.8.11<br>
Pd version 0.42.5-extended<br>
USB iMic audio interface<br>
Korg nanoKontrol<br>
cpufreq-set - both cpu&#39;s are set to 2.0GHz and userspace<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote>
<br>
<br>
<br>
----------------------------------------------------------------------------<br>
<br>
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously.         - Benjamin Franklin<br>
<br>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
<br>
<br></div></div>
----------------------------------------------------------------------------<br>
<br>
I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers.      - General Smedley Butler<div><div>
</div><div class="h5"><br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br>