|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Tempo | |
| dguitar.adaptors.song | Provides classes for handling Songs. |
| dguitar.adaptors.song.impl | Provides classes for implementing a Song. |
| dguitar.players.sound | Provides classes for playing songs, by listening. |
| dguitar.players.sound.midi | Provides classes for the MIDI player. |
| test.suite | |
| test.tools | |
| Uses of Tempo in dguitar.adaptors.song |
| Methods in dguitar.adaptors.song that return Tempo | |
Tempo |
Song.getTempo()
|
| Uses of Tempo in dguitar.adaptors.song.impl |
| Fields in dguitar.adaptors.song.impl declared as Tempo | |
(package private) Tempo |
SongImpl.tempo
|
| Methods in dguitar.adaptors.song.impl that return Tempo | |
Tempo |
SongImpl.getTempo()
|
| Constructors in dguitar.adaptors.song.impl with parameters of type Tempo | |
SongImpl(int ppq,
Tempo tempo)
|
|
| Uses of Tempo in dguitar.players.sound |
| Methods in dguitar.players.sound that return Tempo | |
Tempo |
Performance.getTempo()
|
| Methods in dguitar.players.sound with parameters of type Tempo | |
Performance |
SoundPlayer.createPerformance(int tracks,
Tempo tempo,
int resolution)
Create a performance object that is compatible with this class of SoundPlayer. |
Performance |
MasterPlayer.createPerformance(int tracks,
Tempo tempo,
int resolution)
|
| Uses of Tempo in dguitar.players.sound.midi |
| Fields in dguitar.players.sound.midi declared as Tempo | |
(package private) Tempo |
PerformanceCore.tempo
|
| Methods in dguitar.players.sound.midi that return Tempo | |
Tempo |
PerformanceCore.getTempo()
|
| Methods in dguitar.players.sound.midi with parameters of type Tempo | |
private void |
PerformanceCore.setTempo(Tempo tempo)
|
Performance |
MidiPlayer.createPerformance(int tracks,
Tempo tempo,
int resolution)
|
Performance |
MidiFiler.createPerformance(int tracks,
Tempo tempo,
int resolution)
|
| Constructors in dguitar.players.sound.midi with parameters of type Tempo | |
PerformanceLive(int tracks,
Tempo tempo,
int resolution)
|
|
PerformanceFile(int tracks,
Tempo tempo,
int resolution)
|
|
PerformanceCore(int tracks,
Tempo tempo,
int resolution)
|
|
| Uses of Tempo in test.suite |
| Fields in test.suite declared as Tempo | |
(package private) Tempo |
TempoTestCase.tempo
|
| Uses of Tempo in test.tools |
| Methods in test.tools with parameters of type Tempo | |
Performance |
MockMidiPlayer.createPerformance(int tracks,
Tempo tempo,
int resolution)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||