<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="https://convention04.puredata.info/search_rss">
  <title>graz 2004</title>
  <link>https://convention04.puredata.info</link>
  
  <description>
    
            These are the search results for the site for the query, showing results 0 to 15.
        
  </description>
  
  
  
  
  <image rdf:resource="https://convention04.puredata.info/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/faq/help-pd-crashes-on-startup-on-mac-osx-10-7"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/faq/how-can-i-run-pd-with-realtime-priority-in-gnu-linux"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/faq/add-aliases-for-pd-scripting-on-mac-osx"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/faq/how-can-i-set-permissions-so-hid-can-read-devices-in-gnu-linux"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/faq/why-doesn-t-audio-work-when-i-start-pd-in-nogui-mode"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/Members/danomatika/how-to-turn-off-resume-windows-for-pd-on-macosx-10-7-lion"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/tutorials/httpget-help"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/tutorials/httpget"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/docs/tutorials/httpgetscreenshot"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/Members/danomatika/robotcowboy"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.5678079421"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.4688098847"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.4371127379"/>
        
        
            <rdf:li rdf:resource="https://convention04.puredata.info/dev/summer-of-code/Debug64Bit"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="https://convention04.puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid">        <title>Building-pd-extended-64bit-Ubuntu-Intrepid</title>        <link>https://convention04.puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid</link>        <description>=====
Building pd-extended for 64 bit Ubuntu Intrepid
=====</description>        <dc:publisher></dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2025-01-30T08:34:35Z</dc:date>        <dc:type>Wiki Page</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/faq/help-pd-crashes-on-startup-on-mac-osx-10-7">        <title>Help! Pd crashes on startup on Mac OSX 10.7+</title>        <link>https://convention04.puredata.info/docs/faq/help-pd-crashes-on-startup-on-mac-osx-10-7</link>        <description>&lt;p&gt;Is Pd crashing on startup and you're using Mac OSX 10.7 or greater (Lion, Mountain Lion, Mavericks, etc)? This might be happening since newer versions of OSX save the window state when apps are closed and reopen them for you. This can be bad for Pd if there is a clash over resources (sockets, etc) when trying to open patches too quickly or simultaneously.&lt;/p&gt;</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                    <dc:subject>Documentation</dc:subject>                <dc:date>2016-03-16T00:15:27Z</dc:date>        <dc:type>FAQ</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/faq/how-can-i-run-pd-with-realtime-priority-in-gnu-linux">        <title>How can I run Pd with realtime priority on GNU/Linux?</title>        <link>https://convention04.puredata.info/docs/faq/how-can-i-run-pd-with-realtime-priority-in-gnu-linux</link>        <description>&lt;p&gt;In Linux, Pd can be run as a real time process by the root user, resulting in far fewer audio drop outs (clicks). Essentially, the operating system gives the Pd process more time to work without being interrupted by other programs.&lt;/p&gt;

&lt;p&gt;Running non-system programs as root, however, is considered a security risk and is obviously not an option if the user doesn't have administrator access. Luckily, there is a system config file that accepts options for priority settings.&lt;/p&gt;</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                    <dc:subject>Documentation</dc:subject>                <dc:date>2013-10-18T21:38:58Z</dc:date>        <dc:type>FAQ</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/faq/add-aliases-for-pd-scripting-on-mac-osx">        <title>How to add aliases for Pd scripting on Mac OSX </title>        <link>https://convention04.puredata.info/docs/faq/add-aliases-for-pd-scripting-on-mac-osx</link>        <description>&lt;p&gt;I wanted to be able to use some shell scripts using Pd I wrote in Linux on MacOSX, but the shell (Terminal) session does not know how to launch binaries from within Application Bundles.&lt;/p&gt;

&lt;p&gt;On Linux, I can start pd by typing "pd" and hitting enter.  On Mac OSX, I can start the Pd App by typing "open -a Pd-extended" ... but I'd rather be able access the pd binary within the bundle directly so one script can work in Linux and OSX.&lt;/p&gt;</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                    <dc:subject>Documentation</dc:subject>                <dc:date>2013-10-18T21:38:31Z</dc:date>        <dc:type>FAQ</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/faq/how-can-i-set-permissions-so-hid-can-read-devices-in-gnu-linux">        <title>How can I set permissions to read HID devices on GNU/Linux?</title>        <link>https://convention04.puredata.info/docs/faq/how-can-i-set-permissions-so-hid-can-read-devices-in-gnu-linux</link>        <description>&lt;p&gt;The Pd-extended [hid] object allows you to access Human Interface Devices such as mice, keyboards, and joysticks. However, in most Linux distributions, these devices are setup to where they cannot be read directly by Pd unless you run it as root.&lt;/p&gt;

