mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-01-03 11:35:49 -05:00
state of effects, volume and instrument managed by target in vm
This commit is contained in:
parent
7b07d150da
commit
c9029396c6
1 changed files with 0 additions and 5 deletions
|
@ -138,11 +138,6 @@ function AudioPlayer (audioEngine) {
|
|||
// reset effects to their default parameters
|
||||
this.clearEffects();
|
||||
|
||||
this.effectNames = ['PITCH', 'PAN', 'ECHO', 'REVERB', 'FUZZ', 'ROBOT'];
|
||||
|
||||
this.currentVolume = 100;
|
||||
|
||||
this.currentInstrument = 0;
|
||||
// sound players that are currently playing, indexed by the sound's md5
|
||||
this.activeSoundPlayers = Object.create({});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue