Skip to content

Commit ae0ba24

Browse files
authored
Merge pull request #1 from SubZtep/to-synth
To synth
2 parents 17b3200 + f4d5c30 commit ae0ba24

File tree

89 files changed

+3221
-2399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3221
-2399
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

.github/workflows/test.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Test
2+
on: push
3+
jobs:
4+
setup-and-test:
5+
name: Setup & List TS
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- name: Use Node.js 12
10+
uses: actions/setup-node@v1
11+
with:
12+
node-version: 12
13+
- name: Install dependencies
14+
run: |
15+
npm config set "@fortawesome:registry" https://npm.fontawesome.com/ && npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
16+
npm install
17+
- name: Check TypeScript
18+
run: ./node_modules/.bin/tsc

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3+
.npmrc
4+
35
# dependencies
46
/node_modules
57
/.pnp

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# WAAπSynth :musical_keyboard: _Web Audio Api Synthesizer_
2+
3+
> Oscillator for the rule.
4+
5+
## Materials
6+
7+
### Colour Palette
8+
https://coolors.co/11151c-212d40-364156-7d4e57-d66853

build/asset-manifest.json

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
{
22
"files": {
3-
"main.js": "/audionodes/build/static/js/main.c99ab196.chunk.js",
4-
"main.js.map": "/audionodes/build/static/js/main.c99ab196.chunk.js.map",
5-
"runtime-main.js": "/audionodes/build/static/js/runtime-main.ccb1b189.js",
6-
"runtime-main.js.map": "/audionodes/build/static/js/runtime-main.ccb1b189.js.map",
7-
"static/css/2.be08b6c7.chunk.css": "/audionodes/build/static/css/2.be08b6c7.chunk.css",
8-
"static/js/2.e4899cd3.chunk.js": "/audionodes/build/static/js/2.e4899cd3.chunk.js",
9-
"static/js/2.e4899cd3.chunk.js.map": "/audionodes/build/static/js/2.e4899cd3.chunk.js.map",
10-
"index.html": "/audionodes/build/index.html",
11-
"precache-manifest.43fefce909db1610848d3adbc7a5f55d.js": "/audionodes/build/precache-manifest.43fefce909db1610848d3adbc7a5f55d.js",
12-
"service-worker.js": "/audionodes/build/service-worker.js",
13-
"static/css/2.be08b6c7.chunk.css.map": "/audionodes/build/static/css/2.be08b6c7.chunk.css.map",
14-
"static/js/2.e4899cd3.chunk.js.LICENSE.txt": "/audionodes/build/static/js/2.e4899cd3.chunk.js.LICENSE.txt",
15-
"static/media/98.css": "/audionodes/build/static/media/ms_sans_serif_bold.cb1c7473.woff2"
3+
"main.js": "/synth/static/js/main.8dfd04af.chunk.js",
4+
"main.js.map": "/synth/static/js/main.8dfd04af.chunk.js.map",
5+
"runtime-main.js": "/synth/static/js/runtime-main.2ab9fd27.js",
6+
"runtime-main.js.map": "/synth/static/js/runtime-main.2ab9fd27.js.map",
7+
"static/js/2.a007f09a.chunk.js": "/synth/static/js/2.a007f09a.chunk.js",
8+
"static/js/2.a007f09a.chunk.js.map": "/synth/static/js/2.a007f09a.chunk.js.map",
9+
"index.html": "/synth/index.html",
10+
"precache-manifest.d0a8a02c7f37c45a5dac069a46d5bc72.js": "/synth/precache-manifest.d0a8a02c7f37c45a5dac069a46d5bc72.js",
11+
"service-worker.js": "/synth/service-worker.js",
12+
"static/js/2.a007f09a.chunk.js.LICENSE.txt": "/synth/static/js/2.a007f09a.chunk.js.LICENSE.txt"
1613
},
1714
"entrypoints": [
18-
"static/js/runtime-main.ccb1b189.js",
19-
"static/css/2.be08b6c7.chunk.css",
20-
"static/js/2.e4899cd3.chunk.js",
21-
"static/js/main.c99ab196.chunk.js"
15+
"static/js/runtime-main.2ab9fd27.js",
16+
"static/js/2.a007f09a.chunk.js",
17+
"static/js/main.8dfd04af.chunk.js"
2218
]
2319
}

