|
| virtual void | shutdown ()=0 |
| | Shutdown ASE.
|
| |
| virtual String | get_version ()=0 |
| | Retrieve ASE version.
|
| |
| virtual String | get_build_id ()=0 |
| | Retrieve ASE build id.
|
| |
| virtual String | get_opus_version ()=0 |
| | Retrieve Opus handler version.
|
| |
| virtual String | get_flac_version ()=0 |
| | Retrieve FLAC handler version.
|
| |
| virtual String | get_clap_version ()=0 |
| | Retrieve CLAP support version.
|
| |
| virtual String | get_sndfile_version ()=0 |
| | Retrieve libsndfile support version.
|
| |
|
virtual String | error_blurb (Error error) const =0 |
| |
|
virtual String | musical_tuning_label (MusicalTuning musicaltuning) const =0 |
| |
|
virtual String | musical_tuning_blurb (MusicalTuning musicaltuning) const =0 |
| |
|
virtual uint64 | user_note (const String &text, const String &channel="misc", UserNote::Flags flags=UserNote::TRANSIENT, const String &rest="")=0 |
| |
|
virtual bool | user_reply (uint64 noteid, uint r)=0 |
| |
| virtual bool | broadcast_telemetry (const TelemetrySegmentS &segments, int32 interval_ms)=0 |
| | Broadcast telemetry memory segments to the current Jsonipc connection.
|
| |
| virtual StringS | list_preferences ()=0 |
| | Retrieve a list of all preference identifiers.
|
| |
| virtual PropertyP | access_preference (const String &ident)=0 |
| | Retrieve property handle for a Preference identifier.
|
| |
| String | engine_stats () |
| | Print engine state.
|
| |
| void | exit_program (int status=0) |
| | End program (without saving).
|
| |
| virtual ProjectP | last_project ()=0 |
| | Retrieve the last created project.
|
| |
| virtual ProjectP | create_project (String projectname)=0 |
| | Create a new project (name is modified to be unique if necessary.
|
| |
| ResourceCrawlerP | dir_crawler (const String &cwd) |
| | Create crawler to navigate directories.
|
| |
| ResourceCrawlerP | url_crawler (const String &url) |
| | Create crawler to navigate URL contents.
|
| |
| virtual GadgetImpl * | _parent () const =0 |
| | Retrieve parent container.
|
| |
| virtual void | _set_parent (GadgetImpl *parent)=0 |
| | Assign parent container.
|
| |
| ProjectImpl * | _project () const |
| | Find Project in parent ancestry.
|
| |
|
virtual String | get_name () const =0 |
| |
|
virtual void | set_name (const std::string &n)=0 |
| |
|
virtual String | type_nick () const =0 |
| |
| virtual StringS | list_properties () |
| | List all property identifiers.
|
| |
| virtual PropertyP | access_property (String ident) |
| | Retrieve handle for a Property.
|
| |
| virtual PropertyS | access_properties ()=0 |
| | Retrieve handles for all properties.
|
| |
| Value | get_value (String ident) |
| | Get native property value.
|
| |
| bool | set_value (String ident, const Value &v) |
| | Set native property value.
|
| |
| virtual bool | set_data (const String &key, const Value &v)=0 |
| | Assign session data, prefix ephemerals with '_'.
|
| |
| virtual Value | get_data (const String &key) const =0 |
| | Retrieve session data.
|
| |
|
virtual void | emit_event (const String &type, const String &detail, const ValueR fields={})=0 |
| |
| virtual void | emit_notify (const String &detail)=0 |
| |
| void | js_trigger (const String &eventselector, JsTrigger callback) |
| |
|
T | enable_shared_from_this (T... args) |
| |
|
T | operator= (T... args) |
| |
|
T | shared_from_this (T... args) |
| |
|
T | weak_from_this (T... args) |
| |
|
T | ~enable_shared_from_this (T... args) |
| |
Central singleton, serves as API entry point.
Definition at line 400 of file api.hh.