Enveditor
This module provides editing tools for interacting with audio clips in the Edison editor, using its integrated scripts functionality.
Main script files should use the .pyscript
file extension, with additional
modules using standard .py
files.
Note that this module is not accessible in MIDI Controller Scripts, it can only be used in scripts that run in Edison's editor.
Table of contents
enveditor.ScriptDialog
: create, show and get responses from dialog windows.enveditor.Sample
: interact with audio samples.enveditor.EditorSample
: the sample loaded into Edisonenveditor.Region
: a region of a sample.enveditor.Editor
: an object representing the state of the Edison editor.enveditor.Utils
: a collection of useful functions for interacting with audio.