build/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/audionodes/build/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web Audio API — Audio Nodes Showcase"/><link rel="apple-touch-icon" href="/audionodes/build/icons8-tuning-fork-64.png"/><link rel="manifest" href="/audionodes/build/manifest.json"/><style>.noscroll{overflow:hidden}</style><title>Audio Nodes</title><link href="/audionodes/build/static/css/2.be08b6c7.chunk.css" rel="stylesheet"></head><body ontouchstart><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,i,l=r[0],a=r[1],f=r[2],c=0,s=[];c<l.length;c++)i=l[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,l=1;l<t.length;l++){var a=t[l];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="/audionodes/build/";var l=this.webpackJsonpaudionodes=this.webpackJsonpaudionodes||[],a=l.push.bind(l);l.push=r,l=l.slice();for(var f=0;f<l.length;f++)r(l[f]);var p=a;t()}([])</script><script src="/audionodes/build/static/js/2.e4899cd3.chunk.js"></script><script src="/audionodes/build/static/js/main.c99ab196.chunk.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/synth/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#364156"/><meta name="description" content="Audio Synthesizer using the Web Audio API"/><link rel="apple-touch-icon" href="/synth/icons8-tuning-fork-64.png"/><link rel="manifest" href="/synth/manifest.json"/><title>WAAπSynth</title></head><body ontouchstart><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,l,f=t[0],i=t[1],a=t[2],c=0,s=[];c<f.length;c++)l=f[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,a||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,f=1;f<r.length;f++){var i=r[f];0!==o[i]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/synth/";var f=this.webpackJsonpsynth=this.webpackJsonpsynth||[],i=f.push.bind(f);f.push=t,f=f.slice();for(var a=0;a<f.length;a++)t(f[a]);var p=i;r()}([])</script><script src="/synth/static/js/2.a007f09a.chunk.js"></script><script src="/synth/static/js/main.8dfd04af.chunk.js"></script></body></html>

build/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "Audio Nodes",
3-
"name": "Audio Nodes Showcase",
2+
"short_name": "Synth",
3+
"name": "WAAπSynth",
44
"icons": [
55
{
66
"src": "favicon.ico",
@@ -15,6 +15,6 @@
1515
],
1616
"start_url": ".",
1717
"display": "standalone",
18-
"theme_color": "#000000",
18+
"theme_color": "#364156",
1919
"background_color": "#c0c0c0"
2020
}

build/precache-manifest.43fefce909db1610848d3adbc7a5f55d.js

-42
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "3c4631f5b12713445fec32af66b59078",
4+
"url": "/synth/index.html"
5+
},
6+
{
7+
"revision": "715d1c508e028e0d378c",
8+
"url": "/synth/static/js/2.a007f09a.chunk.js"
9+
},
10+
{
11+
"revision": "db30d36cc67fe41fff60f7a6d4e2e2fd",
12+
"url": "/synth/static/js/2.a007f09a.chunk.js.LICENSE.txt"
13+
},
14+
{
15+
"revision": "9c20cbe48a12730e55dd",
16+
"url": "/synth/static/js/main.8dfd04af.chunk.js"
17+
},
18+
{
19+
"revision": "3a7d71a10d37ba61e37a",
20+
"url": "/synth/static/js/runtime-main.2ab9fd27.js"
21+
}
22+
]);

build/service-worker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
1515

1616
importScripts(
17-
"/audionodes/build/precache-manifest.43fefce909db1610848d3adbc7a5f55d.js"
17+
"/synth/precache-manifest.d0a8a02c7f37c45a5dac069a46d5bc72.js"
1818
);
1919

2020
self.addEventListener('message', (event) => {
@@ -33,7 +33,7 @@ workbox.core.clientsClaim();
3333
self.__precacheManifest = [].concat(self.__precacheManifest || []);
3434
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
3535

36-
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/audionodes/build/index.html"), {
36+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/synth/index.html"), {
3737

3838
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
3939
});

build/static/css/2.be08b6c7.chunk.css

-2
This file was deleted.

build/static/css/2.be08b6c7.chunk.css.map

-1
This file was deleted.

build/static/js/2.a007f09a.chunk.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/2.e4899cd3.chunk.js.LICENSE.txt renamed to build/static/js/2.a007f09a.chunk.js.LICENSE.txt

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ object-assign
44
@license MIT
55
*/
66

7+
/*!
8+
Copyright (c) 2017 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
15+
*
16+
* Copyright (c) 2014-2017, Jon Schlinkert.
17+
* Released under the MIT License.
18+
*/
19+
20+
/*!
21+
* isobject <https://github.com/jonschlinkert/isobject>
22+
*
23+
* Copyright (c) 2014-2017, Jon Schlinkert.
24+
* Released under the MIT License.
25+
*/
26+
727
/** @license React v0.19.1
828
* scheduler.production.min.js
929
*
@@ -22,6 +42,15 @@ object-assign
2242
* LICENSE file in the root directory of this source tree.
2343
*/
2444

45+
/** @license React v16.13.1
46+
* react-is.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
2554
/** @license React v16.13.1
2655
* react.production.min.js
2756
*

build/static/js/2.a007f09a.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/2.e4899cd3.chunk.js

-3
This file was deleted.

build/static/js/2.e4899cd3.chunk.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)