File size: 773 Bytes
19cbd3f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
@RELATION 'Segment information of 0098'
@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',77,'Gmaj','[ElectricPiano,Sitar,DoubleBassArco,Drums]','[ChordPadsRanged,ChordArpeggios,BassLine,RhythmSimpleGrooves]'
24.935064,'A',77,'Gmaj','[ElectricPiano,Sitar,DoubleBassArco,Drums]','[ChordPadsRanged,ChordArpeggios,BassLine,RhythmSimpleGrooves]'
49.87013,'C',77,'Gmin','[TenorSax,Balalaika,DoubleBassArco,Drums]','[MelodyBow,ChordPadsRanged,BassLine,RhythmSimpleGrooves]'
87.27272,'C',77,'Gmin','[TenorSax,Balalaika,DoubleBassArco,Drums]','[MelodyBow,ChordPadsRanged,BassLine,RhythmSimpleGrooves]'
124.675316,'end',0,'','[]','[]'
|