enum_defs.m Definition of a structure that corresponds to all of the enums in the database
0001 % enum_defs.m 0002 % 0003 % Definition of a structure that corresponds to all of the enums in the 0004 % database 0005 0006 % 03/04/05 PJ 0007 0008 ne = 0; 0009 0010 ne = ne+1; 0011 enum(ne).name = 'genre'; 0012 enum(ne).vals = ... 0013 {'Alternative','Blues','Classical','Country','Dance','Electronic','Folk','Hip Hop/Rap','Inspirational','Jazz','Latin','New Age','Pop','R&B/Soul','Rock','Vocal','World'}; 0014