Changeset 167 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/AudioEvent.java


Ignore:
Timestamp:
12/16/2019 03:55:46 PM (6 years ago)
Author:
sdanthin
Message:

TimeSlice?.java modified remove/getcorrespondingAudioEvent to work with ID system. CHPRadioEvent.java modified to implement setID and ids in the I_AudioEvent.java. ScriptIncident? "adding event" modified to account for ID system. AudioEvent? has ids added. Preliminary tests show working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/events/AudioEvent.java

    r161 r167  
    4444 
    4545    /** 
    46      * File path for the audio file. 
     46     * File path for the audio file. Perhaps should only be generated on save? 
    4747     */ 
    4848    public String audioPath = ""; 
     
    6464        audioPath = "audio/" + f + ".mp3"; 
    6565    } 
    66      
     66    /** 
     67     * sets audio path relative to the working directory using the id value. 
     68     */ 
    6769    public void setAudioFilePathRelative() 
    6870    { 
Note: See TracChangeset for help on using the changeset viewer.