This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='utf-8'?> | |
| <MixxxControllerPreset mixxxVersion="2.1.0+" schemaVersion="1"> | |
| <info> | |
| <name>Roland DJ-202</name> | |
| <author>Silvio Ankermann</author> | |
| <description>4-deck mapping for Roland DJ-202 controller</description> | |
| <wiki>https://mixxx.org/wiki/doku.php/roland_dj-202</wiki> | |
| </info> | |
| <controller id="DJ-202"> | |
| <scriptfiles> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //////////////////////////////////////////////////////////////////////// | |
| // JSHint configuration // | |
| //////////////////////////////////////////////////////////////////////// | |
| /* global engine */ | |
| /* global script */ | |
| /* global midi */ | |
| /* global bpm */ | |
| /* global components */ | |
| //////////////////////////////////////////////////////////////////////// |