Open monking opened 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}
]
}
}
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.