From 386d4967c42cf8146c3bea1b267050192f6a2e16 Mon Sep 17 00:00:00 2001 From: olzzon Date: Sat, 1 Jun 2019 19:36:25 +0200 Subject: [PATCH] fix: App -> passed an unused argument to MidiRemoteConnection style: Added className to text above Remote Midi controller selector boxes --- src/components/App.tsx | 2 +- src/components/Settings.tsx | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 9d9262ce..2a77f700 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -25,7 +25,7 @@ class App extends Component { componentWillMount() { this.mixerConnection = new MixerConnection(this.props.store); this.automationConnection = new AutomationConnection(this.mixerConnection); - this.midiRemoteConnection = new MidiRemoteConnection(this.mixerConnection); + this.midiRemoteConnection = new MidiRemoteConnection(); this.snapShopStoreTimer(); loadSnapshotState(this.props.store.channels[0], this.props.store.settings[0].numberOfChannels); } diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index b9a3bd21..4c1fe3f6 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -249,7 +249,9 @@ class Channels extends PureComponent {
REMOTE CONTROLLER SETTINGS:
- Remote Midi Input Port : +
+ Remote Midi Input Port : +