Java Reference
In-Depth Information
else if (selection.equals(kQuandoMenVo)) {
sequence = new byte[] {
ToneControl.VERSION, 1,
ToneControl.TEMPO, 22,
ToneControl.RESOLUTION, 96,
64, 48, ToneControl.SILENCE, 8, 52, 4, 56, 4, 59, 4, 64, 4,
63, 48, ToneControl.SILENCE, 8, 52, 4, 56, 4, 59, 4, 63, 4,
61, 72,
ToneControl.SILENCE, 12, 61, 12,
63, 12, 66, 2, 64, 10, 63, 12, 61, 12,
64, 12, 57, 12, 57, 48,
ToneControl.SILENCE, 12, 59, 12,
61, 12, 64, 2, 63, 10, 61, 12, 59, 12,
63, 12, 56, 12, 56, 48,
};
}
else if (selection.equals(kTwinkle)) {
sequence = new byte[] {
ToneControl.VERSION, 1,
ToneControl.TEMPO, 22,
ToneControl.BLOCK_START, 0,
60, 8, 62, 4, 64, 4, 65, 4, 67, 4, 69, 4, 71, 4,
72, 4, 74, 4, 76, 4, 77, 4, 79, 4, 81, 4, 83, 4, 84, 4,
83, 4, 81, 4, 80, 4, 81, 4, 86, 4, 84, 4, 83, 4, 81, 4,
81, 4, 79, 4, 78, 4, 79, 4, 60, 4, 79, 4, 88, 4, 79, 4,
57, 4, 77, 4, 88, 4, 77, 4, 59, 4, 77, 4, 86, 4, 77, 4,
56, 4, 76, 4, 86, 4, 76, 4, 57, 4, 76, 4, 84, 4, 76, 4,
53, 4, 74, 4, 84, 4, 74, 4, 55, 4, 74, 4, 83, 4, 74, 4,
84, 16, ToneControl.SILENCE, 16,
ToneControl.BLOCK_END, 0,
ToneControl.BLOCK_START, 1,
79, 4, 84, 4, 88, 4, 86, 4, 84, 4, 83, 4, 81, 4, 79, 4,
77, 4, 76, 4, 74, 4, 72, 4, 71, 4, 69, 4, 67, 4, 65, 4,
64, 8, 76, 8, 77, 8, 78, 8,
79, 12, 76, 4, 74, 8, ToneControl.SILENCE, 8,
ToneControl.BLOCK_END, 1,
ToneControl.SET_VOLUME, 100, ToneControl.PLAY_BLOCK, 0,
ToneControl.SET_VOLUME, 50, ToneControl.PLAY_BLOCK, 0,
ToneControl.SET_VOLUME, 100, ToneControl.PLAY_BLOCK, 1,
ToneControl.SET_VOLUME, 50, ToneControl.PLAY_BLOCK, 1,
ToneControl.SET_VOLUME, 100, ToneControl.PLAY_BLOCK, 0,
};
}
Search WWH ::




Custom Search