PENGUIN ROBOT VSC Virtual Sound Synthesizer Chip Demo
Title: Penguin VSC Virtual Sound Synthesizer Chip Demo A v1.0
Code Name: penguin_virtual_soundchip_a.bpx
Purpose: Create a virtual sound chip and demo 4 techniques of creating sound
This is the demo version of the VSC Virtual Sound chip.
The code creates a virtual sound chip synthesizer demo capable
of producing sound, music, and special effects using four primary
techniques:
1) FREQOUT
2) SEROUT
3) TOGGLE
4) PULSOUT
humanoido
Code Name: penguin_virtual_soundchip_a.bpx
Purpose: Create a virtual sound chip and demo 4 techniques of creating sound
This is the demo version of the VSC Virtual Sound chip.
The code creates a virtual sound chip synthesizer demo capable
of producing sound, music, and special effects using four primary
techniques:
1) FREQOUT
2) SEROUT
3) TOGGLE
4) PULSOUT
' This code illustrates how to create sound using the four methods. ' The debug screen menu has options to run a sound from each of the ' method subroutines. For more programming details, refer to the ' VSC suite of programs.
humanoido