50 Commits

Author SHA1 Message Date
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
5e6d626f6e Include a mapping mode for recording frame indices to music for jump points while editing. 2021-10-11 14:58:39 +09:00
fda5a24f66 Synced timing and recording with beat snapping 2021-10-11 14:36:29 +09:00
01583d98c6 Add in metronome, delay testing, and bpm timing section offsets 2021-10-11 13:14:35 +09:00
3fd0bbb21f check for edit mode to determine if judgement should be done.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-08 01:35:20 +00:00
9d522eeca4 Add judgement display upon hitting a note.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-08 01:31:53 +00:00
3973e122cf Add in note judgements.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-08 00:40:38 +00:00
ae3a07e9cd Implement active/inactive note system.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-08 00:08:26 +00:00
e30a0cc1ed Scale note sizes as they approach the note scoring sections 2021-10-07 21:23:01 +09:00
ef0daa4652 Flip the values so notes are incoming.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-07 05:56:17 +00:00
8d72f24074 Scrolling notes based on note speed and position.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-07 05:54:46 +00:00
7f9b9974ff Respond to key presses.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-07 05:35:39 +00:00
bd55f7a411 Make circular note layout and error handling.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2021-10-07 01:49:27 +00:00
9189ffc9ba Referenced wrong folder. 2021-10-07 00:41:56 +00:00
d2919757ef Make gitpod reference new script location. 2021-10-07 00:40:39 +00:00
d7327456e9 Restructure project to use maven. 2021-10-07 00:38:18 +00:00
0062508db7
Create CHART_DOC 2021-09-07 12:22:02 +09:00
06f044c226 Prepare for editor creation 2021-09-07 08:29:26 +09:00
6e834e7f9c Add Lanes 2021-09-06 15:14:28 +09:00
785d505492 Saving and Loading file formats 2021-09-06 14:55:38 +09:00
d0d1e497e7 Music and render engine. 2021-09-06 14:02:26 +09:00