Jubeat chart editor written in C++
Go to file
Sunseille ac3001df61 added an uppercase at the first letter to main.cpp
every other files have one except the main file
2019-04-27 15:41:10 +02:00
cmake Commit initial, petites fonctions 2017-08-17 19:10:53 +02:00
include - Scrolling with the mouse wheel now makes the editor move back & forth in time 2019-04-02 17:08:23 +02:00
Widgets Minor refactors for linear view 2019-04-06 23:21:28 +02:00
.gitignore Appended .gitignore 2019-03-01 22:24:41 +01:00
Chart.cpp fix attempt for https://github.com/Stepland/F.E.I.S./issues/2 2019-03-28 22:06:44 +01:00
Chart.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
ChartWithHistory.cpp second fix attempt for #2 2019-03-29 11:25:22 +01:00
ChartWithHistory.h fixed https://github.com/Stepland/F.E.I.S./issues/3 2019-04-06 22:35:17 +02:00
CMakeLists.txt added an uppercase at the first letter to main.cpp 2019-04-27 15:41:10 +02:00
EditorState.cpp bump to 1.1.0 2019-04-09 23:07:22 +02:00
EditorState.h bump to 1.1.0 2019-04-09 23:07:22 +02:00
EditorStateActions.cpp fixed https://github.com/Stepland/F.E.I.S./issues/3 2019-04-06 22:35:17 +02:00
EditorStateActions.h - Scrolling with the mouse wheel now makes the editor move back & forth in time 2019-04-02 17:08:23 +02:00
Fumen.cpp Basic memon schema versioning support 2019-03-24 15:13:13 +01:00
Fumen.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
History.h - LN EDITING OMG 2019-03-28 02:16:29 +01:00
HistoryActions.cpp Undoing or Redoing a Note Toggle action now scrolls to the removed/added note position 2019-03-02 14:27:36 +01:00
HistoryActions.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
LNMarker.cpp - Refactored the way long notes are draw to not use the old silly approach to rotating stuff, fix attempt for https://github.com/Stepland/F.E.I.S./issues/1 2019-04-04 00:32:59 +02:00
LNMarker.h - Refactored the way long notes are draw to not use the old silly approach to rotating stuff, fix attempt for https://github.com/Stepland/F.E.I.S./issues/1 2019-04-04 00:32:59 +02:00
Main.cpp added an uppercase at the first letter to main.cpp 2019-04-27 15:41:10 +02:00
Marker.cpp fixed a bug that would incorrectly load an empty marker instead of the one selected in the menu 2019-01-18 01:55:41 +01:00
Marker.h - LN EDITING OMG 2019-03-28 02:16:29 +01:00
Note.cpp - LN EDITING OMG 2019-03-28 02:16:29 +01:00
Note.h - LN EDITING OMG 2019-03-28 02:16:29 +01:00
NotesClipboard.cpp - Tab selection in linear view 2019-03-27 20:37:30 +01:00
NotesClipboard.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
Notification.cpp NOTIFICATION SYSTEM YASS BIHHH 2019-03-02 16:06:33 +01:00
Notification.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
NotificationsQueue.cpp NOTIFICATION SYSTEM YASS BIHHH 2019-03-02 16:06:33 +01:00
NotificationsQueue.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
Preferences.cpp - Scrolling with the mouse wheel now makes the editor move back & forth in time 2019-04-02 17:08:23 +02:00
Preferences.h oops forgot files 2019-03-28 02:17:15 +01:00
README.md Update README.md 2019-03-29 10:46:45 +01:00
SoundEffect.cpp oops forgot these 2019-03-26 17:34:35 +01:00
SoundEffect.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
TimeSelection.h - Tab selection in linear view 2019-03-27 20:37:30 +01:00
Toolbox.cpp - Refactored the way long notes are draw to not use the old silly approach to rotating stuff, fix attempt for https://github.com/Stepland/F.E.I.S./issues/1 2019-04-04 00:32:59 +02:00
Toolbox.h Minor refactors for linear view 2019-04-06 23:21:28 +02:00

FEIS glamshot

F.E.I.S

a.k.a. Fumen Edit Integration System

Jubeat chart editor written in C++ using SFML & Dear ImGui

Check the wiki for instructions