Package jazzparser :: Package data :: Package db_mirrors :: Module semantics :: Class SimpleSemantics
[hide private]
[frames] | no frames]

Class SimpleSemantics

object --+
         |
        SimpleSemantics

A simple logical form that allows no lambda calculus or functional operations at all. It's just for storing the list on tonal space points associated with a chord sequence.

Instance Methods [hide private]
 
__init__(self, root, function, time=1, duration=1, next=None)
root: integer root representation.
 
__iter__(self)
 
__str__(self)
str(x)
 
point_str(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
from_semantics(cls, sem)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, root, function, time=1, duration=1, next=None)
(Constructor)

 

root: integer root representation. function: string function annotation ('T', 'D' or 'S'). next: the next point in the list, if any.

Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)