Mercurial > hg > mauch-mirex-2010
annotate _segmentation/segmentation_main.m @ 9:4ea6619cb3f5 tip
removed log files
author | matthiasm |
---|---|
date | Fri, 11 Apr 2014 15:55:11 +0100 |
parents | b5b38998ef3b |
children |
rev | line source |
---|---|
matthiasm@8 | 1 function song = segmentation_main(song, param) |
matthiasm@8 | 2 switch param.seg.type |
matthiasm@8 | 3 case 'none' |
matthiasm@8 | 4 song.segments = [1, song.nBeat]; |
matthiasm@8 | 5 otherwise |
matthiasm@8 | 6 end |