Removed andoid folder for eslint and type script and fixed apostrophes
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"webpack.config.js",
|
||||
"babel.config.js",
|
||||
"*.test.*",
|
||||
"app.config.ts"
|
||||
"app.config.ts",
|
||||
"android/"
|
||||
],
|
||||
"rules": {
|
||||
"react/react-in-jsx-scope": "off",
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
"app.config.ts",
|
||||
"*/*.test.tsx",
|
||||
"web-build",
|
||||
"dist"
|
||||
"dist",
|
||||
"android"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -229,7 +229,7 @@ const PlayView = ({ songId, route }: RouteProps<PlayViewProps>) => {
|
||||
};
|
||||
inputs.forEach((input) => {
|
||||
input.onmidimessage = (message) => {
|
||||
console.log("onmessage");
|
||||
console.log('onmessage');
|
||||
const { command, note } = parseMidiMessage(message);
|
||||
const keyIsPressed = command == 9;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user