From 67302bc7da8cc0f18d2e5ba82db5bf9051d27262 Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Sun, 1 Apr 2018 19:46:04 -0400 Subject: [PATCH] v0.0.2 --- README.md | 7 +++++-- package.json | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1932140..c0e9a9c 100644 --- a/README.md +++ b/README.md @@ -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 `|`) diff --git a/package.json b/package.json index dbe62fc..fca05be 100644 --- a/package.json +++ b/package.json @@ -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"