Utility

Utility functiions & constants

juce.util.bool_to_integer_string(boolean)

Returns ‘0’ for False & ‘1’ for True

Parameters:boolean – Value to convert
Returns:Conversion result
Return type:str
juce.util.get_attribute_from_tag(tag, attribute)

Returns a xml attribute from a given tag