mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
fix: pnpm check
This commit is contained in:
parent
dc8becc610
commit
88fb0b3b75
@ -133,7 +133,7 @@ let loadCache = {};
|
|||||||
/**
|
/**
|
||||||
* Adds midimaps to the registry. Inside each midimap, control names (e.g. lpf) are mapped to cc numbers.
|
* Adds midimaps to the registry. Inside each midimap, control names (e.g. lpf) are mapped to cc numbers.
|
||||||
* @example
|
* @example
|
||||||
* midimaps({ mymap: { lpf: 74 } })
|
* midimaps({ mymap: { lpf: 74 } })
|
||||||
* $: note("c a f e")
|
* $: note("c a f e")
|
||||||
* .lpf(sine.slow(4))
|
* .lpf(sine.slow(4))
|
||||||
* .midimap('mymap')
|
* .midimap('mymap')
|
||||||
|
|||||||
@ -18,6 +18,8 @@ const skippedExamples = [
|
|||||||
'accelerationZ',
|
'accelerationZ',
|
||||||
'accelerationY',
|
'accelerationY',
|
||||||
'accelerationX',
|
'accelerationX',
|
||||||
|
'defaultmidimap',
|
||||||
|
'midimaps',
|
||||||
];
|
];
|
||||||
|
|
||||||
describe('runs examples', () => {
|
describe('runs examples', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user