Skip to content

Latest commit

ย 

History

History
25 lines (17 loc) ยท 647 Bytes

File metadata and controls

25 lines (17 loc) ยท 647 Bytes

Multitrack Player

https://dhulme.uk/multitrack-player/

A multitrack audio file player for the browser.

Built using Vue, the Vuetify UI framework and peaks.js audio waveform library.

Current features

๐ŸŽš๏ธ Unlimited number of audio tracks
๐Ÿ•ฐ๏ธ Metronome/click
๐ŸŽ›๏ธ Customizable panning of click/tracks
๐Ÿ”‡ Solo/mute for all tracks
๐Ÿ”Š Individual track and master gain control
๐ŸŽน Customisable MIDI and keyboard control

Screenshot

Local development setup

Compiles and hot-reloads for development

npm start or npm run server

Compiles and minifies for production

npm run build