Platforms to show: All Mac Windows Linux Cross-Platform

Back to SpeechMBS class.

SpeechMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
Is SpeechMBS available?

(Read only property)

SpeechMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin 5.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The last error code.

A Mac OS error code.
from the plugin -1 is bad parameter and 0 is success.
(Read only property)

SpeechMBS.VersionMajor as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
The major Version number.
Example
dim s as SpeechMBS
s=new SpeechMBS
msgbox hex(s.VersionMajor)+"."+hex(s.versionMinor\16)+"."+hex(s.versionMinor mod 16)

(Read only property)

SpeechMBS.versionMinor as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
The minor Version number.
Example
dim s as SpeechMBS
s=new SpeechMBS
msgbox hex(s.VersionMajor)+"."+hex(s.versionMinor\16)+"."+hex(s.versionMinor mod 16)

(Read only property)

SpeechMBS.VersionRev as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
The revision Version number.
Example
dim s as new SpeechMBS

MsgBox str(s.VersionRev)

(Read only property)

SpeechMBS.VersionStage as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
The Stage Version number.
Example
dim s as new SpeechMBS

MsgBox str(s.VersionStage)

Some constants:
developStage&h20
alphaStage&h40
betaStage&h60
finalStage&h80
(Read only property)

SpeechMBS.VoiceCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
How much voices are present?
Example
dim s as new SpeechMBS

MsgBox str(s.VoiceCount)

If you add or remove VoiceMBS files, please call this function as SpeechMBS can then recognice those changes.
(Read only property)

The items on this page are in the following plugins: MBS MacClassic Plugin.


The biggest plugin in space...