Preserve tactus for 'degrade' and friends, and tidy up 'pick' and friends (#1205)

* separate pick methods into their own module
* preserve tactus in degrade and friends
This commit is contained in:
Alex McLean 2024-10-30 21:28:31 +01:00 committed by GitHub
parent f18cf76dde
commit 9ecad810b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 244 additions and 221 deletions

View file

@ -14,6 +14,7 @@ export * from './controls.mjs';
export * from './hap.mjs';
export * from './pattern.mjs';
export * from './signal.mjs';
export * from './pick.mjs';
export * from './state.mjs';
export * from './timespan.mjs';
export * from './util.mjs';