Skip to content

Commit

Permalink
fix: behringer and midas vu-meter import was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jun 27, 2019
1 parent ad614a1 commit d557479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import * as os from 'os'; // Used to display (log) network addresses on local ma
import * as osc from 'osc'; //Using OSC fork from PieceMeta/osc.js as it has excluded hardware serialport support and thereby is crossplatform

//Utils:
import { IMixerProtocol, MixerProtocolPresets } from '../constants/MixerProtocolPresets';
import { IMixerProtocol } from '../constants/MixerProtocolPresets';
import { behringerMeter } from './productSpecific/behringer';
import { midasMeter } from './productSpecific/midas';
import { IStore } from '../reducers/indexReducer';

export class OscMixerConnection {
Expand Down

0 comments on commit d557479

Please sign in to comment.