Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/printerscanner/synth
🪗 tonal harmony synth with tone.js.
https://github.com/printerscanner/synth
react tonejs
Last synced: about 1 month ago
JSON representation
🪗 tonal harmony synth with tone.js.
- Host: GitHub
- URL: https://github.com/printerscanner/synth
- Owner: printerscanner
- Created: 2023-06-25T19:33:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T12:22:05.000Z (3 months ago)
- Last Synced: 2024-09-11T14:50:41.292Z (3 months ago)
- Topics: react, tonejs
- Language: JavaScript
- Homepage: https://printerscanner.github.io/synth/
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synth
**Synth** is a web-based audio synthesizer project built with React and the [tone.js](https://tonejs.github.io/) library, that experiments with tonal harmony.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/printerscanner/synth/
cd synth
```2. Install dependencies:
```bash
yarn install
```3. Start the development server:
```bash
yarn dev
```4. Open the application in your browser at:
```
http://localhost:5173
```## Scripts
- `yarn dev`: Start the development server with Vite.
- `yarn build`: Build the app for production.
- `yarn preview`: Preview the production build.
- `yarn lint`: Lint the code using ESLint.## License
This project is licensed under the MIT License.