70 Commits

Author SHA1 Message Date
c131aade15 Performance optimizing for chart reading and playing of larger note charts 2021-10-20 13:53:14 +09:00
4938f4a016 Did a bunch of maths and fixed the hold notes 2021-10-20 02:31:23 +09:00
a556f11ddd Note drawing optimizations 2021-10-20 02:08:38 +09:00
d999c87485 TITLE IDOL initial chart and bpm averaging formula improvements 2021-10-20 01:27:57 +09:00
e35301d2ac Only the chart..? 2021-10-20 00:08:46 +09:00
21cf15b595 Adjust sound effect code 2021-10-19 20:16:29 +09:00
c8bb8c01f6 Multiple hold note markers for deleting and hold notes 2021-10-19 18:38:39 +09:00
21c16a0520 Multi note marking fixed up for note additions 2021-10-19 18:25:21 +09:00
610cc44f11 Color identifier on draw note function.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-19 07:29:36 +00:00
bf50ebc2e1 Setup basic draw line for a multiple note and marking multi hold notes.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-19 07:25:51 +00:00
fe59befb19 Refactor draw note function for easy manipulation of multiple notes.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-19 06:45:44 +00:00
d9815aeafb Iterate through all lanes when adding a note to see if it matches another hold note.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-18 07:04:25 +00:00
3ca3168f30 Working on hold note indicators 2021-10-18 06:48:53 +09:00
7554a765c3 Hold note replacements when dragging over other notes. 2021-10-15 13:38:54 +09:00
8819886e6b Merge 2021-10-15 13:15:56 +09:00
9806c37d32 Empty files handled 2021-10-15 13:15:02 +09:00
48b74c92a1 Control key implemented in the editor.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-15 00:22:37 +00:00
d20ffe3c1e Add Page Up and Page Down controls.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-15 00:15:26 +00:00
2bb458d99c Creation of hold notes in the editor.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-15 00:11:53 +00:00
ede61ed878 Prevent double presses when adding notes in editing mode.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 23:22:35 +00:00
84b6ddaf0d Fix up the backtracking editing feature 2021-10-14 23:58:48 +09:00
3205982791 Fix editor navigation and testing and replacing notes. And previewing 2021-10-14 23:49:51 +09:00
39759fa789 Fix edit mode press and release holding tracking for editing mode. 2021-10-14 23:17:01 +09:00
82c6f63538 Hold note display fixes and judgement on end notes 2021-10-14 23:04:57 +09:00
a1d251cf6f Rearrange core loop.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 06:51:46 +00:00
6f20bee15b Make sure notes are sorted when building charts. Make a clap sound when previewing in the editor.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 06:39:43 +00:00
e1e59888df Provide song previewing in the editor.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 06:29:16 +00:00
a895afca5b We can place, replace, and delete notes on the editor now.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 03:32:03 +00:00
d32f46f279 Mark notes for deletion when they are passed a rewinded point.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 01:55:05 +00:00
287fb0535b Forgot to change the note to a hold type when making it.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 01:49:08 +00:00
fadbf89f1e Backwards song navigation while editing.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 01:46:54 +00:00
2ad46ea580 Add hold note generation when recording.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-14 01:36:59 +00:00
30ffb07e63 Spectrograph now has a color blend.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-13 05:28:53 +00:00
912907cb1b Handle hold note judgement endings. Fix rendering and removed unnecessary note removal
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-13 04:50:07 +00:00
657d380161 Add judgement and handling of hold notes.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-13 04:29:51 +00:00
61a59a7495 Draw Hold notes in the editor.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-13 03:41:03 +00:00
b07f716d90 Render hold notes in gameplay.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-13 03:27:43 +00:00
30572f3806 Editor modifications and spectrograph mirroring added. 2021-10-12 20:21:58 +09:00
5203f4fd26 Consolidate EDITOR controls and regular gameplay controls.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 06:55:18 +00:00
e84e56c87f Add editor navigation controls.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 06:50:03 +00:00
aa6611ff2f Draw Editor Notes and Beat lines.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 06:05:12 +00:00
b19eff2e03 This verifies that the offset of the new beat timing is later than the current one.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 03:23:56 +00:00
5335a4a4e8 Remove print output on magnitude.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 03:11:46 +00:00
59d6572775 Inverse the change speed to be based on -60 decibels.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 03:10:39 +00:00
857d0a4cf2 Change display of parameters. 2021-10-12 11:47:42 +09:00
55179d8d0a Add audio spectrum listener.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 02:00:50 +00:00
43c62688c6 Setup and draw spectrograph.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-12 01:57:17 +00:00
a27cfe7702 Use custom loop engine. 2021-10-11 16:00:17 +09:00
f916963a84 Add in seeking 2021-10-11 15:53:44 +09:00
e87126e851 Implement JavaFX mediaplayer 2021-10-11 15:46:15 +09:00