Toolbox for manipulating the JSON-Format used by Synth Riders Beatmap Editor in the clipboard
Project description
Synth Mapping Helper
Toolbox for manipulating the JSON-Format used by Synth Riders Beatmap Editor in the clipboard.
Features
- Filter by note and wall types for all operations
- Changing type of notes and walls
- Can cycle between multiple colors to make "rainbows" or alternate between single hand specials and regular notes
- Change BPM indepenent of note timing (helpful if you have a map with different BPM sections)
- Movement in XY and Time (wiki page):
Note: All operation can be done in regards to grid center, a pivot point, or the start of rails- Rotate
- Scale and mirror
- Outset (moving outwards/away by a fixed distance)
- Offset (Translate/Move)
- Stacking patterns
- Pattern generation
- Spirals/Zigzags
- Spike/Buzz-Rails
- Stack along rails
- Rail manipulation
- Merging
- Splitting
- Interpolation
- Convert between single notes and rails
- Cross-Platform (Windows, Linux)
- For Windows, supports drag and drop actions (fully usable without command prompt)
- Imports directly from clipboard, and export to it
- Uses an internal format that is easy to work with (wiki page):
- Position in editor grid coordinates (+x=right, +y=up)
- Time in measures (starting from start of selection)
- Angles in degrees (positive=counterclockwise)
- Notes/Rails seperated by color and as
n x 3
numpy-arrays (x, y, time) - Walls as
1 x 5
numpy-arrays (x, y, time, type, rotation) - Walls positions are adjusted to match their rotation center
Maybe
- GUI
- Momentum analysis
- Automatic smoothing
How to Install and use
Advanced users
- Install via
pip3 install synth_mapping_helper
(requires python 3.9 or higher) - See
python3 -m synth_mapping_helper.cli -h
for usage - Feel free to experiment with extending functionality by using the module functions directly. If you have something that you think could help other mappers, please make a PR
Windows
See this wiki page for detailed instructions, including screenshots.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
synth_mapping_helper-0.8.0.tar.gz
(16.0 kB
view hashes)
Built Distribution
Close
Hashes for synth_mapping_helper-0.8.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18c2c3c8d1f554307a6b791f4ed1cd591f2d3d47ceabf4ac0a147491af094127 |
|
MD5 | a6699b99bbadb1c9f2ae9decffbfa611 |
|
BLAKE2b-256 | 7f3b17a98553b1c9dda6dd36df04a4f08ab9a0828ec0f28e32d34a41bcd7de98 |
Close
Hashes for synth_mapping_helper-0.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e5b047591e9e60720cfb9d94ec11a749e27a422f5a0a79d55d7b96ae42f7f20 |
|
MD5 | 415e54e205f44dc4670dcb107216a2eb |
|
BLAKE2b-256 | b6dec7204fcf5f35f94ae19cc263c1737d7b47d536d60bd35bfc4f167060f36b |