30567e086c
proper disposal issue fixed; error while screen is not paused but not
...
renrendering (ex. dragging window) fixed;
2018-08-11 16:15:47 -05:00
f2a60ea490
visualizer works in a basic manner, disposing needed, gui needs
...
tweaking, visualizer bar rate could be adjusted;
2018-08-11 02:23:38 -05:00
4a7f4962e2
minor file location refactor, openAL sourceID reflected correctly now
2018-08-09 01:08:33 -05:00
0d2b48f0c2
removed a debug line, playing notifier now properly functions
2018-08-09 00:19:15 -05:00
5b388e8403
now actually randomly selects song on launch
2018-08-08 23:32:25 -05:00
324e3afe5a
multiple order changes with notifiers and other method calls; added
...
copying of default music file to special directory;
2018-08-07 23:53:48 -05:00
56d0ac2f51
visualizer bars properly rendered; removed overlapping play calls; +
...
minor fixes and changes
2018-08-06 15:56:16 -05:00
83d09ab2b9
bloom shader now works; back buttons on graphics and keybinds page now
...
go back to options page;
2018-08-05 22:30:45 -05:00
e824fe8b8b
scaling of textures fixed for various pages; last fix was scroll text
...
updating;
2018-08-05 22:23:50 -05:00
fe1eeecbc1
began testing, working through various errors, ended on constant
...
reloading in the game manager;
2018-08-05 00:03:53 -05:00
59cfa277ab
removed old, unused code; music controls now updated to use new
...
framework; circular visualizer updated; moved visualizers to core for
all platforms and accounted for different platform PCM reading with
interface for visualizer in core;
2018-08-03 22:21:39 -05:00
a39f3a25ac
added detailed display on screen (untested)
2018-08-03 21:41:18 -05:00
b857ffe4bd
changed to integer state system for notifier in music controller; music
...
selection page rewritten making better use of framework objects.
Untested (still)
2018-08-03 13:17:01 -05:00
45da676d0d
progress on untested framework
2018-08-02 09:21:25 -05:00
590cb39902
restructured way of handling the relationship between screens and pages
2018-07-26 13:17:35 -05:00
7dff918802
Finished basic visualizer and mass refactoring on the audio analyzer to
...
be compatible with the structure
2018-07-23 00:15:31 -05:00
0dce05050a
Restructuring starting from the launcher up to obtaining PCM data from
...
the audio backend is complete but untested.
2018-07-22 12:35:08 -05:00
7782a6a44b
decided on not using custom tag due to limitations of formatting;
...
completed (untested) both wav and mp3 metadata objects.
2018-07-21 01:11:22 -05:00
0da840b691
added LGPL library as completely separated link; changed from mp3agic to
...
jaudiotagger;
2018-07-20 15:24:49 -05:00
810db62c18
added some comments for how the metadata interface should be used.
2018-07-19 19:05:23 -05:00
02a65651ea
completed proper save mechanism for custom metadata
2018-07-08 20:50:08 -05:00
466f1cfc3e
started wav metadata, removed extra property from rbmetadata
2018-07-08 18:40:39 -05:00
2588b1e4a3
mp3 metadata complete
2018-07-08 18:36:39 -05:00
31bc3eb273
removed apache tika; outline for audio metadata done;
2018-07-02 02:02:58 -05:00
8f70d72ed1
mp3 audio processor complete; slow conversion to cleaner system
2018-07-02 00:52:55 -05:00
bf94851e06
switched back to old system dependent audio method; updated libgdx
...
framework; added ashley
2018-06-30 00:13:39 -05:00
4321a07f66
progress on seeking
2018-06-29 02:11:29 -05:00
aceaa7c89f
progress on mp3 pcm processor
2018-06-25 20:52:00 -05:00
92ff8871a9
updated libgdx
2018-06-15 01:45:10 -05:00
0f296bfe1c
Refactored (name change); minor data logic improvement; structure
...
change;
2018-06-14 21:20:13 -05:00
55cac998ed
proper synchronization for reading samples; change to sample processor
...
interface to avoid creating unnessecary io streams; minor cleanup;
2018-06-14 20:01:23 -05:00
78324045f0
Minor restructuring done; furthered functionality of the audio system;
...
further work on thread-safety of the classes.
2018-06-14 00:48:29 -05:00
31b2278e9b
custom audio system tailored for music based game now has the WAV sample
...
reader with pan and volume controls.
2018-06-12 23:27:13 -05:00
45e3b55d84
new sync system for visualizer
2018-05-22 23:30:52 -05:00
0fdc65796d
visualizer should now be stable (with proper new buffer system)
2018-05-18 01:25:02 -05:00
874ef52bb9
cleaned up some code in visualizer
2018-04-15 14:18:35 -05:00
abf3028cfb
slightly better buffer system
2018-04-15 14:04:59 -05:00
62dc7381c6
Circular visualizer now has function organized circle vertice order; sorting comparator moved to local method;
2018-04-15 02:59:35 -05:00
bfcad74529
made more visualizer code accessible for other platforms by using interface
2018-03-21 23:26:09 -05:00
2aa498e292
changed shader options to slider; did some cleaning;
2018-03-18 00:21:27 -05:00
f35691536b
added loading message to music selection page; removed 2 bars since for some reason left and right has one extra bar on both sides at 1366x768
2018-03-17 00:20:00 -05:00
c3f00fe5b6
removed song counter on options page, made sure background will resize to non standard resolutions
2018-03-17 00:10:26 -05:00
5ae598db36
background now renders! yay.
2018-03-16 17:56:42 -05:00
8fd727e7d6
fixed music selection page bug where after resize and metadata loading, application would crash
2018-03-16 17:33:14 -05:00
188608d40d
minor cleanup and fixing
2018-02-14 22:28:10 -06:00
da9e657564
removed console outputs
2018-02-13 18:46:28 -06:00
882600abc6
visualizer circle is now properly drawn
2018-02-12 21:47:18 -06:00
768f562a25
all points for circles are properly placed in arrays
2018-02-12 21:22:12 -06:00
5395473205
Progress on game screen and circular visualizer
2018-02-12 17:29:23 -06:00
de38d1c863
circular visualizer progress
2018-02-12 09:41:00 -06:00