hpwit / SID6581

Control a SID Chip using esp32
MIT License
47 stars 6 forks source link

Unified API #3

Closed tobozo closed 4 years ago

tobozo commented 4 years ago

methods naming differ between cpu and sid objects, also having to choose between one or another excludes the possibility to use both in the same sketch (unless complicated code)

suggestions:

hpwit commented 4 years ago

Yes indeed I will: export all the function related to playing the registry dump (sidData ) in a new class and let the sidcore function in another class so we will have 4 classes SID (the core Sid function (set et get registers and other funky stuff) SidFile (to play the native .sid files) SidData (to play the registry dump) SIDKeyboard( to use the Sid as a synth)

hpwit commented 4 years ago

done