<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.mixxx.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.mixxx.org/wiki/feed.php">
        <title>Mixxx Wiki</title>
        <description></description>
        <link>http://www.mixxx.org/wiki/</link>
        <image rdf:resource="http://www.mixxx.org/wiki/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-05-16T19:01:56-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.mixxx.org/wiki/doku.php/compiling_on_linux?rev=1337187683&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mixxx.org/wiki/doku.php/numark_mixtrack?rev=1337121690&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mixxx.org/wiki/doku.php/hid_device_api?rev=1336903626&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mixxx.org/wiki/doku.php/feature_discussion?rev=1336899759&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mixxx.org/wiki/doku.php/compiling_on_os_x?rev=1336846814&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mixxx.org/wiki/doku.php/creating_skins?rev=1336741831&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.mixxx.org/wiki/lib/tpl/default/images/favicon.ico">
        <title>Mixxx Wiki</title>
        <link>http://www.mixxx.org/wiki/</link>
        <url>http://www.mixxx.org/wiki/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.mixxx.org/wiki/doku.php/compiling_on_linux?rev=1337187683&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-16T13:01:23-04:00</dc:date>
        <dc:creator>kain88</dc:creator>
        <title>compiling_on_linux</title>
        <link>http://www.mixxx.org/wiki/doku.php/compiling_on_linux?rev=1337187683&amp;do=diff</link>
        <description>Compiling Mixxx is fairly straightforward on Linux. The steps below outline what a user needs to do in order to compile Mixxx for themselves, if for instance, they wanted to try the latest changes in our code repository (BZR).

1. Install build dependencies

Mixxx relies on several external libraries for various features. If your distribution is Debian based (such as Ubuntu), you can install them by running:</description>
    </item>
    <item rdf:about="http://www.mixxx.org/wiki/doku.php/numark_mixtrack?rev=1337121690&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-15T18:41:30-04:00</dc:date>
        <dc:creator>djskidd</dc:creator>
        <title>numark_mixtrack - Made grammar corrections and updated a little information, like that there is a mapping included with the software.</title>
        <link>http://www.mixxx.org/wiki/doku.php/numark_mixtrack?rev=1337121690&amp;do=diff</link>
        <description>Manufacturer link: &lt;http://www.numark.com/mixtrack&gt;

Technically

The Numark Mixtrack is a fully compliant MIDI controller. It is interfaced with a computer through a single USB port and it does not include a sound card.

Who should buy ?

Anyone who wants an affordable mixing midi controller to start with the hobby and who already has a sound card with two independent outputs (one for the headphones and one for the main output).</description>
    </item>
    <item rdf:about="http://www.mixxx.org/wiki/doku.php/hid_device_api?rev=1336903626&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-13T06:07:06-04:00</dc:date>
        <dc:creator>zestoi</dc:creator>
        <title>hid_device_api - added addControlField() example</title>
        <link>http://www.mixxx.org/wiki/doku.php/hid_device_api?rev=1336903626&amp;do=diff</link>
        <description>An API to allow mapping/scripting of HID devices in a similar manor to MIDI devices.

Summary and Rationale

When data is sent from a hid controller multiple controls are aggregated into packets so a common api is needed to allow the actual modified controls to be processed without every mapping needing to parse these packets themselves. Similarly when the state of a hid device needs to be updated (leds or other feedback) one or more updates are aggregated into a packet which contains the new st…</description>
    </item>
    <item rdf:about="http://www.mixxx.org/wiki/doku.php/feature_discussion?rev=1336899759&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-13T05:02:39-04:00</dc:date>
        <dc:creator>zestoi</dc:creator>
        <title>feature_discussion</title>
        <link>http://www.mixxx.org/wiki/doku.php/feature_discussion?rev=1336899759&amp;do=diff</link>
        <description>This page is to discuss possible future features along with some implementation details. Lengthy discussions will get moved to their own page. 

Specifications for planned features

	*  Revamped Control System
		*  Skinning Engine
		*  DVS mode
		*  OSC Backend
		*  Effects Framework
		*  Multi-channel file mixing
		*  Modifier System</description>
    </item>
    <item rdf:about="http://www.mixxx.org/wiki/doku.php/compiling_on_os_x?rev=1336846814&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-12T14:20:14-04:00</dc:date>
        <dc:creator>cliffer</dc:creator>
        <title>compiling_on_os_x</title>
        <link>http://www.mixxx.org/wiki/doku.php/compiling_on_os_x?rev=1336846814&amp;do=diff</link>
        <description>Compiling Mixxx for Mac OS X is a simple process once you have all dependancies and Qt set up properly. This guide assumes you have basic knowledge about using and compiling with the command line (eg: ./configure, make). If you don’t, there is a basic guide available at &lt;http://www.ee.surrey.ac.uk/Teaching/Unix/unix7.html&gt;.</description>
    </item>
    <item rdf:about="http://www.mixxx.org/wiki/doku.php/creating_skins?rev=1336741831&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-11T09:10:31-04:00</dc:date>
        <dc:creator>jus</dc:creator>
        <title>creating_skins - Update Info on [Recording] control , lp:664610</title>
        <link>http://www.mixxx.org/wiki/doku.php/creating_skins?rev=1336741831&amp;do=diff</link>
        <description>Skins can change the look and feel of Mixxx. Some skins merely make the program more aesthetically pleasing while others rearrange elements of the interface, potentially making the program easier to use. 

Getting started

A skin for Mixxx is basically a folder with various images and one text file named skin.xml. The skin.xml defines all the elements (widgets) of the skin, what the images are used for and and where they are placed on screen.</description>
    </item>
</rdf:RDF>

