Autoverse

Autoverse, a lightweight autoplayer for pianoverse.net

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
temptastrophe
Ημερήσιες εγκαταστάσεις
1
Σύνολο εγκαταστάσεων
3
Βαθμολογίες
0 0 0
Έκδοση
3.0.0
Δημιουργήθηκε την
07/08/2026
Ενημερώθηκε την
13/08/2026
Μέγεθος
60 KB
Άδεια
Apache-2.0
Εφαρμόζεται σε

- Autoverse -

A lightweight autoplayer userscript for pianoverse.net.

Note:

Not affiliated with Pianoverse. Use at your own risk.


image

## Features

- Sheet playback with adjustable BPM
- MIDI file support (with optional octave shifting)
- Manual mode (step through with any key)
- Throttle mode for MIDI
- Transposing up/down
- Loop sheet/MIDI option
- Key repeat (for when the site is being stubborn :p)
- Sheet highlighter that shows the current token and auto-scrolls as you play :)
- Hold Left Shift to sustain notes longer
- Automatic theme matching (follows the site's built-in themes)
- Integration into the toolbar on the site
- Built-in sheets browser (vp-sheets.arijan.dev)
- Remembers your panel position, size, sheet, and settings
- Autoplayer Minimization


## Requirements
- A userscript manager (Tampermonkey recommended)
- Works on Chromium browsers and Firefox

## Installation Methods

### Install via Greasyfork

1. Get Tampermonkey through the Chrome Web Store (I'd recommend looking up a tutorial)
2. Open the Greasyfork Page [Here](https://greasyfork.org/en/scripts/590318-autoverse)
3. Click Install this Script
4. Click Install.
5. You're Good to Go!


### Install Manually

1. Get Tampermonkey
2. Create a new script and paste the code in
3. Save it and go to pianoverse.net
4. You're Good to Go!

The panel and toolbar button should show up automatically.

## How to use

- Autoverse button in the toolbar → open/close the panel
- **Play** → start/stop sheet or MIDI
- **Manual** → step through one note/group at a time
- **Throttle** → step through MIDI while keeping timing
- **Load MIDI** → pick a .mid file
- **Reset** → go back to the start
- **-1 / +1** → transpose down/up
- Hold **Left Shift** while playing to sustain notes longer

### Sheet format

q w e r t y
[q w e] {r t y}
[qwe] {rty} 1 2 3

### Sheet Formatting Info

`[...]` plays notes at the same time.
`{...}` plays them with a small delay between each.

## Customizable Stuff

- BPM (only affects sheets, MIDI keeps its own tempo)
- Loop
- How many times to repeat each key
- Normal hold time
- Shift hold (sustain) time

Everything gets saved automatically.

## Troubleshooting
- Panel not showing? Make sure the script is enabled and refresh the page!
- MIDI not loading? Try a different .mid file or check the octave shift!
- Keys not registering? Increase the "repeat each key" setting!!
- Theme not matching? Just change the theme in Pianoverse settings. It should update within a second :))

## License

Apache 2.0
© 2026 Temptastrophe

## Credits

Made by [Temptastrophe](https://www.youtube.com/@Temptastrophe)
Sheets site: [vp-sheets.arijan.dev](https://vp-sheets.arijan.dev)