Ignore:
Timestamp:
03/08/16 23:22:09 (8 years ago)
Author:
davidb
Message:

Generalization of audio support to allow playback/mixer to be stereo, plus some edits to comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/widgets/SampledTrack.java

    r375 r1007  
    8888        private SampledTrackModel trackModel = null;
    8989       
    90         /** Used for the loading phase. Can change serveal times of a lifetime. for example after import and save it becomes local */
     90        /** Used for the loading phase. Can change several times of a lifetime. for example after import and save it becomes local */
    9191        private String loadFilenameArgument = null; // preproceeds with ARG_IMPORT_TAG if importing.
    9292       
    93         private String localFileName; // Immutable - assigned on constuction
     93        private String localFileName; // Immutable - assigned on construction
    9494       
    9595        /** Used for dumping audio to a temp file when deleted - to free memory.
     
    152152                trackModel = new SampledTrackModel(audioBytes, format, localFileName);
    153153               
    154                 // Ensure that the model is marked as modiefied so that it will save
     154                // Ensure that the model is marked as modified so that it will save
    155155                trackModel.setAudioModifiedFlag(true);
    156156               
Note: See TracChangeset for help on using the changeset viewer.