11. Thèmes avancés¶
11.1. Ajout du support pour votre contrôleur MIDI/HID¶
11.1.1. Scriptage MIDI¶
In order to support the advanced features of many MIDI / HID controllers, Mixxx offers what we call MIDI Scripting.
It enables MIDI controls to be mapped to QtScript (aka Javascript/EMCAScript) functions stored in function library files, freeing Mixxx from a one-to-one MIDI mapping ideology. These user-created functions can then do anything desired with the MIDI event info such as have a single controller button simultaneously affect two or more Mixxx properties (“controls”,) adjust incoming control values to work better with Mixxx (scratching,) display a complex LED sequence, or even send messages to text displays on the controller.
For more information, go to http://mixxx.org/wiki/doku.php/midi_scripting .
11.1.2. Assistant contrôleur¶

Assistant de contrôleur de Mixxx - Assigner un bouton¶
À faire
Add intro and proofread
Branchez votre (ou vos) contrôleur(s) à votre ordinateur
Lancer Mixxx
Allez à
Choisissez votre appareil dans la liste des appareils disponibles sur la gauche, et le panneau de droite se mettra à jour
Activez la base à cocher Enabled
Cliquez sur Learning Wizard pour ouvrir la fenêtre de sélection
Cliquez sur n’importe quel contrôle de la GUI de Mixxx
A la place, vous pouvez cliquer sur le bouton Choose Control et en sélectionner un dans la liste
Move a control on your controller to map it. Repeat this as many times as you wish.
Lorsque vous avez terminé de mémoriser les contrôles, cliquez sur Done
L’assistant contrôleur ne fonctionne qu’avec des appareils MIDI. Pour le moment, vous ne pouvez pas mémoriser des touches alternatives (majuscules) ni des plateaux rotatifs. Utilisez le MIDI Scripting à la place.
11.2. Créer une configuration clavier personnalisée¶
Les configurations clavier par défaut sont définis dans un fichier texte qui se trouve à l’emplacement suivant:
Linux:
/usr/local/share/mixxx/keyboard/en_US.kbd.cfg
Mac OS X:
/Applications/Mixxx.app/Contents/Resources/keyboard/en_US.kbd.cfg
Windows:
<Mixxx installation directory>\keyboard\en_US.kbd.cfg
Depending on your systems language settings, Mixxx might use a different
file as default, e.g. de_DE.kbd.cfg
for German or es_ES.kbd.cfg
for Spanish.
There are two ways to customize the default Mixxx keyboard mapping:
Edit your system’s default mapping file directly, e.g.
en_US.kbd.cfg
.Copy the default mapping file to the following location:
Linux:
~/.mixxx/Custom.kbd.cfg
Mac OS X:
~/Library/ApplicationSupport/Mixxx/Custom.kbd.cfg
Windows:
%USERPROFILE%\Local Settings\Application Data\Mixxx\Custom.kbd.cfg
Then edit this file and save the changes. On the next startup, Mixxx will check
if Custom.kbd.cfg
is present and load that file instead of the default
mapping file. This has the advantage, that you can always revert back to the
default mapping, just by deleting Custom.kbd.cfg
.
For a list of controls that can be used in a keyboard mapping, see http://www.mixxx.org/wiki/doku.php/mixxxcontrols.
You can download and share custom keyboard mappings in the Mixxx User customizations forums.
11.3. Effets supplémentaires via le mode table de mixage externe¶
Mixxx does not have an effects engine yet (work on one is in progress). To hold you over you can use some external tools. Using the external mixer mode you route each deck directly to 3rd party effect hosts.
The following examples are only intended to encourage experimentation, they are no definitive guidance.
11.3.1. Effects via AU Lab on Mac OS X¶

The Au Lab routing for external effects on Mac OS X¶
On Mac OS X there is a pretty simple and free way to give Mixxx access to the collection of AU/VST/MAS plugins that are installed on your system.
Install the free Soundflower, a system extension for inter-application audio routing.
Download AU Lab.app standalone from Apple (you will need an free Apple Developer Login though), go to the Downloads for Developers page and search for “AU Lab” to get it.
Dans Mixxx
Allez à
Pour la Platine 1, sélectionnez le périphérique Soundflower 16 avec Canal 1-2
Pour la Platine 2, sélectionnez le périphérique Soundflower 16 avec Canal 3-4
Cliquez le bouton Appliquer
Dans AU Lab
Cliquez le bouton + pour créer une nouvelle configuration
Add 2 stereo inputs tracks in the Audio Input Tab
Ajoutez 2 pistes de sortie stéréo dans l’onglet Sortie Audio
Cliquez OK
Changez le périphérique d’entrée audio en Soundflower 16
Changethe audio output device for example to Built-in Output
Cliquez Créer le document
Dans le canal Sortie 1, sélectionnez un effet dans le menu déroulant, par exemple Apple > AUCompressor
L’effet devrait dorénavant réagir si vous jouez une piste dans Mixxx.
11.3.2. Effets via JACK Rack sous GNU/Linux¶

Le routage JACK des effets externes sous GNU/Linux¶
Use Jack to route each deck directly through JACK Rack effect racks, or for more control you can use Ardour (or other DAW) using sends for effects. This gives Mixxx access to the extensive collection of LADSPA plugins.
Make sure the correct multichannel sound card has been selected in Jack (Jack settings visible bottom left). Note that Mixxx possibly labels its Jack ports as “Portaudio”.
11.4. Supprimer votre bibliothèque¶
Le fichier de bibliothèque est enregistré aux emplacements suivants en fonction de votre système d’exploitation:
- Windows
La bibliothèque Mixxx est enregistrée dans le dossier
%USERPROFILE%\Local Settings\Application Data\Mixxx\
. Pour supprimer votre bibliothèque sous Windows, supprimez le fichiermixxxdb.sqlite
dans ce dossier.- Mac OS X
The Mixxx library is stored in the
Library/Application Support/Mixxx
folder in your home directory. To delete your library on Mac OS X type the following command into a terminal:rm ~/Library/Application\ Support/Mixxx/mixxxdb.sqlite
- GNU/Linux
La bibliothèque Mixxx est enregistrée dans le dossier
.mixxx
de votre répertoire personnel. Pour supprimer votre bibliothèque sous GNU/Linux, entrez la commande suivante dans un terminal :rm ~/.mixxx/mixxxdb.sqlite
Avertissement
Supprimer votre bibliothèque vous fera perdre également toutes vos métadonnées. Ceci comprend les repères, boucles, commentaires, notes et toutes métadonnées relatives à la bibliothèque. Ne la supprimez que si vous êtes sûr de pouvoir vous en passer.