Die4Ever / AsyncGameEngine

GNU General Public License v3.0
0 stars 0 forks source link

NES style music player? #7

Open Die4Ever opened 5 years ago

Die4Ever commented 5 years ago

maybe even have separate processes for NES synth and music generator? would they create invisible game objects for the events to be sent to? the synth would take events for notes and output events for audio blocks? how to handle sync and timing, stacking vs queuing? the music generator would take events for play song by seed number, setting tempo, queue a change to a different part of the song...

Die4Ever commented 5 years ago

use a process for a SoundFont?