/* $NetBSD: sample_fm.c,v 1.4 2004/05/08 08:38:36 minoura Exp $ */ #include __RCSID("$NetBSD: sample_fm.c,v 1.4 2004/05/08 08:38:36 minoura Exp $"); #include #include #include /* Sample Voice Parameter : piano */ struct opm_voice bell_voice = { /* AR DR SR RR SL OL KS ML DT1 DT2 AME */ { 31, 0, 0, 0, 0, 32, 0, 14, 6, 0, 0, }, { 31, 12, 12, 9, 3, 2, 0, 4, 6, 0, 0, }, { 31, 0, 0, 0, 0, 32, 0, 14, 2, 0, 0, }, { 31, 13, 12, 8, 2, 0, 0, 4, 2, 0, 0, }, /* CON FL OP */ 4, 0, 15 };