Automat is a step sequencer and synthesizer built using React and Reactronica. It provides a user interface to design music sequences with various instruments and effects.
- Step Sequencing: Add and remove notes to create sequences using a grid-based interface.
- Instrument Selection: Switch between different synthesizers.
- Effects: Apply and adjust different effects like Delay and Auto Wah.
- BPM Adjustment: Modify beats per minute (BPM) in real-time.
- Play & Stop Control: Play the designed sequence or stop it.
- React (Vite)
- Reactronica
- Tailwind CSS
- AWS Amplify
git clone https://github.com/kad1kad/Automat.git
cd Automat
npm install
npm run dev