-
Notifications
You must be signed in to change notification settings - Fork 3
Drum pattern
hanslindetorp edited this page Mar 16, 2020
·
1 revision
iMusic.loadData(
{
"sections": [
{
"id": "A",
"tracks": [
{
"id": "DrBD",
"parts": [
{
"pos": "1",
"url": [
"sc-A_tr-DrBD"
]
}
]
},
{
"id": "DrHH",
"parts": [
{
"pos": "1",
"url": [
"sc-A_tr-DrHH"
]
},
{
"pos": "1.1.32",
"url": [
"sc-A_tr-DrHH"
]
}
]
},
{
"id": "DrSN",
"parts": [
{
"pos": "1.2",
"url": [
"sc-A_tr-DrSN_p-1.2"
]
}
]
}
]
}
]
});
// loopa BD på varje beat
iMusic("DrBD").set("loopLength", "1/4");
// loopa HH på 1/8. Obs! Tracket innehåller två slag. Positionen "1.1.32" ger lite shuffle-feel
iMusic("DrHH").set("loopLength", "1/8");
// loopa SN på två fjärdedelar
iMusic("DrSN").set("loopLength", "2/4");
Please follow my research journey at http://hans.arapoviclindetorp.se and https://www.facebook.com/hanslindetorpresearch/