Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amiga BASIC like WAVE and SOUND improvements #187

Open
a740g opened this issue Sep 21, 2022 · 0 comments
Open

Amiga BASIC like WAVE and SOUND improvements #187

a740g opened this issue Sep 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@a740g
Copy link
Contributor

a740g commented Sep 21, 2022

Amiga Basic programs can produce high quality sound for games, music applications, or user alerts. The SOUND statement emits tone of specified frequency, duration, and volume. As an option, the tone can also have one of four user-defined "voices." The WAVE statement lets you assign your own complex waveforms to each of the voices. SOUND and WAVE can provide your programs with rich variety of musical sounds, from the complexity of string quartet to the simplicity of whistled tune.

These features can be implemented as:
SOUND frequency, duration [, [volume ][, voice ]]
SOUND _WAIT (or an extra parameter for SOUND above)
SOUND _RESUME (or an extra parameter for SOUND above)
_WAVE voice, wave-definition

See Amiga_BASIC_1985_Commodore.pdf for more information.

@a740g a740g added the enhancement New feature or request label Sep 21, 2022
@mkilgore mkilgore added this to Backlog in Backlog/In Progress Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant