All Projects → thebabush → grub-tunes

thebabush / grub-tunes

Licence: GPL-3.0 License
GRUB Tunes Database

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

GRUB Tunes

GRUB init tune repository.

Demo

GRUB Tunes

You can preview the tunes and hear what they sound like without having to reboot every time.

Add a tune

Tunes are stored inside src/components/tunes.json. In order to add a tune you can edit the file and make a pull request. (Note: please keep the file ordered by song title).

Tune format

The format of GRUB init tunes is pretty simple:

<bpm> <note frequency> <duration> <note frequency> <duration> ...

where all the values are integers.

Build Setup

This app uses vue.js with the webpack template.

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].