antescofo.exceptions
Custom exceptions for the Antescofo Python interface.
-
exception antescofo.exceptions.AntescofoException[source]
Base exception for all Antescofo-related errors.
-
exception antescofo.exceptions.ConnectionError[source]
Raised when connection to Antescofo fails.
-
exception antescofo.exceptions.InvalidMessageError[source]
Raised when an invalid OSC message is received.
-
exception antescofo.exceptions.OSCError[source]
Raised when OSC communication fails.
-
exception antescofo.exceptions.ScoreError[source]
Raised when score file operations fail.
-
exception antescofo.exceptions.TimeoutError[source]
Raised when an operation times out.