classes
OxMath Classes 2.0
OxMath Classes - OxMath 2D/3D Math Library more>>
These classes have only been tested with Mac OS X Mach-O targets but have been written to support Windows and Linux as well. Mac PEF Carbon and Classic targets are NOT supported.
BasaOne Classes 2.0
BasaOne Classes enable you to speed up development with BasaOne by reusing already developed objects more>>
Enhancements:
- This new release includes many new classes especially designed to aid in Widget development.
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.
Clean Java Classes 1.0
Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
The folders search is done recursively.
If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".
Collect Java Classes 1.0
Collect Java Classes - Collect Java classes in folders more>>
The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.
The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.
FMOD Ex Audio Classes 0.6b
FMOD Ex Audio Classes - hooks into the cross platform FMOD Ex audio library, supporting a wide range of audio formats more>>
First, a little background... The FMOD Ex API supports multiple concurrent "system" objects which may map to multiple audio devices installed on the same machine. Consequentially, all audio samples, channels, and effects are owned by a single system object and can not be shared. If a system object is destroyed, all sounds, channels, groups, and effects created under that system become invalidated and accessing them will generate errors (or worse).
To simplify this situation within the REALbasic environment, these classes do not allow for more than one system object to be active at any given time. Under normal circumstances this should not cause any grief - you call FMEx.StartUp when your application is launched, load your audio samples, create player objects, etc., then call FMEx.ShutDown when your application quits and all will be fine. If you have a need to restart FMOD Ex however, all existing FMExAudio, FMExStream, and FMExSubMixer instances will point to invalid audio handles. There is error checking in place to avoid crashes if this situation should arise, but it can still be annoying. In order to properly restart FMOD Ex you should follow the steps below...
Call the Stop method on all existing FMExAudioPlayer and FMExAudioPlayer3D instances. You do not have to dispose of these objects, but calling Stop ensures the internal channel reference is reset.
Dispose of all FMExAudio, FMExStream, and FMExSubMixer instances (i.e. set them to Nil). Be sure to also dispose of any FMExAudio instances that have been assigned to FMExAudioPlayer.DefaultAudio properties.
Call FMEx.ShutDown, followed by FMEx.StartUp, then reload/recreate all required FMExAudio, FMExStream, and FMExSubMixer objects and re-route any submixers.
ByRef methods are provided to allow you to reuse existing FMExAudio, FMExStream, and FMExSubMixer instances by replacing the required data/handles. This can be much easier than recreating them from scratch.
These classes couldve been simplified further by automatically reference counting audio objects and starting/stopping FMOD Ex behind your back, but that would preclude the ability to restart the audio engine at any time, and greatly impair the start up options interface.
- Virtual Channels
One of FMOD Exs most touted features is automatic channel virtualization. This allows you to play sounds on more channels than are physically available and let FMOD Ex decide which are more important based on priority settings and 3D positioning. One caveat with virtualization is that you must call FMEx.Update as frequently as possible for this to actually work (e.g. in games youd typically call FMEx.Update every frame). NOTE: If youre already calling FMEx.Update for 3D audio you do not need to call it twice.
- MIDI
MIDI playback currently only works on Windows, and only if the default system sound font is installed (/windows/system32/drivers/gm.dls). Broader MIDI support is on the would-like list but primary tests point to a broken implementation on Mac OS X (i.e. some FMOD Ex bugs need to be fixed before this can work).
- Other bugs...
Stereo sounds routed to submixers may "pollute" the wave data of other submixers. Everything else works as expected however and the audio output is correct, but submixers may return incorrect values when calling their Level methods. This appears to be a bug within FMOD Ex itself but more testing is required.
Display Overlord Classes 3.0.2
Display Overlord Classes is such a professional and useful tool that adds methods and classes to gather video device capabilities and capture displays, providing full screen environments suitable for games, multimedia presentations, or kiosk applications. more>> <<less
EV Nova Resource Editing Classes 1
EV Nova Resource Editing Classes is a freeware including REALbasic Classes and Modules for producing your EV Nova Plugin editor more>>
Enhancements:
- Initial Release
Requirements:
- Mac OS 8.0 or later, REALbasic 5.5.
classgen 1.4
Free and open source utility for generating Java classes more>> Free and open source utility for generating Java classes
classgen is a Java class generator that is able to produce classes for abstract syntax trees in compiler frontends from simple and compact specifications.
Generated classes have builtin support for the Visitor design pattern.
System requirements:
-
Enhancements
- code cleanup
- moved sources to http://sf.net/projects/classgen/
- moved 1.3beta up to stable status
class-dump 3.0
Command line tool for Obj-C examination. more>>
It generates declarations for the classes, categories and protocols. This is the same information provided by using otool -ov, but presented as normal Objective-C declarations.
Class Checker 1.0
Class Checker is an effective tool for searching for nested tags with class attributes and reporting them for fixing. more>>
Class Checker 1.0 is an effective tool for searching for nested tags with 'class' attributes and reporting them for fixing.
Nested tags can result in inconsistent font display, especially when using percentages in your cascading style sheets.
Requirements: Mac OS X 10.x
ClassLoader.lib 1.0
ClassLoader.lib allows you to import classes by their name and folder position more>>
Class Checker X 1.0
Class Checker 1.0 is a simple utility to scan for nested tags containing class attributes. Nested tags can result in inconsistent font display, especially when using percentages in your cascading more>> Class Checker 1.0 is a simple utility to scan for nested tags containing class attributes. Nested tags can result in inconsistent font display, especially when using percentages in your cascading style sheets. Just drag a folder on to Class Checker and all files and folders within it (files to be scanned must end in .htm or .html) will be checked & reported in a new text document (opens after script has run).
Mac OS X 10.1 or later.
Class Bingo 1.0
Class Bingo is quickly becoming one of the most popular card games in the world. more>>
Class Bingo 1.0 is quickly becoming one of the most popular card games in the world.
Class Bingo is a very simple application developed to help teachers play bingo with their students. Class Bingo prints out a page of random bingo numbers for class sizes from 25 to 99 for the teacher and prints out bingo sheets for the class members.
Class Bingo is an easy to use application designed to help teachers play bingo with their students. Class Bingo is an easy to use application designedODBC Cocoa Class Samples 1.0
ODBC Cocoa Class Samples - Classes to access sql server more>>
Completly freeware.