Jordan Eldredge
3e8bfe5e2b
I don't think I care about import order this much
...
Maybe if I find a version that's fixable
2019-03-19 07:51:02 -07:00
Jordan Eldredge
50267f3ac2
Clearn up unused dependencies
2019-03-19 07:49:57 -07:00
Jordan Eldredge
8c915f7f06
Improve hook dependencies
2019-03-19 07:35:36 -07:00
Jordan Eldredge
bd5fa82c99
Trailing commas!
2019-03-19 06:55:24 -07:00
Jordan Eldredge
c6a70451c9
Start linting .ts and .tsx files
...
Also: Don't have Jest do linting. This was not really providing any value
2019-03-19 06:55:23 -07:00
Jordan Eldredge
ebd72e13f4
Make some existing errors warnings
...
We are enabling eslint for TypeScript files, which have not historically had this type of check.
Rather than trying to fix all these issues up front, we'll convert them to warnings and fix them in the future.
Hopefully we can reenable them soon.
2019-03-19 06:55:23 -07:00
Jordan Eldredge
ee439b0e2c
Import first
2019-03-19 06:55:23 -07:00
Jordan Eldredge
2c1183c470
Clean up
2019-03-19 06:55:23 -07:00
Jordan Eldredge
a9caca0964
Consolidate imports
2019-03-19 06:55:23 -07:00
Jordan Eldredge
1885028ae1
Avoid excessive else
2019-03-19 06:55:23 -07:00
Jordan Eldredge
54c32b0636
Consolidate imports
2019-03-19 06:55:23 -07:00
Jordan Eldredge
13f72a4c1d
No return await
2019-03-19 06:55:23 -07:00
Jordan Eldredge
8c05a39dec
Don't need else when doing early return
2019-03-19 06:55:23 -07:00
Jordan Eldredge
a31b0a8ed8
Allow single line class members to be adjacent
2019-03-19 06:55:23 -07:00
Jordan Eldredge
5d07829a82
Allow linter to parse TypeScript files
2019-03-19 06:55:23 -07:00
Jordan Eldredge
3213743960
Fix import order
2019-03-19 06:55:23 -07:00
Isaiah Odhner
3f8ce8ae3e
Fix typo in readme
2019-03-18 06:09:06 -07:00
jberg
0f5b483925
remove now unused butterchurn-presets package
2019-03-17 21:40:27 -07:00
jberg
bdf1c4aa09
fix window casing
2019-03-17 21:27:29 -07:00
jberg
1fb43474f2
API may change warning
2019-03-17 21:27:29 -07:00
jberg
4de2ee16bb
add access from window for clarity
2019-03-17 21:27:29 -07:00
jberg
5e1a8ffa24
Butterchurn minimal example
2019-03-17 21:27:29 -07:00
jberg
95e948f097
fix TODO placement
2019-03-17 21:07:12 -07:00
jberg
1f525551e8
check known preset URLs for preset map
2019-03-17 21:07:12 -07:00
jberg
a65aef70d6
Butterchurn load preset maps via URL param
2019-03-17 21:07:12 -07:00
Jordan Eldredge
2dd373f8d1
Typescript is happier with this
2019-03-17 20:59:24 -07:00
Jordan Eldredge
9f9891b334
1.3.2-beta.1
2019-03-17 20:59:24 -07:00
Jordan Eldredge
96c65aaebb
Improve typing of onTrackDidChange
2019-03-17 20:59:24 -07:00
Jordan Eldredge
8ca8de7738
1.3.2-beta.0
2019-03-17 20:59:24 -07:00
Jordan Eldredge
bbb9dfce5f
Add types and source maps to npm module
...
We still don't include the source maps for the non-minified (default) version.
2019-03-17 20:59:24 -07:00
jberg
4d7099718b
Butterchurn first preset load transition immediately
2019-03-17 15:17:01 -07:00
jberg
c631882d73
Butterchurn dont error out on non milk/json file in directory when loading
2019-03-17 15:15:30 -07:00
remi.gallego@gmail.com
411669655f
Extend drop target behaviour for objects
2019-03-16 22:23:19 -07:00
Jordan Eldredge
85ae91479a
Upgrade examples to use 1.3.1
2019-03-16 22:04:11 -07:00
Jordan Eldredge
c040fe28d7
Bump version to 1.3.1
2019-03-16 21:59:20 -07:00
Jordan Eldredge
324fc29ca6
Fix bad import of music-metadata-browser
2019-03-16 21:55:42 -07:00
Jordan Eldredge
2c38644428
Output source map for library build
2019-03-16 21:51:12 -07:00
Jordan Eldredge
26613512cf
Scope the allowed preset urls
...
Relates to #750
2019-03-15 16:44:38 -07:00
Jordan Eldredge
7f98705363
Disable Dropbox
...
Relates to https://github.com/captbaritone/webamp/issues/750
2019-03-15 16:13:27 -07:00
Jordan Eldredge
c70c271b31
Milkdrop integration is now in the npm module
2019-03-15 08:13:33 -07:00
Jordan Eldredge
cb53e1887e
Reorder readme
2019-03-15 08:13:14 -07:00
Jordan Eldredge
5f83f2b85a
Link to the _real_ .eqf ecoding bug fix, not the one that got reverted
2019-03-15 08:01:53 -07:00
Jordan Eldredge
a98e9071a2
Document preamp/eq improvement
2019-03-15 08:01:53 -07:00
Jordan Eldredge
8fb3f566f3
Bump version numbers in example packages
2019-03-15 08:01:53 -07:00
Jordan Eldredge
c2735e3d06
Ship version 1.3.0
2019-03-15 08:01:53 -07:00
Jordan Eldredge
c634cd8b94
Fix off by one error when converting .eqf values
...
Validated that this was correct by looking at the output in `winamp-eqf`'s snapshot tests. A .eqf generated by real winamp with all the bands set at the midpoint outputs values of 33.
Fixes #749
2019-03-15 07:33:13 -07:00
Jordan Eldredge
f999c937b1
This fixes
...
It also reverts ab5eb33026 which reintroduces an issue with eqf encoding.
See https://github.com/captbaritone/webamp/issues/749
2019-03-15 07:13:37 -07:00
Jordan Eldredge
8f462606ec
Update readme to clarify that you should use Yarn
...
Fixes #743
2019-03-15 06:58:07 -07:00
Chuf
ff1d18c044
Fixes issue #717
...
GainNode now attenuates or boosts the signal correctly, according to the logarithmic dB scale
2019-03-14 15:47:24 -07:00
Chuf
99b4ad5f98
Fixes issue #717
...
GainNode now attenuates or boosts the signal correctly, according to the logarithmic dB scale
2019-03-14 15:47:24 -07:00