Skip to content

Commit

Permalink
chore: removed all GRP fader refences in code - prepring for new chan…
Browse files Browse the repository at this point in the history
…neltype structure
  • Loading branch information
olzzon committed Jun 27, 2019
1 parent 901e5cb commit ad614a1
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 922 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ To set the state send these OSC commands from you Automation to ProducersAudioMi
/ch/1/mix/faderlevel - float {between 0 and 1}
#### Set channel label:
/ch/1/label - string {name of channel}
#### Set group to PGM:
/grp/1/pgm - integer: { 0 or 1 }
#### Set group to PST:
/grp/1/pst - integer: { 0 or 1 }
#### Set group faderlevel:
/grp/1/faderlevel - float {between 0 and 1}
#### Crossfade between PGM and PST:
/take
#### Set snap 1-xx to PST:
Expand All @@ -94,8 +88,6 @@ To set the state send these OSC commands from you Automation to ProducersAudioMi
/fadetoblack
#### Hide or show channel strips on GUI:
/ch/{value1}/visible - integer { 0 or 1 }
#### Hide or show group strips on GUI:
/grp/{value1}/visible - integer { 0 or 1 }

## Get state:
#### Get state channel PGM:
Expand Down
103 changes: 0 additions & 103 deletions src/assets/css/GrpFader.css

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/Channels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from 'react';
import { connect } from "react-redux";

import Channel from './Channel';
import GrpFader from './GrpFader';
import '../assets/css/Channels.css';
import { Store } from 'redux';
import { IAppProps } from './App';
Expand Down Expand Up @@ -78,13 +77,6 @@ class Channels extends React.Component<IAppProps & Store> {
/>
})
}
{this.props.store.channels[0].grpFader.map((none: any, index: number) => {
return <GrpFader
faderIndex = {index}
key={index}
/>
})
}
<br/>
<div className="channels-mix-body">
<button
Expand Down
176 changes: 0 additions & 176 deletions src/components/GrpFader.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/GrpVuMeter.tsx

This file was deleted.

Loading

0 comments on commit ad614a1

Please sign in to comment.