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와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
temptastrophe
일일 설치 수
1
총 설치 수
3
평점
0 0 0
버전
3.0.1
생성일
2026-08-07
갱신일
2026-08-13
크기
1.31KB
라이선스
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)