diff options
| author | julian laplace <julescarbon@gmail.com> | 2025-07-05 17:06:59 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2025-07-05 17:06:59 +0200 |
| commit | 200c1a4f0ebd3188faebaea8e7278fc5105227cf (patch) | |
| tree | 12f61dcd756ba57e0f718b87e4eb0e9c30d90f4d /client/lib/organ.js | |
| parent | d82f99fd89e23fdb62598b616e39537360a10f74 (diff) | |
laod sample
Diffstat (limited to 'client/lib/organ.js')
| -rw-r--r-- | client/lib/organ.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/lib/organ.js b/client/lib/organ.js index 9d0ac90..652351e 100644 --- a/client/lib/organ.js +++ b/client/lib/organ.js @@ -1,3 +1,8 @@ +/** + * Sine wave organ + * @module lib/organ.js; + */ + import Tone from "tone"; import { roundFreq } from "./util"; |
