Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
R
REFRESH_DISPLAY_OPTIONS
- Static variable in class dguitar.gui.
SongActionParameters
Refresh/Apply the current Display Options to all open windows
REFRESH_LANG
- Static variable in class dguitar.gui.
SongActionParameters
Refresh the language on the open windows
RELATED_TO_DURATION
- Static variable in class dguitar.gui.
DisplayOptions
RELATED_TO_DYNAMIC
- Static variable in class dguitar.gui.
DisplayOptions
RELATED_TO_NOTHING
- Static variable in class dguitar.gui.
DisplayOptions
RELEASE_DOWN
- Static variable in class dguitar.codecs.guitarPro.
GPBendType
Tremolo bar specific: RELEASE_DOWN indicates a bend of type Release (down).
RELEASE_UP
- Static variable in class dguitar.codecs.guitarPro.
GPBendType
Tremolo bar specific: RELEASE_UP indicates a bend of type Release (up).
RETURN
- Static variable in class dguitar.codecs.guitarPro.
GPBendType
Tremolo bar specific: RETURN indicates a bend of type Return.
RING_FINGER
- Static variable in class dguitar.codecs.guitarPro.
GPFingering
Ring finger.
RX
- Static variable in class dguitar.gui.unused.
NoteComponent
The radio in X axis of the note oval
RY
- Static variable in class dguitar.gui.unused.
NoteComponent
The radio in Y axis of the note oval
RealtimeSoundPlayer
- interface dguitar.players.sound.
RealtimeSoundPlayer
.
RepeatedSongComponent
- class test.songs.
RepeatedSongComponent
.
RepeatedSongComponent(int, int, int, int, int)
- Constructor for class test.songs.
RepeatedSongComponent
RepeatedSongPhrase
- interface dguitar.adaptors.song.
RepeatedSongPhrase
.
A RepeatedSongPhrase defines an underlying phrase and a repeat count.
RepeatedSongPhraseImpl
- class dguitar.adaptors.song.impl.
RepeatedSongPhraseImpl
.
Implementation of RepeatedSongPhrase
RepeatedSongPhraseImpl(SongPhrase, int)
- Constructor for class dguitar.adaptors.song.impl.
RepeatedSongPhraseImpl
RepeatedSongPhraseImplTest
- class test.suite.
RepeatedSongPhraseImplTest
.
RepeatedSongPhraseImplTest()
- Constructor for class test.suite.
RepeatedSongPhraseImplTest
read()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads the next byte of data from the input stream.
read(byte[])
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
readAndDisplay(GPInputStream)
- Method in class dguitar.gui.
SongInternalFrame
This method readsAndDisplay a piece from a GPInputStream GPis
readAndShow(String, InputStream)
- Method in class dguitar.gui.
DGuitar
It reads from the InputStream, and display the PIECE or and error readAndShow used the variable fileName for the title of the window
readBeat(int)
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Returns a beat read from a GP2 file.
readBeat(int)
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Returns a beat read from a GP2 file.
readBeat()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Returns a beat read from a GP3 file.
readBeat()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a Guitar Pro beat
readBend(GPBendType)
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads a bend from the stream.
readBend(GPBendType)
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a bend from the stream.
readBend()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a bend from the stream.
readBend()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a bend from the stream.
readBendPoint()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a bend point from the stream.
readBendPoint()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a bend point from the stream.
readBoolean()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a boolean from the stream.
readByte()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a byte from the stream.
readChordDiagram()
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads a ChordDiagram from the stream.
readChordDiagram()
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a ChordDiagram from the stream.
readChordDiagram()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a chord diagram from the stream.
readChordDiagram()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
readChordType()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
readColor()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a color from the stream.
readColor()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a Guitar Pro color object
readDouble()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a double from the stream.
readEffectsOnBeat(GP1EffectsOnBeat, GPEffectsOnBeat)
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads effects on the current beat from the stream.
readEffectsOnBeat(GP2EffectsOnBeat, GPEffectsOnBeat)
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads effects on the current beat from the stream.
readEffectsOnBeat(GP3EffectsOnBeat)
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads effects on the current beat from the stream.
readEffectsOnBeat()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads effects on the current beat from the stream.
readEffectsOnNote()
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads effects on the current note from the stream.
readEffectsOnNote()
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads effects on the current note from the stream.
readEffectsOnNote()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads effects on the current note from the stream.
readEffectsOnNote()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads effects on the current note from the stream.
readFloat()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads an float from the stream.
readGraceNote()
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
The grace notes are stored in the file with 4 variables, written in the followingorder.
readGraceNote()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
The grace notes are stored in the file with 4 variables, written in the followingorder.
readGraceNote()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
The grace notes are stored in the file with 4 variables, written in the followingorder.
readInt()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads an LSB integer from the stream.
readLong()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a long integer from the stream.
readMIDIChannel()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a MIDI Channel from the stream.
readMIDIChannel()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a MIDI Channel from the stream.
readMarker()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a marker from the stream.
readMarker()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Read a Guitar Pro marker
readMeasure(GPMeasure)
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a measure from the stream.
readMeasure(GPMeasure)
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a Guitar Pro measure
readMeasureTrackPair()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a pair of "measure-track".
readMeasureTrackPair()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a measure track pair
readMeasureTrackPairs(List, GPMeasure, List)
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads a pair of "measure-track".
readMeasureTrackPairs(List, GPMeasure, List)
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a pair of "measure-track".
readMixTableChange()
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a mix table change event from the stream.
readMixTableChange()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a mix table change event from the stream.
readMixTableChange()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a mix table change event from the stream.
readNote()
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads a note (which here means only the fret and the dynamic).
readNote()
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a note (which here means only the fret and the dynamic).
readNote()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a note (with possibly some effects on it) from the stream.
readNote()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a Guitar Pro note
readObject()
- Method in interface dguitar.codecs.
CodecInputStream
Read the input stream on to a single object !!
readObject()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
readPiece()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a piece from the stream.
readPiece()
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads a piece from the stream.
readPiece()
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a piece from the stream.
readPiece()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a GPSong from the stream.
readPiece()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a Piece from the stream.
readPieceFrom(GPInputStream)
- Method in class dguitar.gui.
SongPanel
This method reads from a GPInputStream, and displays any exceptions
readRoot()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
readStringByte(int)
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a string from the stream ; its length is given by a byte.
readStringByteMaxLengthPlusOne()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a string from the stream ; its maximum length is obtained by substracting 1 to a byte read, while its real length is obtained by reading the next byte.
readStringInteger()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a string from the stream ; its length is given by an integer.
readStringIntegerPlusOne()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads a string from the stream ; its length is obtained by substracting 1 to an integer read.
readTonalityType(int)
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
readTrack(GPTrack)
- Method in class dguitar.codecs.guitarPro.version1.
GP1InputStream
Reads a track from the stream.
readTrack(GPTrack)
- Method in class dguitar.codecs.guitarPro.version2.
GP2InputStream
Reads a track from the stream.
readTrack()
- Method in class dguitar.codecs.guitarPro.version3.
GP3InputStream
Reads a track from the stream.
readTrack()
- Method in class dguitar.codecs.guitarPro.version4.
GP4InputStream
Reads a Guitar Pro track
readUnsignedByte()
- Method in class dguitar.codecs.guitarPro.
GPInputStream
Reads an unsigned byte from the stream.
recalculateBPM()
- Method in class dguitar.adaptors.song.
Tempo
recalculateUSQ()
- Method in class dguitar.adaptors.song.
Tempo
recordPerformanceEvent(PerformanceEvent)
- Method in class dguitar.players.sound.midi.
PerformanceCore
recordPerformanceEvent(PerformanceEvent)
- Method in class dguitar.players.sound.midi.
PerformanceFile
recordPerformanceEvent(PerformanceEvent)
- Method in class dguitar.players.sound.midi.
PerformanceLive
red
- Variable in class dguitar.codecs.guitarPro.
GPColor
The red component.
reference
- Variable in class dguitar.gui.
SongOptionsListener
refreshDisplayOptions()
- Method in class dguitar.gui.
DGuitar
refreshLangText()
- Method in class dguitar.gui.
DGuitar
relative
- Variable in class dguitar.gui.unused.
NoteComponent
The position of the note, where X coordinate is the beat, and Y is how many lines below
remapChannel(List, int, int)
- Static method in class test.tools.
MidiTools
remapEvents(List, String[])
- Static method in class test.tools.
MidiTools
remapNoteOff(List)
- Static method in class test.tools.
MidiTools
remapTicks(List, int, int)
- Static method in class test.tools.
MidiTools
removeScrollPane()
- Method in class dguitar.gui.
SongPanel
removeTabPane()
- Method in class dguitar.gui.
SongPanel
repeatCount
- Variable in class dguitar.adaptors.song.impl.
RepeatedSongPhraseImpl
repeatCount
- Variable in class test.songs.
RepeatedSongComponent
repeatFont
- Static variable in class dguitar.gui.
BarPanel
repeatStart
- Variable in class dguitar.codecs.guitarPro.
GPMeasure
Presence of a beginning of repeat sign.
requirementsOK()
- Static method in class dguitar.gui.
DGuitar
this method checks for requirements: screen resolution is checked Java vendor and version
res
- Variable in class dguitar.codecs.guitarPro.
GPSong.StringImpl
resAppend(String)
- Method in class dguitar.codecs.guitarPro.
GPSong.StringImpl
Modifies the RES variable and Append to the ScrollTextPanel as necesary the number of tabs added depend on the tabsStrinImpl variable.
results
- Variable in class dguitar.codecs.guitarPro.statistics.
GPStats
reverb
- Variable in class dguitar.adaptors.song.impl.
SongTrackImpl
reverb
- Variable in class dguitar.codecs.guitarPro.
GPMixTableChange
Gives the changes about the reverb.
rhythmColors
- Variable in class dguitar.gui.
ColorDialog
rhythmColors
- Variable in class dguitar.gui.
ColorPanel
rhythmColors
- Variable in class dguitar.gui.
DisplayOptions
The colors that are used for vertical rhythm lines
rightMargin
- Variable in class dguitar.gui.
TrackPanel
rightOffset
- Variable in class dguitar.gui.
MusicCursor
rightSide
- Variable in class test.suite.
PlayerDemoTest.ComparisonLinePrinter
root
- Variable in class dguitar.codecs.guitarPro.
GPChordDiagram
The root of the Diagram (-1 for the customized chords, 0 when root is C,1 = C#...)
run()
- Method in class dguitar.players.gui.
MusicCursorScroller.RunLater
run()
- Method in class dguitar.players.gui.
MusicCursorScroller
run()
- Method in class test.tools.
MockMidiPlayer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_