• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D28-Jun-2021623 1914

korg_nanokontrol2.mixco.litcoffeeH A D28-Jun-202110.9 KiB299220

maudio_xponent.mixco.litcoffeeH A D28-Jun-202113.3 KiB394286

README.md

1
2Mixco Scripts
3=============
4
5Some of the scripts in the parent folder are the compile output of
6**Mixco**, a tool that can generate the `.xml` and `.js` files from a
7single source file, among other things.  This folder contains the
8original sources for such scripts.
9
10If you modify these scripts, you need to use the `mixco` command to
11compile the `.xml` and `.js` files that Mixxx can read.  To install
12it, you need [NPM](https://www.npmjs.org/) and then:
13```sh
14    $ npm install -g mixco
15```
16
17You can find more information on how to install and use this
18tool [in the official Mixco website](https://sinusoid.es/mixco/).
19