nzoschke / vizlink

Interact with Pioneer Pro DJ Link devices
Eclipse Public License 2.0
5 stars 1 forks source link

Structure phrase length #21

Closed nzoschke closed 5 months ago

nzoschke commented 5 months ago
nzoschke commented 5 months ago

Demo

{
  "payload": {
    "bank": "default",
    "mood": "high",
    "phrases": [
      {
        "beat": 1,
        "beats": 16,
        "kind": "intro"
      },
      {
        "beat": 17,
        "beats": 16,
        "kind": "up"
      },
      {
        "beat": 33,
        "beats": 56,
        "kind": "chorus"
      },
      {
        "beat": 89,
        "beats": 40,
        "kind": "up"
      },
      {
        "beat": 129,
        "beats": 32,
        "kind": "chorus"
      },
      {
        "beat": 161,
        "beats": 32,
        "kind": "up"
      },
      {
        "beat": 193,
        "beats": 32,
        "kind": "up"
      },
      {
        "beat": 225,
        "beats": 32,
        "kind": "up"
      },
      {
        "beat": 257,
        "beats": 32,
        "kind": "chorus"
      },
      {
        "beat": 289,
        "beats": 64,
        "kind": "up"
      },
      {
        "beat": 353,
        "beats": 64,
        "kind": "chorus"
      },
      {
        "beat": 417,
        "beats": 65,
        "kind": "outro"
      }
    ],
    "player": 1
  },
  "ms": 1719506443493,
  "type": "structure",
  "version": 1
}