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

computer>play #14

Open
cpseager opened this issue Nov 10, 2015 · 1 comment
Open

computer>play #14

cpseager opened this issue Nov 10, 2015 · 1 comment

Comments

@cpseager
Copy link
Collaborator

Plays a sound file (code to do this can be taken from the play cmd in PICAXE Blockly)

Flow immediately moves onto next block (does not wait for play of file to end).

One way to do this could be to build a list of filenames from a particular folder at start up (and include a few by default in the installation). So it would be

play file1/file2/file3 etc

If people want to add more files they just drop them into that folder and restart the app

@cpseager
Copy link
Collaborator Author

Should stop playing when simulation is stopped (or when another play block is activated)

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

No branches or pull requests

2 participants