Uses of Interface
dguitar.players.sound.Performance

Packages that use Performance
dguitar.players.sound Provides classes for playing songs, by listening. 
dguitar.players.sound.midi Provides classes for the MIDI player. 
test.tools   
 

Uses of Performance in dguitar.players.sound
 

Methods in dguitar.players.sound that return Performance
 Performance SoundPlayer.createPerformance(int tracks, Tempo tempo, int resolution)
          Create a performance object that is compatible with this class of SoundPlayer.
 Performance MasterPlayer.arrange(Song song, Arrangement passedArrangement)
           
 Performance MasterPlayer.createPerformance(int tracks, Tempo tempo, int resolution)
           
 

Methods in dguitar.players.sound with parameters of type Performance
 void SoundPlayer.setPerformance(Performance performance)
           
 void MasterPlayer.setPerformance(Performance performance)
           
 

Uses of Performance in dguitar.players.sound.midi
 

Classes in dguitar.players.sound.midi that implement Performance
 class PerformanceCore
          Implementation of a Performance
 class PerformanceFile
           
 class PerformanceLive
           
 

Methods in dguitar.players.sound.midi that return Performance
 Performance MidiPlayer.createPerformance(int tracks, Tempo tempo, int resolution)
           
 Performance MidiFiler.createPerformance(int tracks, Tempo tempo, int resolution)
           
 

Methods in dguitar.players.sound.midi with parameters of type Performance
 void MidiPlayer.setPerformance(Performance performance)
           
 void MidiFiler.setPerformance(Performance performance)
           
 

Uses of Performance in test.tools
 

Methods in test.tools that return Performance
 Performance MockMidiPlayer.createPerformance(int tracks, Tempo tempo, int resolution)
           
 

Methods in test.tools with parameters of type Performance
 void MockMidiPlayer.setPerformance(Performance performance)