attempt at tracker style music

Dependencies:   PokittoLib

Committer:
spinal
Date:
Sun Nov 25 08:58:30 2018 +0000
Revision:
14:97a5deea7c94
Parent:
13:8ce494870ba6
A program to play music on pokitto

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 4:7bd192389df1 1
spinal 14:97a5deea7c94 2 #define PROJ_HIRES 0 //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88)
spinal 14:97a5deea7c94 3 #define PROJ_SOUND_BUFFERED 1
spinal 14:97a5deea7c94 4 #define PROJ_ENABLE_SOUND 1 // 0 = all sound functions disabled
spinal 14:97a5deea7c94 5 #define PROJ_AUD_FREQ 44100
spinal 14:97a5deea7c94 6 #define PROJ_STREAMING_MUSIC 1
spinal 13:8ce494870ba6 7
spinal 13:8ce494870ba6 8 #define PROJ_STREAM_TO_DAC 1 // 1 use DAC for stream, 0 = use PWM for stream
spinal 14:97a5deea7c94 9 #define PROJ_USE_PWM 0 // 1 use PWM, 0 do not use PWM
spinal 13:8ce494870ba6 10 #define PROJ_GBSOUND 0 // 1 = use Gamebuino-compatible sound interrupt (choose this or the one below)
spinal 13:8ce494870ba6 11 #define PROJ_ENABLE_SYNTH 0 // 1 = use Rboy-compatible sound interrupt
spinal 13:8ce494870ba6 12 #define PROJ_GAMEBUINO 0 // 1 if you are making a Gamebuino-based graphics mode (84x48)