JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::midi_ci::PropertySubscriptionCommandUtils Struct Reference

Functions to use with PropertySubscriptionCommand. More...

#include <juce_CIPropertyDelegate.h>

Public Member Functions

 PropertySubscriptionCommandUtils ()=delete
 

Static Public Member Functions

static std::optional< PropertySubscriptionCommandtoCommand (const char *str)
 Converts a command string from a property exchange JSON header to an PropertySubscriptionCommand.
 
static const char * toString (PropertySubscriptionCommand x)
 Converts a command to a human-readable string.
 

Detailed Description

Functions to use with PropertySubscriptionCommand.

@tags{Audio}

Constructor & Destructor Documentation

◆ PropertySubscriptionCommandUtils()

juce::midi_ci::PropertySubscriptionCommandUtils::PropertySubscriptionCommandUtils ( )
delete

Member Function Documentation

◆ toCommand()

static std::optional< PropertySubscriptionCommand > juce::midi_ci::PropertySubscriptionCommandUtils::toCommand ( const char *  str)
inlinestatic

Converts a command string from a property exchange JSON header to an PropertySubscriptionCommand.

References juce::midi_ci::JUCE_SUBSCRIPTION_COMMANDS.

◆ toString()

static const char * juce::midi_ci::PropertySubscriptionCommandUtils::toString ( PropertySubscriptionCommand  x)
inlinestatic

Converts a command to a human-readable string.

References juce::midi_ci::JUCE_SUBSCRIPTION_COMMANDS.


The documentation for this struct was generated from the following file: