Jordan Eldredge
3dc03abc26
Go back to using two gains for balance
...
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-24 20:56:24 -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
41539ce7e2
Typo
2019-01-16 13:54:43 -08:00
Jordan Eldredge
a1370326a6
Try to convince GitHub we are not 50% Perl
...
https://hackernoon.com/how-to-change-repo-language-in-github-c3e07819c5bb
2019-01-16 13:53:27 -08:00
Jordan Eldredge
2caaf569af
Mention examples in readme
2019-01-16 09:46:34 -08:00
Jordan Eldredge
4ee5d93fd8
Document mention on the latest Changelog podcast
2019-01-16 09:46:34 -08:00
Jordan Eldredge
c5a7cee80a
Move readme to the right place
2019-01-16 07:23:01 -08:00
Jordan Eldredge
ac997dcf5b
Add maki interpreter readme
2019-01-16 07:21:22 -08:00
Jordan Eldredge
75b0dc9249
Add sketch of .maki parser
2019-01-16 07:15:52 -08:00
Mauro Bonfietti
bc6c26b99f
Fix press links ( #718 )
2019-01-07 18:22:02 -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
a6e8fe581b
Upgrade Screenfull to play nice with Chrome 67+
...
04f9ec43ef
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
ab7f66b869
Clean up URLs in docs
2018-12-30 23:02:13 -08:00
Jordan Eldredge
252abbd3a9
Fix type checking of demo site
2018-12-30 22:56:09 -08:00
Jordan Eldredge
c834bc31b4
Type Playlist HTML
2018-12-30 22:49:28 -08:00
Jordan Eldredge
0056ada703
Fix command to serve the built demo site
2018-12-30 22:34:17 -08:00
Jordan Eldredge
185039bf55
Test green dimensions viscolor.txt
2018-12-30 22:31:46 -08:00
Jordan Eldredge
df93ec482c
Type Shade button
2018-12-30 15:56:29 -08:00
Jordan Eldredge
58dafaffa4
Type MainContextMenu
2018-12-30 15:54:16 -08:00
Jordan Eldredge
15b3fa7c74
Upgrade prettier
2018-12-30 15:34:30 -08:00
Jordan Eldredge
f00fda9297
Upgrade babel
2018-12-30 15:29:20 -08:00
Jordan Eldredge
2cf6a3f378
Upgrade webpack
2018-12-30 15:26:07 -08:00
Jordan Eldredge
efb7abb4b1
Update readme to point to new preview image location
2018-12-29 16:11:25 -08:00
Jordan Eldredge
2be0bf0ba2
Remove old favicon
2018-12-29 16:10:44 -08:00
Jordan Eldredge
c93db7ca71
Move demo site into its own directory
2018-12-29 16:06:51 -08:00
Jordan Eldredge
f5c67f8ab7
Remove unused imports
2018-12-29 16:06:51 -08:00
Jordan Eldredge
fbc0bede3e
Type the main window
2018-12-29 16:06:52 -08:00
Jordan Eldredge
b16fb3a2ae
Move file specific media info to the track
...
Fixes #712
2018-12-29 16:06:51 -08:00
Jordan Eldredge
eb296fc182
Type Shuffle
2018-12-29 16:06:51 -08:00
Jordan Eldredge
107a4cee1b
Type Repeat
2018-12-29 16:06:51 -08:00
Jordan Eldredge
7d9ef4287f
Fix seek n tracks forward/back
2018-12-29 12:28:20 -08:00
Jordan Eldredge
7c52b52ea7
Set bitrate and sample rate when loading metadata
2018-12-29 11:14:31 -08:00
Jordan Eldredge
5d6bf7a249
Use a legit polyfill ( #711 )
2018-12-28 15:36:56 -08:00
Jordan Eldredge
196f558375
Use StereoPannerNode where avaliable
...
Fixes #710
2018-12-28 14:01:00 -08:00
Jordan Eldredge
b4856c183d
Revert "Ues Stereo Panner. Fixes #710 "
...
This reverts commit fb828aca22 .
2018-12-27 22:23:03 -08:00
Jordan Eldredge
fb828aca22
Ues Stereo Panner. Fixes #710
2018-12-27 22:09:40 -08:00
Jordan Eldredge
55fedb7200
Bump version
2018-12-23 15:01:46 -08:00
Jordan Eldredge
3e5454d095
Sketch out getting a list of hashes sorted by Twitter likes
2018-12-23 15:01:40 -08:00