File size: 781 Bytes
4e5a929 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
@RELATION 'Segment information of 0030'
@ATTRIBUTE 'Start time in seconds' NUMERIC
@ATTRIBUTE 'Mark' STRING
@ATTRIBUTE 'Tempo' NUMERIC
@ATTRIBUTE 'Key' STRING
@ATTRIBUTE 'Instruments' STRING
@ATTRIBUTE 'Generator' STRING
@DATA
0.0,'A',100,'Amin','[ElectricGuitarCrunch,Balalaika,Drums]','[ChordPadsRanged,ChordArpeggios,RhythmSimpleGrooves]'
38.4,'C',66,'A#maj','[PanFlute,Balalaika,DoubleBassArco,Drums]','[MelodyBow,ChordArpeggios,BassLine,RhythmSimpleGrooves]'
96.58182,'A',100,'Amin','[ElectricGuitarCrunch,Balalaika,Drums]','[ChordPadsRanged,ChordArpeggios,RhythmSimpleGrooves]'
134.98181,'B',100,'Emaj','[Balalaika,DoubleBassArco]','[ChordArpeggios,BassLine]'
144.58182,'B',100,'Emaj','[Balalaika,DoubleBassArco]','[ChordArpeggios,BassLine]'
154.18182,'end',0,'','[]','[]'
|