This project is a web-based emulator for the classic Roland TR-808 drum machine, built using React, Tone.js, Web Audio API, and Tailwind CSS. It allows users to create and customize drum patterns.
- Installation
- Usage
- Contributing
- License
To install and run this project on your local machine, follow these steps:
- Clone this repository:
git clone https://github.com/Nowpngs/web-TR808
- Navigate to the project directory:
cd web-TR808
- Install the dependencies:
npm install
- Start the development server:
npm start
To use the TR808 emulator, simply open the application in your web browser on http://localhost:3000/
and follow these steps:
- Nan
- Nan
If you would like to contribute to this project, please follow these guidelines:
- Fork this repository
- Create a new branch for your feature or bug fix:
git checkout -b your-feature-branch
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to your fork:
git push origin your-feature-branch
- Create a new pull request
Please ensure that your code follows our code standards, and include appropriate tests if necessary.
This project is licensed under the MIT License.