Skip to content

Releases: Goatgarien/BAKKA-Editor

Bakka Editor v2.1.8

11 May 10:56
Compare
Choose a tag to compare

Bakka Editor v2.1.7

17 Feb 04:19
Compare
Choose a tag to compare

Fixed offset and hold note related editor breaking bugs

Bakka Editor v2.1.6

16 Feb 13:59
Compare
Choose a tag to compare

More hispeed related changes
Should more closely resemble the game but isn't perfect.
Volume saves between launches.
Editor now enforces minimum note sizes dependent on note type (no longer will you be able to place notes of size 1). Data for this was compiled from every chart in the game.

Bakka Editor v2.1.5

15 Feb 14:59
Compare
Choose a tag to compare

lol
hispeed option now closely matches the game.
hispeed setting saves between editor launches.
hispeed is now based on time instead of measures.
hispeed gimmicks in the chart are now shown in the visualizer.
fixed visualization bugs when you have weird time signatures and bpm changes.

Bakka Editor v2.1.0

15 Feb 05:49
Compare
Choose a tag to compare

Added buttons to jump to nearest note/gimmick item at or after the current measure.
Added option to show gimmicks in the circle view.
Fixed settings not saving on close.
Fixed GetQuantization to not assume everything is 16th notes.
Fixed Gimmick Window initial start measure if numerator is higher than previous gimmicks denominator.

Bakka Editor v2.0.0

06 Feb 07:27
Compare
Choose a tag to compare

Bakka Editor has fully transitioned to C#. Most of the port was done by @veroxzik with some help by me and a few others.
Now that I finally got around to fixing hold note issues in this port, I'm ready to release a build officially.
Please report bugs to the discord.

Bakka Editor v1.5.0

09 Sep 11:07
Compare
Choose a tag to compare

This is long overdue since this change was implemented months ago, but given how the C# port of this project is clearly going to be the future going forward, I figured I'd release this small change in the mean time while we wait for a proper C# build of the editor

This version adds 1 new thing which is
-Undo/Redo

Bakka Editor v1.4.0

30 Apr 04:13
Compare
Choose a tag to compare

A few new improvements thanks to Zoids (very very slightly altered by me before this release)
Added:
Ability to scroll through the song when hovering over the visual
(Alt+scroll changes scroll speed/beat denominator)
Mouse click and drag to place notes on the visual
A cursor/highlight to show what is about to be placed

Bakka Editor v1.3.0

19 Apr 04:21
Compare
Choose a tag to compare

Rejoice because flickering is fixed thx to Zoids
Merged his commit then removed his timer implementation because it broke some things

Bakka Editor v1.2.0

26 Mar 09:19
Compare
Choose a tag to compare

-Added highlight Viewed Note button
When checked, this will highlight the note you have selected from the notes view box in the visualization
-Added a yellow highlight over notes that are "Bonus"
-Slightly decreased note sizes in the visualisation 1. too differentiate between note's right next to each other 2. too better match how it looks in-game (the decrease does note apply to full circle notes or notes you are about to add)
-Added the ability to add Chain notes with bonus and visualise them (this was easy but i literally didn't know this note existed until today lol. thx #1f1e33)
-Changed up some colors a bit
-Added hotkeys for certain buttons (if the button has "(letter)" on it)
-Fixed a very small bug