Skip to content

GAVPI Alpha v0.05

Compare
Choose a tag to compare
@baykovr baykovr released this 24 Apr 00:16

Thank you for your contributions @Simon-Dainty @Pazns @jjonj and those who provided invaluable feedback.

Installation

Extract GAVPI folder anywhere, delete or overwrite the previous (exe) version if you have it.

Usage

Right click gavpi.exe run as administrator
Note that gavpi will not run in the background (tray icon) until exited from tray.
You can exit by right clicking on the tray icon and select Exit.

Updates

Summary

  • Bug fixes.
  • Overhauled Action Sequence Editor
  • Basic Database/Variable Support
  • Push to Talk
  • Application/Profile Association
  • Tray Icon, single instance support

Details

Action Sequence Editor

The old action sequence editor was cumbersome and difficult to use. You know have the ability to change the order of actions, delete and edit them via buttons and overall have a better aesthetic.

Additionally actions are split into categories a little better, including the new data action category which isn't quite ready yet. (beta milestone)

actionsequenceeditor


Although many features are planned in the future (maybe too many), I added a basic database implementation. It has the ability to store values and reference them in the action sequences. In the example below, you can store a string value (word or sentence) and reference it as a speak action. In this way you can simply reference items for the speech synthesis from the db in multiple sequences.

The database is persistent with the profile, just remember to save edits meticulously.

db (click on the image for a larger view)


Push to talk is a feature requested in past, thanks to @Pazns it's finally in. Additionally @Simon-Dainty added persistent loading and handling of settings as well as process/profile association.

pushtotalk


@Simon-Dainty also added tray icon support, gavpi will run in the background now freeing up some of you precious task bar space. Lastly, only one instance of gavpi can be launched at a given time.

tray