rm console
This commit is contained in:
parent
a41b07c67a
commit
10bfe32a2d
1 changed files with 0 additions and 1 deletions
|
|
@ -347,7 +347,6 @@ export async function onTriggerSample(t, value, onended, bank, resolveUrl) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function registerSample(key, bank, params) {
|
function registerSample(key, bank, params) {
|
||||||
console.info({ key, bank });
|
|
||||||
registerSound(key, (t, hapValue, onended) => onTriggerSample(t, hapValue, onended, bank), {
|
registerSound(key, (t, hapValue, onended) => onTriggerSample(t, hapValue, onended, bank), {
|
||||||
type: 'sample',
|
type: 'sample',
|
||||||
samples: bank,
|
samples: bank,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue