Changeset 51 in tmcsimulator for trunk/test
- Timestamp:
- 07/03/2016 06:25:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/SoundPlayerTest.java
r16 r51 36 36 System.out.println("run"); 37 37 Vector dummy = new Vector(); 38 // the frog clip is actually 3 seconds long, but we specify clip duration of 2 39 // to demonstrate that the subsequent clip will start before the first one finishes. 40 // This shows that SoundPlayer assumes correct clip durations. 38 41 IncidentEvent evt1 = new IncidentEvent(0, null, "frog-croak.mp3", 2, dummy, dummy); 39 42 IncidentEvent evt2 = new IncidentEvent(0, null, "bikehorn.mp3", 1, dummy, dummy);
Note: See TracChangeset
for help on using the changeset viewer.
