Changeset 8879
- Timestamp:
- 03/06/07 05:07:19 (5 years ago)
- 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 236 236 this.setFocusOnSegment(vNewFocus); 237 237 238 this.updatePlot(); 238 239 this.innerSvg.unsuspendRedraw(this._suspendId); 239 240 … … 279 280 var vParentSection = pSection.parentSection; 280 281 pSection.parentNode.removeChild(pSection); 281 vParentSection.ownerArea.rootSection.buildSection(); 282 vParentSection.init(this); 282 283 var vUpdatedSegments = this.getUpdatedSegmentsAndCompute(vParentSection); 284 this.updatePlot(); 283 285 return vUpdatedSegments; 284 286 ]]> -
trunk/Xul_Audio/chrome/content/audio-toolkit/waves.xml
r8379 r8879 151 151 152 152 // Create a new channel for reading data 153 var audioChan = gAudioSrvc.newAudioChannel(fileUri, -1, -1 );153 var audioChan = gAudioSrvc.newAudioChannel(fileUri, -1, -1, 2); 154 154 155 155 // Get audioStream
Note: See TracChangeset
for help on using the changeset viewer.