https://github.com/printerscanner/synth
exploring tonal harmony synth with tone.js.
https://github.com/printerscanner/synth
react tonejs
Last synced: about 2 months ago
JSON representation
exploring tonal harmony synth with tone.js.
- Host: GitHub
- URL: https://github.com/printerscanner/synth
- Owner: printerscanner
- Created: 2023-06-25T19:33:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T12:22:05.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T12:05:56.143Z (about 1 year 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.