ComputerVoltageSources group photo

Yahoo Groups archive

ComputerVoltageSources

Archive for ComputerVoltageSources.

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

Message

#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

Attachments