monking / tunewich

Like a spice clock for your ears, or a place without time.
0 stars 0 forks source link

real-time UI to tweak/define a/b loops #2

Open monking opened 10 years ago

monking commented 10 years ago

A/B loops need to be defined in library.json. Create a UI, with sliders or some such magic, to hone in on the perfect loop.

monking commented 10 years ago

Same UI could be used to excerpt bits to make a pad: several A/B loops to switch between.

{
  "ab":{
    "intro":[0,10.5],
    "default":[10.5,52],
    "bridge":[25,32],
    "hit":[7,9.5],
    "crescendo":[35,40]
  },
  "remixes":{
    "reverse":[
      {"pad":"crescendo","count":4},
      {"pad":"bridge","count":1},
      {"pad":"default","count":2},
      {"pad":"crescendo","count":1},
      {"pad":"intro","count":1}
    ]
  }
}