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 : +