-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a2play can now play waves with the -p switch
a2play will now detect if -p is trying to play a wave, in which case it generates and compiles and wrapper program that is then used in place of the wave, so that it can be played like a simple "instrument" program. Added a fallback to the A2_ROOTBANK module when a symbol isn't found in the supposedly loaded module. This allows the -p switch and similar, to use builtin programs, waves etc. If no module is loaded, a2play creates a module "a2play empty module", so that other operations will still work where applicable. (The -p switch uses this module as a container, to manage any generated programs.) Closes #310.
- Loading branch information
Showing
1 changed file
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters