mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
code format
This commit is contained in:
parent
89434fc3bd
commit
4fc7ef698a
@ -97,7 +97,7 @@ const generic_params = [
|
|||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select the sound bank to use. To be used together with `s`. The bank name (+ "_") will be prepended to the value of `s`.
|
* Select the sound bank to use. To be used together with `s`. The bank name (+ "_") will be prepended to the value of `s`.
|
||||||
*
|
*
|
||||||
* @name bank
|
* @name bank
|
||||||
* @param {string | Pattern} bank the name of the bank
|
* @param {string | Pattern} bank the name of the bank
|
||||||
@ -105,11 +105,7 @@ const generic_params = [
|
|||||||
* s("bd sd").bank('RolandTR909') // = s("RolandTR909_bd RolandTR909_sd")
|
* s("bd sd").bank('RolandTR909') // = s("RolandTR909_bd RolandTR909_sd")
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
[
|
['f', 'bank', 'selects sound bank to use'],
|
||||||
'f',
|
|
||||||
'bank',
|
|
||||||
'selects sound bank to use',
|
|
||||||
],
|
|
||||||
|
|
||||||
// TODO: find out how this works?
|
// TODO: find out how this works?
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user