&lt;p&gt;Running a non-system process as root is considered a security risk, so an alternative is to change the permissions of the input devices so that pd can read them.&lt;/p&gt;</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                    <dc:subject>Documentation</dc:subject>                <dc:date>2013-10-18T21:37:19Z</dc:date>        <dc:type>FAQ</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/faq/why-doesn-t-audio-work-when-i-start-pd-in-nogui-mode">        <title>Why doesn't audio work when I start Pd in -nogui mode?</title>        <link>https://convention04.puredata.info/docs/faq/why-doesn-t-audio-work-when-i-start-pd-in-nogui-mode</link>        <description>When I start Pd from the commandline without the GUI in -nogui mode, it can't connect to the soundcard and no dsp seems to happen?</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                    <dc:subject>Documentation</dc:subject>                <dc:date>2013-03-02T19:05:48Z</dc:date>        <dc:type>FAQ</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/Members/danomatika/how-to-turn-off-resume-windows-for-pd-on-macosx-10-7-lion">        <title>How to turn off resume windows for PD on MacOSX 10.7 Lion</title>        <link>https://convention04.puredata.info/Members/danomatika/how-to-turn-off-resume-windows-for-pd-on-macosx-10-7-lion</link>        <description>Did you upgrade to Mac OSX 10.7 Lion and now PD crashes on startup? This might be happening since Lion saves the window states when apps are closed and reopens them for you. This can be bad for PD if there is a clash over resources (sockets, etc when trying to open patches too quickly or simultaneously.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2012-06-18T04:55:52Z</dc:date>        <dc:type>FAQ Section</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/tutorials/httpget-help">        <title>httpget-help</title>        <link>https://convention04.puredata.info/docs/tutorials/httpget-help</link>        <description>Help file for the httpget simple webclient.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-09-21T17:33:22Z</dc:date>        <dc:type>5: File</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/tutorials/httpget">        <title>httpget</title>        <link>https://convention04.puredata.info/docs/tutorials/httpget</link>        <description>A simple webclient object.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-09-21T17:32:22Z</dc:date>        <dc:type>5: File</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/docs/tutorials/httpgetscreenshot">        <title>httpget-help screenshot</title>        <link>https://convention04.puredata.info/docs/tutorials/httpgetscreenshot</link>        <description>A screenshot of the httpget help example.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-09-21T17:31:17Z</dc:date>        <dc:type>4: Image</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/Members/danomatika/robotcowboy">        <title>robotcowboy</title>        <link>https://convention04.puredata.info/Members/danomatika/robotcowboy</link>        <description>A wearable computer audio visual platform for live performance.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights>Copyright 2007-present, Dan Wilcox, Robotcowboy Industries</dc:rights>                    <dc:subject>Art</dc:subject>                <dc:date>2010-06-07T20:45:05Z</dc:date>        <dc:type>Article</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.5678079421">        <title>robot+chick.jpg</title>        <link>https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.5678079421</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-06-07T17:09:28Z</dc:date>        <dc:type>4: Image</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.4688098847">        <title>robotcowboy website</title>        <link>https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.4688098847</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-06-07T17:07:49Z</dc:date>        <dc:type>Link</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.4371127379">        <title>robotcowboy presskit</title>        <link>https://convention04.puredata.info/Members/danomatika/robotcowboy/2010-06-07.4371127379</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-06-07T17:07:17Z</dc:date>        <dc:type>Link</dc:type>    </item>
    <item rdf:about="https://convention04.puredata.info/dev/summer-of-code/Debug64Bit">        <title>Debug64Bit</title>        <link>https://convention04.puredata.info/dev/summer-of-code/Debug64Bit</link>        <description>----</description>        <dc:publisher></dc:publisher>        <dc:creator>danomatika</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-03-05T22:58:30Z</dc:date>        <dc:type>Wiki Page</dc:type>    </item>



</rdf:RDF>
