moduleinfo.bmx 296 B

12345678910
  1. Rem
  2. ModuleInfo allows properties such as Author and Copyright to be included in a module file.
  3. End Rem
  4. Module PUB.Sequencer
  5. ModuleInfo "Framework: Audio Sequencer for use with FreeAudio"
  6. ModuleInfo "Copyright: Blitz Research Ltd"
  7. ModuleInfo "Author: Simon Armstrong"
  8. ModuleInfo "Version: 1.00"