55 Commits

Author SHA1 Message Date
13f73132eb Fixed RGBA mapping and added to VisMusicPlayer tutorial. 2022-04-21 01:35:29 -05:00
b08a1d3963 Improved tutorial and generated element styling. 2022-04-19 23:11:08 -05:00
d0d6f87f34 Added switching between items in playlist display. 2022-04-19 17:47:14 -05:00
b16dc05a54 Improved styling of tutorial and generated music playlist display. 2022-04-19 17:14:40 -05:00
622a85828c Changed generated control buttons to text.
Fixed some JSDoc.
2022-04-19 16:31:16 -05:00
56c07f52d8 Fixed more JSDoc notation issues. 2022-04-18 18:48:24 -05:00
725a08ea8f Redefined modules for some files. 2022-04-18 18:23:12 -05:00
d466aa8bdd Removed module tags. 2022-04-18 18:07:38 -05:00
fda4b13268 Fixed non-immediate visualizer update router. 2022-04-18 18:07:31 -05:00
97329f0202 Merge branch 'master' into develop 2022-04-18 17:53:36 -05:00
b1563097cd Visualizer now no longer immediately instantiates audio context. 2022-04-18 17:49:16 -05:00
d951969db4 Removed unused files and fixed paths. 2022-04-18 16:48:54 -05:00
3ba9868751 Merge branch 'master' of dev.sys.reslate.xyz:ydeng/AudioShowKit 2022-04-18 16:03:42 -05:00
ac5d83125b VisMusicPlayer guide done. 2022-04-18 15:51:06 -05:00
5313d20fff Fixed linear easing function. 2022-04-18 15:11:42 -05:00
9a0ff26288 Class names refactored. 2022-04-18 12:07:09 -05:00
9453ce5f0b Demos for music player and music playlist functional. 2022-04-18 11:46:23 -05:00
29b3b30586 Refactored repo file structure in preparation for jsdoc tutorials. 2022-04-18 07:39:59 -05:00
0d77276572 Refactored repo file structure. 2022-04-17 21:54:43 -05:00
8856980532 Removed eslint jsdoc configuration. Added eslint to webpack. 2022-04-17 21:38:38 -05:00
2dc3bd1cd6 Changed to esdoc. 2022-04-17 21:13:12 -05:00
bb139a3d85 Refactored file structure. 2022-04-17 20:22:43 -05:00
a58beb5f47 Removed old comments. 2022-04-17 20:12:38 -05:00
ef36e398b5 removed old demo code. 2022-04-17 20:11:54 -05:00
ee326fb560 Changed CSS class for Song Player. 2022-04-17 20:09:31 -05:00
ec6ce48988 Preparing library for export.
Reconfigured webpack.

Removed unused packages.

Added library exports (webpack configured to export IIFE).

Created showcase directory.
2022-04-17 17:44:52 -05:00
61f9ae82ed Playlist Songs no longer track their playlist. 2022-04-17 17:42:42 -05:00
905d44760b Added width and height property mapping.
Changed some documentation notation and refactored previous code.
2022-04-17 14:58:20 -05:00
16089881d6 More JSDoc fixes. 2022-04-17 14:27:31 -05:00
b771d211a4 Fixed a documentation issue.
And added some notes in the form of comments.
2022-04-17 14:09:23 -05:00
4a5483ab59 Added generic numeric mapping functions.
Changed library code to favour use of objects over arrays.

Implemented changes in text.js.
2022-04-17 14:05:41 -05:00
bf3cef97be Changed how listening to ranges of a visualizer works. 2022-04-17 02:29:40 -05:00
33dac7a872 Fixed JSDoc issue. 2022-04-17 01:34:43 -05:00
49bfab6dd8 Added font color mapping function. 2022-04-17 01:31:16 -05:00
6cac185c9b Added bin range listener function. 2022-04-17 01:31:16 -05:00
5fdd6f2f01 Added linear easing function. 2022-04-17 01:31:16 -05:00
0543efccd8 Added sync check to song player. 2022-04-17 01:31:16 -05:00
cb72a387aa Added CSS color utilities and respective tests.
Installed mocha and chai for testing.

Changed package versions to avoid vulnerabilities.
2022-04-17 01:27:57 -05:00
d46f30273d Changed demo html file to be index.html. 2022-04-17 01:26:26 -05:00
1ffb0b159a Refactored old canvas pattern. 2022-04-16 05:43:20 -05:00
f5d97b560c Removed documentation line that doesn't make sense. 2022-04-16 05:38:32 -05:00
d2343a611b Added more documentation. 2022-04-16 04:57:34 -05:00
bf35220703 Fixed import issues and aggregated exports. 2022-04-16 04:06:39 -05:00
868c0f36dc Moved CSS import to more appropriate file. 2022-04-16 03:46:16 -05:00
edd2794eeb Initial pipeline setup. 2022-04-16 03:22:01 -05:00
f480eca822 Added play, pause, next and previous element generation.
Removed goals for generating seeking and volume control functions.
2022-04-15 18:37:41 -05:00
b94622dddf Added event handling and state change listeners. 2022-04-15 17:46:17 -05:00
a6a5f75b82 Added Visualized song player and required playlist modifications (untested).
Class names and respective file names refactored.

Added song player for basic playlist management and playback.

Added support for visualizers per song in the playlist.

Created a visualizer update manager that acts as a splitter for all the bins and their updates.

Fixed potential bugs.
2022-04-15 15:25:03 -05:00
507de1f3c0 Completed untested versions of playlist and playlist song classes.
Restructured for improved development and deployment pipeline.

Added webpack and configurations for development and production.

Began adding JSDocs.

Added eslint.
2022-04-15 00:11:46 -05:00
ff3325b5db Completed untested versions of playlist and playlist song classes.
Restructured for improved development and deployment pipeline.

Added webpack and configurations for development and production.

Began adding JSDocs.

Added eslint.
2022-04-15 00:06:09 -05:00