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

Beep Codes only Work on Windows Devices #1

Open
IanCampbellCode opened this issue Nov 17, 2017 · 0 comments
Open

Beep Codes only Work on Windows Devices #1

IanCampbellCode opened this issue Nov 17, 2017 · 0 comments

Comments

@IanCampbellCode
Copy link
Owner

The project is currently reliant on using a snippet of C Code which is meant to be compiled and run on Windows systems.

This C code accepts integers from 0 to 8 as a command line arguments, these allows the program to play major notes from A4 to A5, as well as a momentary rest. This is done via an if-statement which plays a windows Beep code at the correct frequency.

Ideally the program would have a portable solution for playing a wider range of notes, so as to make sharps and flats available and to increase portability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant