Mercurial > hg > mpeg-demasking-lisenting-test
comparison DeMaskingLT/ListenToAudio.cs @ 3:e0bd22354f3f tip
Fixed name bug
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Fri, 07 Jul 2017 12:34:24 +0100 |
parents | e8147674e932 |
children |
comparison
equal
deleted
inserted
replaced
2:1254d73c5061 | 3:e0bd22354f3f |
---|---|
42 private int _track2CurrentValue = 0; | 42 private int _track2CurrentValue = 0; |
43 private int _track3CurrentValue = 0; | 43 private int _track3CurrentValue = 0; |
44 private int _track4CurrentValue = 0; | 44 private int _track4CurrentValue = 0; |
45 private int _track5CurrentValue = 0; | 45 private int _track5CurrentValue = 0; |
46 | 46 |
47 private int _testNumber = 0; | 47 private int _testNumber = 4; |
48 | 48 |
49 public ListenToAudio() | 49 public ListenToAudio() |
50 { | 50 { |
51 InitializeComponent(); | 51 InitializeComponent(); |
52 } | 52 } |