Reference
Bases: Sequence
A fingerprint sequence is a sequence from which other sequences may be derived using the various sequence derivation protocols available in this package.
For example, a fingerprint might be your main melody from which you wish to derive additional melodies that could be overlayed at various points in the song. This is the child of the base class "Sequence", and has the additional functionality that allows for sequences to be derived from itself.
Attributes
is_frpint (bool)
True. This allows a developer to probe whether a sequence is a fingerprint sequence or not. This variable is set to False for base class "Sequence".
d_dict (dict)
A dictionary with keys corresponding to the different types of derivations that are possible, and values corresponding the current total number of derived sequences of that type.
derseq (dict)
Dictionary of derived sequences. Keys are names. Values are the Sequence objects.
Source code in dawatoma/fp_sequence.py
alt2_s(freq=1, oc1=5, oc2=5, duration=12)
Create a sequence of two notes alternating at the specified frequency in beats. Sample from the notes in this fingerprint sequence, and use the octaves specified.
Source code in dawatoma/fp_sequence.py
gen_all_midi()
Generate midiutil objects for all derived sequences that store everything needed to write a midi file with the melody.
rsamp_s(freq=0.5, oc1=4, oc2=6, duration=32.0, period=0, maxdist=8, length=8)
Create a sequence of notes randomly sampled from the notes in this fingerprint sequence in the octave range specified
Source code in dawatoma/fp_sequence.py
write_all_dawa()
Write a .dawa file for all derived sequences. They will all be called '
write_all_midi()
Write a .midi file for all derived sequences. They will all be called '