New Features
- System Exclusive messages are now supported on both output and
input.
- Support for multithreaded programming has been enhanced, with the
addition of
synchronize
and unsynchronize
methods in the scheduler, and with
improved locking internally within Rogus.
- Rudimentary support for the MIDIator MS-124W connected to a serial
port is included in this version, although the performance is not good
enough for any real application, and System Exclusive is not
supported.
- Updates to the text window are now done in a separate,
low-priority thread, so printing messages does not slow down your
program.
- New functions for opening nodes have been added to OMS_app.
- Entries in
Rogus.log
now include information about
the system on which Rogus is running.
- Output now makes use of running status.
- The old
fooFinder.cpp
was abolished, and replaced
with the file preferences.cpp
.
- There are numerous other small bug fixes and improvements.
Modified 29 May 1996 pepellet@mit.edu