Changeset 8879


Ignore:
Timestamp:
03/06/07 05:07:19 (5 years ago)
Author:
par
Message:
 
Location:
trunk/Xul_Audio/chrome/content/audio-toolkit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Audio/chrome/content/audio-toolkit/audio.xml

    r8700 r8879  
    236236                                                this.setFocusOnSegment(vNewFocus); 
    237237 
     238            this.updatePlot(); 
    238239                                                this.innerSvg.unsuspendRedraw(this._suspendId); 
    239240 
     
    279280                                                        var vParentSection = pSection.parentSection;  
    280281                                                        pSection.parentNode.removeChild(pSection);  
    281                                                         vParentSection.ownerArea.rootSection.buildSection();  
     282              vParentSection.init(this); 
    282283                                                        var vUpdatedSegments = this.getUpdatedSegmentsAndCompute(vParentSection);  
     284              this.updatePlot(); 
    283285                                                        return vUpdatedSegments;  
    284286                                                ]]> 
  • trunk/Xul_Audio/chrome/content/audio-toolkit/waves.xml

    r8379 r8879  
    151151                         
    152152                                        // Create a new channel for reading data 
    153                                         var audioChan = gAudioSrvc.newAudioChannel(fileUri, -1, -1); 
     153                                        var audioChan = gAudioSrvc.newAudioChannel(fileUri, -1, -1, 2); 
    154154                                         
    155155                                        // Get audioStream 
Note: See TracChangeset for help on using the changeset viewer.