Commit graph

1167 commits

Author SHA1 Message Date
Jordan Eldredge
c63ea937b1 Support Milkdrop fullscreen 2019-03-13 21:09:20 -07:00
Jordan Eldredge
4b7514ba8a Remove disused import 2019-03-13 21:09:20 -07:00
Jordan Eldredge
37b3340cd2 Improve architecture of Milkdrop code 2019-03-13 21:09:20 -07:00
Jordan Eldredge
325a1dc536 Actually return some nodes in MilkdropContextMenu 2019-03-13 21:09:20 -07:00
Jordan Eldredge
d9c02675a6 Add type for visualizer 2019-03-13 21:09:20 -07:00
Jordan Eldredge
1c5bb54f0d Make tsc happy 2019-03-13 21:09:20 -07:00
Jordan Eldredge
e60c6bd4cc Fix typing in Desktop.tsx 2019-03-13 21:09:20 -07:00
Jordan Eldredge
18b23d6a17 Progress 2019-03-13 21:09:20 -07:00
Jordan Eldredge
98ca95749c Add local dir 2019-03-13 21:09:20 -07:00
Jordan Eldredge
c8570973b2 Use existing keyboard event handler for preset overlay 2019-03-13 21:09:20 -07:00
Jordan Eldredge
c77b18f010 [WIP] Milkdrop rewrite 2019-03-13 21:09:20 -07:00
Jordan Eldredge
6c37ae00ab Rewrite visualizer to use hooks 2019-03-13 21:09:20 -07:00
Jordan Eldredge
d06cfb5b26 [WIP] 2019-03-13 21:09:20 -07:00
Jordan Eldredge
bcaf3d73b8 Clean up _addNewPresets 2019-03-13 21:09:20 -07:00
Jordan Eldredge
934555a3fe Move initial preset into thunk 2019-03-13 21:09:20 -07:00
Jordan Eldredge
c8b3dcc05a Move presets to state 2019-03-13 21:09:20 -07:00
Jordan Eldredge
6ea58f3599 Reenable bits of library start adopting CSS Grid 2019-03-13 21:07:52 -07:00
Jordan Eldredge
45313f4dba Add more debug info 2019-03-05 11:09:29 -08:00
Jordan Eldredge
c5011ca3d2 Type Eject.js 2019-03-03 15:00:57 -08:00
Jordan Eldredge
27cd8e86e0 Improve usage docs 2019-03-02 21:54:07 -08:00
Jordan Eldredge
2bcd69762d
Minify css using postcss (#732)
* Minify css using postcss

* Optimize data uris as build time
2019-03-02 19:52:19 -08:00
Jordan Eldredge
b563eebf96 More logging to help figure out #731 2019-02-26 07:37:00 -08:00
Jordan Eldredge
6a244bb85e Add logging to help debug #731 2019-02-26 07:33:32 -08:00
Jordan Eldredge
be22396af2 Provide default value for balance 2019-02-26 07:32:48 -08:00
Jordan Eldredge
182b4d0024 Allow consumers to initialize StereoBlanceNode value a la StereoPannerNode 2019-02-26 07:23:10 -08:00
Jordan Eldredge
522609fa5e Allow SteroBalanceNode to accept a string 2019-02-26 07:23:10 -08:00
Jordan Eldredge
d2f05768f0 Fix tests for marquee now that we account for separator 2019-02-17 15:07:57 -08:00
Jordan Eldredge
6c28ac5386 Fix issue with looping and separator 2019-02-17 15:03:28 -08:00
Jordan Eldredge
1fdbbb844a Don't add *** to nonlooping marquee text
Fixes #726
2019-02-17 14:58:54 -08:00
Jordan Eldredge
2df185b1a3
Upgrade React (#727)
* Upgrade React

type hooks

* Fix type for passthrough props

* Fix some react typings

* Fix type error with MouseEvent
2019-02-17 14:42:35 -08:00
Jordan Eldredge
e476f1c7df Fix Slider typing 2019-02-16 06:19:25 -08:00
Jordan Eldredge
c05099fd8f Type some more stuff 2019-02-09 23:22:44 -05:00
Jordan Eldredge
48cac8d619 Update snapshots 2019-02-09 11:05:25 -05:00
Jordan Eldredge
ab5eb33026 Fix bug where lowest value eq settings were getting encoded wrong 2019-02-09 09:53:43 -05:00
Jordan Eldredge
4fd802f96e
Go back to using two gains for balance (#725)
SteroPannerNode handled mono files correctly, but apparently panning is not the same as balance.

Eventually I found a work around [here](https://github.com/WebAudio/web-audio-api/issues/975#issue-177242377). The idea is to use a dummy GainNode before the channel splitter to handle the up-mixing before the split is applied.

Tested a mono file as well as left/right balance on Chrome, Firefox, and Safari on Mac desktop.
2019-01-25 04:57:49 -08:00
Jordan Eldredge
8edd11da62 Upgrade Prettier
Improves formatting of hooks
2019-01-24 20:52:53 -08:00
jberg
c7f7b61fef Butterchurn shouldn't cycle when loaded with inital preset (#724) 2019-01-21 18:50:19 -08:00
Jordan Eldredge
2b2598329d
Strip accents from strings so they can be displayed in marquee etc (#722) 2019-01-19 14:00:21 -08:00
Jordan Eldredge
38bd76f3d7 Make preamp a bit... more 2019-01-06 14:45:54 -08:00
Jordan Eldredge
2252c8e944 Improve preamp handling
Setting the preamp to the mid point should have no effect.
2019-01-06 14:34:58 -08:00
Jordan Eldredge
48912634b1 Add preamp to media mocks 2019-01-06 14:34:14 -08:00
Jordan Eldredge
f03c88c6d8 Initialize preamp gain 2019-01-06 13:55:12 -08:00
Jordan Eldredge
7f469cb13e Fix issue with trying to click and drag on full screen milkdrop.
Sentry: WINAMP2-JS-PROD-BW
2019-01-05 16:37:05 -08:00
Jordan Eldredge
a59a471f8d Change how Milkdrop fits into visualization optionsNow: If the Milkdrop window is open, it's always enabled. Otherwise, the current value in the cycle is used. 2019-01-02 21:04:02 -08:00
Jordan Eldredge
1f59cd860f Account for pixel density 2019-01-02 20:44:31 -08:00
Jordan Eldredge
306a6c424a Visualizer bar width is constant, even in shade mode 2019-01-02 20:44:31 -08:00
Jordan Eldredge
083a2d98f5 Learn to spell 2019-01-02 20:44:31 -08:00
Jordan Eldredge
fe6289b890 Enable playlist visualizer 2019-01-01 16:50:05 -08:00
Jordan Eldredge
54a267efbd Move Milkdrop desktop mode to Redux 2018-12-31 15:12:48 -08:00
Jordan Eldredge
c834bc31b4 Type Playlist HTML 2018-12-30 22:49:28 -08:00