Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhj committed Apr 1, 2018
1 parent 9d100c5 commit 67302bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ Combustion tries to map Drummer to the sounds available in the selected Spark mo

## Supported Models

Since the sound and MIDI note assignments vary across models in Spark, Combustion requires a custom map for each model. Please note that currently only a small subset of the factory models included in Spark v2 have been mapped. Contributions are welcome!
Since the pad assignments vary across models in Spark, Combustion requires a custom map for each model. Currently the following factory models are mapped:

- Spark Vintage
- Electro

## Contributing Maps

Combustion uses a [simple format](https://github.com/bhj/combustion/blob/master/combustion.js) to describe Spark's drum machine models. Each model is defined as an array with 16 items (one for each Spark pad). Each item is itself an array with two items, respectively:
Contributions are welcome! Combustion uses a [simple format](https://github.com/bhj/combustion/blob/master/combustion.js) to describe Spark's drum machine models. Each model is defined as an array with 16 items (one for each Spark pad). Each item is itself an array with two items, respectively:

1. `string` The Spark pad's label
2. `string` The Drummer sound group(s) the Spark pad could satisfy (separate multiple groups with `|`)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Combustion",
"version": "0.0.1",
"description": "Apple Logic Pro X Drummer + Arturia Spark",
"version": "0.0.2",
"description": "Apple Logic Pro X Drummer + Arturia Spark = Combustion",
"main": "combustion.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 67302bc

Please sign in to comment.