Archive of the former Yahoo!Groups mailing list: ComputerVoltageSources

previous by date index next by date
  topic list next in topic

Subject: #include libraries

From: "djbrow54" <davebr@...>
Date: 2010-09-23

#include now works in BasicMicro Studio 2.0.0.0. This allowed me to segment my large program template into a much smaller program template with two supporting programs.

"library.djb.bas" provides initialization, display, input/output and a long list of useful subroutines.

"midi.djb.bas" provides MIDI support.

Use of these files enable quick development of new programs. The path to "library.djb.bas" and "midi.djb.bas" is specified in "template.djb.bas" and needs to be modified if you use a different directory structure.

I also found a few miscellaneous bugs/typos as I segmented my code. These three new files are on my my programs page.
http://modularsynthesis.com/programs/programs.htm

Dave