quantizationtools.QEvent

Inheritance diagram of abjad.tools.quantizationtools.QEvent.QEvent.QEvent

class abjad.tools.quantizationtools.QEvent.QEvent.QEvent(*args)[source]

A utility class for quantization comprising an offset time in milliseconds, and some pitch information: a Number representing a single pitch, None representing silence, or an Iterable comprised of Numbers representing a chord.

QEvents are immutable.

Read-only Properties

QEvent.offset[source]

The offset in milliseconds of the event.

QEvent.value[source]

The pitch information of the event.

Special Methods

QEvent.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

QEvent.__eq__(other)[source]
QEvent.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

QEvent.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

QEvent.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

QEvent.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

QEvent.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

QEvent.__ne__(arg)

True when id(self) does not equal id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

QEvent.__repr__()[source]
QEvent.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

QEvent.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page