bliplab 0.0.3

Tool to combine several BLIP channels in a song
Documentation
{
  "global_variables": {
    "absolute_length": "L",
    "note_index": "n"
  },
  "channels": {
    "Piano": {
      "input": {
        "string": "hi"
      },
      "notes": [
        "do",
        "ré",
        "mi"
      ],
      "instrument": "sin(2*pi()*(442*2^((n+1)/N))*t)",
      "variables": {
        "t": 0.0,
        "L": 0.0,
        "N": 12.0,
        "l": 4.0,
        "T": 60.0
      },
      "macros": {},
      "slopes": {
        "L": {
          "target": "L",
          "change": "2^(2-log(2, l))*(60/T)"
        }
      }
    }
  }
}