Send and receive MIDI data using WebRTC, creating a virtual MIDI cable from one device (e.g. tablet or smartphone) to another device (e.g. your computer).
Use this to create a wireless MIDI connection from an web-app on your smartphone to a DAW on your computer.
- Create a virtual MIDI cable
- Go to https://markmarijnissen.com/webrtc2midi/ on your browser
- Write a unique ID and configure set the virtual MIDI cable as output.
- Go to https://markmarijnissen.com/webrtc2midi/faders/ on your (smartphone) browser.
- Enter the unique ID and click 'connect'
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.