Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
_
__add__() (pytheory.tones.Tone method)
__contains__() (pytheory.chords.Chord method)
(pytheory.scales.Scale method)
__eq__() (pytheory.tones.Tone method)
__ge__() (pytheory.tones.Tone method)
__getitem__() (pytheory.scales.Scale method)
(pytheory.scales.TonedScale method)
__gt__() (pytheory.tones.Tone method)
__hash__() (pytheory.tones.Tone method)
__init__() (pytheory.charts.NamedChord method)
(pytheory.chords.Chord method)
(pytheory.chords.Fretboard method)
(pytheory.scales.Key method)
(pytheory.scales.Scale method)
(pytheory.scales.TonedScale method)
(pytheory.systems.System method)
(pytheory.tones.Tone method)
__iter__() (pytheory.chords.Chord method)
(pytheory.chords.Fretboard method)
(pytheory.scales.Scale method)
__le__() (pytheory.tones.Tone method)
__len__() (pytheory.chords.Chord method)
(pytheory.chords.Fretboard method)
(pytheory.scales.Scale method)
__lt__() (pytheory.tones.Tone method)
__repr__() (pytheory.charts.NamedChord method)
(pytheory.chords.Chord method)
(pytheory.chords.Fretboard method)
(pytheory.scales.Key method)
(pytheory.scales.Scale method)
(pytheory.scales.TonedScale method)
(pytheory.systems.System method)
(pytheory.tones.Tone method)
__str__() (pytheory.tones.Tone method)
__sub__() (pytheory.tones.Tone method)
A
acceptable_tone_names (pytheory.charts.NamedChord property)
acceptable_tones (pytheory.charts.NamedChord property)
add() (pytheory.tones.Tone method)
add_tone() (pytheory.chords.Chord method)
all_keys() (pytheory.scales.Key class method)
analyze() (pytheory.chords.Chord method)
analyze_progression() (in module pytheory.chords)
B
balalaika() (pytheory.chords.Fretboard class method)
banjo() (pytheory.chords.Fretboard class method)
bass() (pytheory.chords.Fretboard class method)
beat_frequencies (pytheory.chords.Chord property)
beat_pulse (pytheory.chords.Chord property)
borrowed_chords (pytheory.scales.Key property)
bouzouki() (pytheory.chords.Fretboard class method)
C
capo() (pytheory.chords.Fretboard method)
cello() (pytheory.chords.Fretboard class method)
charango() (pytheory.chords.Fretboard class method)
charts_for_fretboard() (in module pytheory.charts)
Chord (class in pytheory.chords)
chord() (pytheory.scales.Scale method)
chords (pytheory.scales.Key property)
circle_of_fifths() (pytheory.tones.Tone method)
circle_of_fourths() (pytheory.tones.Tone method)
D
degree() (pytheory.scales.Scale method)
detect() (pytheory.scales.Key class method)
(pytheory.scales.Scale static method)
dissonance (pytheory.chords.Chord property)
double_bass() (pytheory.chords.Fretboard class method)
E
enharmonic (pytheory.tones.Tone property)
erhu() (pytheory.chords.Fretboard class method)
exists (pytheory.tones.Tone property)
F
fingering() (pytheory.charts.NamedChord method)
(pytheory.chords.Chord method)
(pytheory.chords.Fretboard method)
fingerings() (pytheory.charts.NamedChord method)
fix_fingering() (pytheory.charts.NamedChord static method)
frequency (pytheory.tones.Tone property)
Fretboard (class in pytheory.chords)
from_frequency() (pytheory.tones.Tone class method)
from_index() (pytheory.tones.Tone class method)
from_intervals() (pytheory.chords.Chord class method)
from_midi() (pytheory.tones.Tone class method)
from_midi_message() (pytheory.chords.Chord class method)
from_name() (pytheory.chords.Chord class method)
from_string() (pytheory.tones.Tone class method)
from_tones() (pytheory.chords.Chord class method)
from_tuple() (pytheory.tones.Tone class method)
full_name (pytheory.tones.Tone property)
G
generate_scale() (pytheory.systems.System static method)
get() (pytheory.scales.TonedScale method)
guitar() (pytheory.chords.Fretboard class method)
H
harmonize() (pytheory.scales.Scale method)
harmony (pytheory.chords.Chord property)
harp() (pytheory.chords.Fretboard class method)
I
identify() (pytheory.chords.Chord method)
INSTRUMENTS (pytheory.chords.Fretboard attribute)
Interval (class in pytheory.tones)
interval_to() (pytheory.tones.Tone method)
intervals (pytheory.chords.Chord property)
inversion() (pytheory.chords.Chord method)
is_flat (pytheory.tones.Tone property)
is_natural (pytheory.tones.Tone property)
is_sharp (pytheory.tones.Tone property)
K
Key (class in pytheory.scales)
keyboard() (pytheory.chords.Fretboard class method)
L
letter (pytheory.tones.Tone property)
lute() (pytheory.chords.Fretboard class method)
M
MAJOR_SECOND (pytheory.tones.Interval attribute)
MAJOR_SEVENTH (pytheory.tones.Interval attribute)
MAJOR_SIXTH (pytheory.tones.Interval attribute)
MAJOR_THIRD (pytheory.tones.Interval attribute)
mandocello() (pytheory.chords.Fretboard class method)
mandola() (pytheory.chords.Fretboard class method)
mandolin() (pytheory.chords.Fretboard class method)
midi (pytheory.tones.Tone property)
MINOR_SECOND (pytheory.tones.Interval attribute)
MINOR_SEVENTH (pytheory.tones.Interval attribute)
MINOR_SIXTH (pytheory.tones.Interval attribute)
MINOR_THIRD (pytheory.tones.Interval attribute)
modes (pytheory.systems.System property)
module
pytheory.charts
pytheory.chords
pytheory.play
pytheory.scales
pytheory.systems
pytheory.tones
N
name (pytheory.charts.NamedChord property)
NamedChord (class in pytheory.charts)
names() (pytheory.tones.Tone method)
nashville() (pytheory.scales.Key method)
(pytheory.scales.Scale method)
note_names (pytheory.scales.Key property)
(pytheory.scales.Scale property)
O
OCTAVE (pytheory.tones.Interval attribute)
octave_mandolin() (pytheory.chords.Fretboard class method)
oud() (pytheory.chords.Fretboard class method)
overtones() (pytheory.tones.Tone method)
P
parallel (pytheory.scales.Key property)
pedal_steel() (pytheory.chords.Fretboard class method)
PERFECT_FIFTH (pytheory.tones.Interval attribute)
PERFECT_FOURTH (pytheory.tones.Interval attribute)
pipa() (pytheory.chords.Fretboard class method)
pitch() (pytheory.tones.Tone method)
play() (in module pytheory.play)
progression() (pytheory.scales.Key method)
(pytheory.scales.Scale method)
PROGRESSIONS (in module pytheory.scales)
pytheory.charts
module
pytheory.chords
module
pytheory.play
module
pytheory.scales
module
pytheory.systems
module
pytheory.tones
module
Q
quality (pytheory.chords.Chord property)
R
random_progression() (pytheory.scales.Key method)
relative (pytheory.scales.Key property)
remove_tone() (pytheory.chords.Chord method)
root (pytheory.chords.Chord property)
S
SAW() (pytheory.play.Synth method)
sawtooth_wave() (in module pytheory.play)
Scale (class in pytheory.scales)
scale (pytheory.scales.Key property)
scale_diagram() (pytheory.chords.Fretboard method)
scales (pytheory.scales.TonedScale property)
(pytheory.systems.System property)
secondary_dominant() (pytheory.scales.Key method)
semitones (pytheory.systems.System property)
seventh() (pytheory.scales.Key method)
(pytheory.scales.Scale method)
seventh_chords (pytheory.scales.Key property)
shamisen() (pytheory.chords.Fretboard class method)
signature (pytheory.scales.Key property)
SINE() (pytheory.play.Synth method)
sine_wave() (in module pytheory.play)
sitar() (pytheory.chords.Fretboard class method)
subtract() (pytheory.tones.Tone method)
Synth (class in pytheory.play)
System (class in pytheory.systems)
system (pytheory.scales.Scale property)
(pytheory.tones.Tone property)
T
tab() (pytheory.charts.NamedChord method)
tension (pytheory.chords.Chord property)
Tone (class in pytheory.tones)
tone (pytheory.charts.NamedChord property)
TonedScale (class in pytheory.scales)
tones (pytheory.systems.System property)
transpose() (pytheory.chords.Chord method)
(pytheory.scales.Scale method)
(pytheory.tones.Tone method)
triad() (pytheory.scales.Key method)
(pytheory.scales.Scale method)
TRIANGLE() (pytheory.play.Synth method)
triangle_wave() (in module pytheory.play)
TRITONE (pytheory.tones.Interval attribute)
tritone_sub() (pytheory.chords.Chord method)
TUNINGS (pytheory.chords.Fretboard attribute)
twelve_string() (pytheory.chords.Fretboard class method)
U
ukulele() (pytheory.chords.Fretboard class method)
UNISON (pytheory.tones.Interval attribute)
V
viola() (pytheory.chords.Fretboard class method)
violin() (pytheory.chords.Fretboard class method)
voice_leading() (pytheory.chords.Chord method)
PyTheory
Music Theory for Humans
Navigation
User Guide
Quickstart
Music Theory Fundamentals
Working with Tones
Working with Scales
Working with Chords
Instruments and Fingerings
Musical Systems
Audio Playback
API Reference
Tones
Scales
Chords and Fretboard
Chord Charts
Audio Playback
Systems
Related Topics
Documentation overview