ComputerVoltageSources group photo

Yahoo Groups archive

ComputerVoltageSources

Archive for ComputerVoltageSources.

Index last updated: 2026-03-30 01:00 UTC

Thread

#include libraries

#include libraries

2010-09-23 by djbrow54

#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

Re: #include libraries

2010-09-23 by djbrow54

Studio 2.0.0.0 provides library support so I changed the file to "support.djb.bas" to eliminate any confusion. - Dave

--- In ComputerVoltageSources@yahoogroups.com, "djbrow54" <davebr@...> wrote:
> "library.djb.bas" provides initialization, display, input/output
> and a long list of useful subroutines.