MIDIBASE::Session class of PicoRuby
Type aliases
resource_t
untyped
signal_handler_t
untyped
run_result_t
untyped
Singleton methods
new
MIDIBASE::Session.new(*resource_t resources) -> void
Instance methods
run
instance.run() { () -> run_result_t } -> self
stop
instance.stop() -> self
stopped?
instance.stopped?() -> bool
Attr accessors
shutdown_error (reader)
instance.shutdown_error -> Exception?