Commit Graph

347 Commits

Author SHA1 Message Date
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
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
c3f00fe5b6 removed song counter on options page, made sure background will resize to non standard resolutions 2018-03-17 00:10:26 -05: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
e939bffc68 organized packages; started working on round visualizer using mesh 2018-02-07 22:32:13 -06:00
b4f84816ce minor cleaning 2018-02-04 23:00:31 -06:00
b9f70e0c9d re-organized visualizer setup for future ease of use 2018-02-04 22:36:16 -06:00
7f51ca2c55 began working on game screen; changing entity system; clean up assets 2018-02-04 21:16:36 -06:00
1fbdefaecd changing to a different way of handling entities (no longer using scene2d) 2018-02-01 14:59:51 -06:00
08fb879b1f visualizer tuning 2018-01-30 14:45:00 -06:00
c70d161337 minor tuning to visualizer 2018-01-30 12:49:03 -06:00
c3a13d20fa main menu background progress 2018-01-29 14:33:20 -06:00
b1f0a30f5d forgot to remove the methods deleted last time... 2018-01-17 23:07:44 -06:00
8f0eedd1c5 added comments; removed collision detector vfx and sfx 2018-01-17 23:07:07 -06:00
439307d619 removed 'simple' entities 2018-01-17 23:01:57 -06:00
21473bcb0d minor changes to gradients 2018-01-17 22:53:39 -06:00
6c1981d60b cancel button for analysis page 2018-01-17 14:03:25 -06:00
bdbb6f7fd4 resize main page widget position changed 2018-01-15 18:36:23 -06:00
7ca69899b3 change all logging to the gdx system; removed unused debug outputs 2018-01-15 18:12:07 -06:00
da76c05435 will not reload everytime minimized; minor visualizer tweaks; fixed non shuffle out of bounds issue; progress on analysis page 2018-01-15 15:55:51 -06:00
36eb547943 fixed issue caused by misunderstanding(?) of samplerate 2018-01-15 13:50:30 -06:00
b07c9ffd44 adjustments for visualizer 2018-01-13 01:24:32 -06:00
03966d124a improvements on visualizer in terms of synchronization 2018-01-10 23:07:55 -06:00
7b8f442f98 visualizer now directly grabs data from openal.. slightly less synched for better efficiency? 2018-01-09 23:22:59 -06:00
b6da79adc2 more restructuring that makes more sense 2018-01-05 20:52:07 -06:00
aa4a0f3166 cleaned up, visualizer will use reflection to obtain output [planned, not implemented] 2018-01-04 23:46:26 -06:00
f292d6f81c cleaning up and preparing for reflection visuals and music synchronization 2018-01-03 22:39:43 -06:00
15a35f65dc change in structure for different platform support; major change 2018-01-03 16:58:58 -06:00
cebf36dff9 UNTESTED; basic mp3spi setup done; more efficient way of skipping bytes now; syncing of playback and read implemented 2017-12-15 23:56:38 -06:00
677ada45b6 reworked the reading system as previous system was not working; not yet
tested;
2017-12-15 12:28:11 -06:00
25142029af failed attempt since there is difficulty to seek using mp3 2017-12-11 21:59:32 -06:00
95c49602ca more progress 2017-12-11 16:26:26 -06:00
fa93634b9e progress on better system for audio managers 2017-12-11 00:44:43 -06:00
51ce146611 random access files now used to sync visualizer with song (optimization) 2017-12-10 01:45:10 -06:00
8023987148 minor optimizations + page reload now funtions properly 2017-12-09 00:36:49 -06:00
2fc434cc29 minor optimizations; removed some deprecated things 2017-12-08 15:04:47 -06:00
fbbd079154 progress towards optimizations 2017-12-08 00:19:33 -06:00