Pattern

pattern_jku

Each note of the pattern contains (pattern_id, midi_pitch, occurrence_id, morph_pitch, staff), following the format described in [4].

time

duration

value

confidence

[sec]

[sec]

  • pattern_id

  • midi_pitch

  • occurrence_id

  • morph_pitch

  • staff

Each value field contains a dictionary with the following keys:

  • pattern_id: The integer that identifies the current pattern,

    starting from 1.

  • midi_pitch: The float representing the midi pitch.

  • occurrence_id: The integer that identifies the current occurrence,

    starting from 1.

  • morph_pitch: The float representing the morphological pitch.

  • staff: The integer representing the staff where the current note of the

    patter is found, starting from 0.

Example

time

duration

value

confidence

62.86

0.09

  • pattern_id: 1

  • midi_pitch: 50

  • occurrence_id: 1

  • morph_pitch: 54

  • staff: 1

null

62.86

0.36

  • pattern_id: 1

  • midi_pitch: 77

  • occurrence_id: 1

  • morph_pitch: 70

  • staff: 0

null

36.34

0.09

  • pattern_id: 1

  • midi_pitch: 71

  • occurrence_id: 2

  • morph_pitch: 66

  • staff: 0

null

36.43

0.36

  • pattern_id: 1

  • midi_pitch: 69

  • occurrence_id: 2

  • morph_pitch: 65

  • staff: 0

null