FreeCalypso > hg > freecalypso-tools
annotate target-utils/buzplayer/melody.h @ 845:aec320fe2653
fc-tmsync: new madc command reads all 8 MADC channels
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 31 Jul 2021 22:23:05 +0000 |
parents | 9092ff68e37d |
children |
rev | line source |
---|---|
79
49d2684805b1
buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 struct melentry { |
823
9092ff68e37d
buzplayer: implement PWT mode melody entry
Mychaela Falconia <falcon@freecalypso.org>
parents:
79
diff
changeset
|
2 u8 tone; |
9092ff68e37d
buzplayer: implement PWT mode melody entry
Mychaela Falconia <falcon@freecalypso.org>
parents:
79
diff
changeset
|
3 u8 vol; |
79
49d2684805b1
buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 u16 dur; |
49d2684805b1
buzplayer: melody buffer implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 }; |