https://github.com/jehna/pitchbender
https://github.com/jehna/pitchbender
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jehna/pitchbender
- Owner: jehna
- License: mit
- Created: 2023-10-24T21:08:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:14:09.000Z (8 months ago)
- Last Synced: 2024-09-09T21:27:54.410Z (8 months ago)
- Language: TypeScript
- Size: 2.01 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pitchbender
> Visual pitch shifterPitchbender is a visual, note based audio editing webapp. You can "autotune"
your audio by shifting notes around.
## Try it out yourself!
Pitchbender is freely available at:
https://jehna.github.io/pitchbender/
## Developing
To start the local development server, run:
```shell
yarn
yarn start
```This will install required dependencies and starts the local development server
at http://localhost:1234. Visit the URL in your browser to start using the app.### Building
To build the project for production, run:
```shell
yarn build
```This builds the project to `dist/` folder.
### Deploying
This project is automagically deoployed to Github Pages on every `main` branch
push via Github Actions.## Features
This project is a PoC learning project with the following features:
* Note based audio editing
* Audio is automatically split to draggable boxes based on pitch
* Pitch can be changed by selecting the box and pressing arrow keys, which
shifts the box by a semitone
* Pressing shift will nudge the box by tenth of a semitone## Contributing
If you'd like to contribute, please fork the repository and use a feature
branch. Pull requests are warmly welcome.## Licensing
The code in this project is licensed under MIT license.
## Logo
The logo was created using DALL·E 3 image generation AI with the following
prompt:```
a logo for a professional tool called "pitchbender" that helps music professionals tune and pitch shift tracks visually
```