procedural-sounds
Procedural interface sounds, with taste. Generated live in the browser from recipes, steered by a hand-curated library and calibrated by ear. No audio files. Beta, open to collaborators.
파일 탐색기
- CLAUDE.md
- launch.json
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- layout.tsx
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- ExportButtons.tsx
- HistoryList.tsx
- SoundStage.tsx
- UsageSteps.tsx
- alert-dialog.tsx
- badge.tsx
- btn.tsx
- button.tsx
- card.tsx
- input.tsx
- separator.tsx
- sheet.tsx
- sidebar.tsx
- skeleton.tsx
- slider.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- tooltip.tsx
- nav.tsx
- SoundPreview.tsx
- TweakPanel.tsx
- craft-vetoes.json
- creations-feedback.json
- deleted.json
- duplicates.json
- error.json
- exclusions.json
- favorites.json
- hover.json
- invent-feedback.json
- kept-dates.json
- limit-approved.json
- limits.json
- loudness.json
- notification.json
- numbers.json
- origins.json
- similar-dismissed.json
- slots.json
- success.json
- tail-approved.json
- tap.json
- taste.json
- tosort.json
- transition.json
- unsorted.json
- warning.json
- reference-sounds.json
- UPSTREAM-LICENSE
- ARCHITECTURE.md
- GETTING-STARTED.md
- HOW-IT-WORKS.md
- TODO.md
- TRAINING.md
- use-mobile.ts
- use-proximity-hover.ts
- index.ts
- snippet.ts
- wav.ts
- atlas.ts
- categories.ts
- compose.ts
- context.ts
- craft.ts
- create.ts
- effects.ts
- figures.ts
- gates.ts
- instruments.ts
- invent.ts
- invert.ts
- limits.ts
- loudness.ts
- naming.ts
- offline.ts
- patch.ts
- prospect.ts
- randomize.ts
- similarity.ts
- synth.ts
- taste.ts
- wild.ts
- curation.ts
- font-weight.ts
- icon-context.tsx
- rungs.ts
- shape-context.tsx
- springs.ts
- store.ts
- surface-classes.ts
- surface-context.tsx
- utils.ts
- version.ts
- gummy-bears.png
- .gitignore
- components.json
- CONTRIBUTING.md
- eslint.config.mjs
- LICENSE
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- proxy.ts
- README.md
- THIRD-PARTY-NOTICES.md
- tsconfig.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npm install
설명 보기 ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
설명 보기 ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
