Skip to content

Commit

Permalink
FIX: TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed May 7, 2019
1 parent 5cbd4d0 commit e2f761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/productSpecific/midas.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const midasMeter = (message) => {
let vuMeters = [];
let numberOfChannels = store.settings[0].numberOfChannels;

for (let i=0; i < numberOfchannels; i++) {
for (let i=0; i < numberOfChannels; i++) {
vuMeters.push({vuVal : dataview.getFloat32(4*i+headerData , true)});
}
window.storeRedux.dispatch({
Expand Down

0 comments on commit e2f761a

Please sign in to comment.