Scripting¶
Overview¶
Phonometrica can be controlled and extended using a simple scripting language. Scripting can be used in three ways:
Interactively, using the console at the bottom of the main window.
Creating scripts which can be saved and reused.
Creating Plugins, which are extensions that can add features to Phonometrica.
Attention
The scripting engine was rewritten. If you have scripts written for an earlier version of Phonometrica, read Migrating old scripts to update them.
Tutorials¶
The following pages teach you how to use Phonometrica’s scripting language.
Types and functions¶
The following pages document the types and functions offered by Phonometrica’s scripting language. It is strongly recommended that you go through the tutorials before reading this material.