Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 Cjuce::AAXClientExtensionsAn interface to allow an AudioProcessor to implement extended AAX-specific functionality
 Cjuce::AbstractFifoEncapsulates the logic required to implement a lock-free FIFO
 Cjuce::AccessibilityActionsA simple wrapper for building a collection of supported accessibility actions and corresponding callbacks for a UI element
 Cjuce::AccessibilityCellInterfaceAn abstract interface which represents a UI element that supports a cell interface
 Cjuce::AccessibilityHandlerBase class for accessible Components
 Cjuce::AccessibilityTableInterfaceAn abstract interface which represents a UI element that supports a table interface
 Cjuce::AccessibilityTextInterfaceAn abstract interface which represents a UI element that supports a text interface
 Cjuce::AccessibilityValueInterfaceAn abstract interface representing the value of an accessibility element
 Cjuce::AccessibleStateRepresents the state of an accessible UI element
 Cjuce::AccessibilityValueInterface::AccessibleValueRangeRepresents the range of this value, if supported
 Cjuce::midi_ci::Message::ACKSee the MIDI-CI specification
 Cjuce::PushNotifications::Notification::ActionRepresents an action on a notification that can be presented as a button or a text input
 Cjuce::ActionBroadcasterManages a list of ActionListeners, and can send them messages
 Cjuce::ActionListenerInterface class for delivery of events that are sent by an ActionBroadcaster
 Cjuce::ADSRA very simple ADSR envelope class
 Cjuce::AffineTransformRepresents a 2D affine-transformation matrix
 Cjuce::AnalyticsDestinationAn interface for handling analytics events collected by an Analytics object
 Cjuce::AnalyticsDestination::AnalyticsEventContains information about an event to be logged
 Cjuce::AndroidDocumentProvides access to a document on Android devices
 Cjuce::AndroidDocumentInfoSome information about a document
 Cjuce::AndroidDocumentIteratorAn iterator that visits child documents in a directory
 Cjuce::AndroidDocumentPermissionRepresents a permission granted to an application to read and/or write to a particular document or tree
 Cjuce::AnimatorWrapper class for managing the lifetime of all the different animator kinds created through the builder classes
 Cjuce::AnimatorSetBuilderA builder class that can be used to construct an Animator wrapping an AnimatorSet implementation
 Cjuce::AnimatorUpdaterHelper class to update several animators at once, without owning or otherwise extending the lifetimes of those animators
 Cjuce::LinkedListPointer< ObjectType >::AppenderAllows efficient repeated insertions into a list
 Cjuce::AppleRemoteDeviceReceives events from an Apple IR remote control device (Only available in OSX!)
 Cjuce::WebBrowserComponent::Options::AppleWkWebViewOptions specific to the WkWebView backend used on Apple systems
 Cjuce::ApplicationCommandInfoHolds information describing an application command
 Cjuce::ApplicationCommandManagerListenerA listener that receives callbacks from an ApplicationCommandManager when commands are invoked or the command list is changed
 Cjuce::ApplicationCommandTargetA command target publishes a list of command IDs that it can perform
 Cjuce::ApplicationPropertiesManages a collection of properties
 Cjuce::ARAAudioModificationListenerA base class for listeners that want to know about changes to an ARAAudioModification object
 Cjuce::ARAAudioSourceListenerA base class for listeners that want to know about changes to an ARAAudioSource object
 Cjuce::ExtensionsVisitor::ARAClientCan be used to retrieve information about a plugin that provides ARA extensions
 Cjuce::ARADocumentListenerA base class for listeners that want to know about changes to an ARADocument object
 Cjuce::ARAEditGuardReference counting helper class to ensure that the DocumentController is in editable state
 Cjuce::ARAFactoryResultRepresents the result of AudioPluginFormatManager::createARAFactoryAsync()
 Cjuce::ARAFactoryWrapperEncapsulates an ARAFactory pointer and makes sure that it remains in a valid state for the lifetime of the ARAFactoryWrapper object
 Cjuce::ARAHostDocumentControllerWrapper class for ARA::Host::DocumentController
 Cjuce::ARAListenableModelClass< ListenerType >Base class used by the JUCE ARA model objects to provide listenable interfaces
 Cjuce::ARAListenableModelClass< ARAAudioModificationListener >
 Cjuce::ARAListenableModelClass< ARAAudioSourceListener >
 Cjuce::ARAListenableModelClass< ARADocumentListener >
 Cjuce::ARAListenableModelClass< ARAMusicalContextListener >
 Cjuce::ARAListenableModelClass< ARAPlaybackRegionListener >
 Cjuce::ARAListenableModelClass< ARARegionSequenceListener >
 Cjuce::ARAMusicalContextListenerA base class for listeners that want to know about changes to an ARAMusicalContext object
 Cjuce::ARAObjectCommon base class for all JUCE ARA model objects to aid with the discovery and traversal of the entire ARA model graph
 Cjuce::ARAObjectVisitorCreate a derived implementation of this class and pass it to ARAObject::visit() to retrieve the concrete type of a model object
 Cjuce::ARAPlaybackRegionListenerA base class for listeners that want to know about changes to an ARAPlaybackRegion object
 Cjuce::ARARegionSequenceListenerA base class for listeners that want to know about changes to an ARARegionSequence object
 Cjuce::ARARendererBase class for a renderer fulfilling either the ARAPlaybackRenderer or the ARAEditorRenderer role
 Cjuce::ArgumentList::ArgumentOne of the arguments in an ArgumentList
 Cjuce::ArgumentListHolds a list of command-line arguments, and provides useful methods for searching and operating on them
 Cjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >Holds a resizable array of primitive or copy-by-value objects
 Cjuce::dsp::IIR::ArrayCoefficients< NumericType >A set of coefficients for use in an Filter object
 Cjuce::AsyncUpdaterHas a callback method that is triggered asynchronously
 Cjuce::Atomic< Type >A simple wrapper around std::atomic
 Cjuce::AttributedString::AttributeAn attribute that has been applied to a range of characters in an AttributedString
 Cjuce::OpenGLShaderProgram::AttributeRepresents an openGL vertex attribute value
 Cjuce::AttributedStringA text string with a set of colour/font settings that are associated with sub-ranges of the text
 Cjuce::dsp::AudioBlock< SampleType >Minimal and lightweight data-structure which contains a list of pointers to channels containing some kind of sample data
 Cjuce::AudioBuffer< Type >A multi-channel buffer containing floating point audio samples
 Cjuce::AudioChannelSetRepresents a set of audio channel types
 Cjuce::AudioDataThis class a container which holds all the classes pertaining to the AudioData::Pointer audio sample format class
 Cjuce::ExtraLookAndFeelBaseClasses::AudioDeviceSelectorComponentMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::AudioDeviceManager::AudioDeviceSetupThis structure holds a set of properties describing the current audio setup
 Cjuce::AudioFormatSubclasses of AudioFormat are used to read and write different audio file formats
 Cjuce::AudioFormatManagerA class for keeping a list of available audio formats, and for deciding which one to use to open a given file
 Cjuce::AudioFormatReaderReads samples from an audio file stream
 Cjuce::AudioFormatWriterWrites samples to an audio file stream
 Cjuce::AudioFormatWriterOptionsOptions that affect the output data format produced by an AudioFormatWriter
 Cjuce::AudioIODeviceBase class for an audio device with synchronised input and output channels
 Cjuce::AudioIODeviceCallbackOne of these is passed to an AudioIODevice object to stream the audio data in and out
 Cjuce::AudioIODeviceCallbackContextAdditional information that may be passed to the AudioIODeviceCallback
 Cjuce::AudioIODeviceTypeRepresents a type of audio driver, such as DirectSound, ASIO, CoreAudio, etc
 CARA::PlugIn::AudioModification
 Cjuce::AudioPlayHeadA subclass of AudioPlayHead can supply information about the position and status of a moving play head during audio playback
 Cjuce::AudioPluginFormatManagerThis maintains a list of known AudioPluginFormats
 Cjuce::AudioProcessLoadMeasurerMaintains an ongoing measurement of the proportion of time which is being spent inside an audio callback
 Cjuce::AudioProcessorEditorARAExtensionExtension class meant to be subclassed by the plugin's implementation of
 Cjuce::AudioProcessorEditorHostContextCalling AudioProcessorEditor::getHostContext() may return a pointer to an instance of this class
 Cjuce::AudioProcessorListenerBase class for listeners that want to know about changes to an AudioProcessor
 Cjuce::AudioProcessorParameterAn abstract base class for parameter objects that can be added to an AudioProcessor
 Cjuce::AudioProcessorParameterGroupA class encapsulating a group of AudioProcessorParameters and nested AudioProcessorParameterGroups
 Cjuce::AudioProcessorParameterGroup::AudioProcessorParameterNodeA child of an AudioProcessorParameterGroup
 Cjuce::AudioProcessorParameterWithIDAttributesAn instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter
 Cjuce::AudioProcessorValueTreeStateParameterAttributesAdvanced properties of an AudioProcessorValueTreeState::Parameter
 CARA::PlugIn::AudioSource
 Cjuce::AudioSourceBase class for objects that can produce a continuous stream of audio
 Cjuce::AudioSourceChannelInfoUsed by AudioSource::getNextAudioBlock()
 Cjuce::AudioThumbnailCacheAn instance of this class is used to manage multiple AudioThumbnail objects
 Cjuce::ExtensionsVisitor::AudioUnitClientCan be used to retrieve information about an AudioUnit that is wrapped by an AudioProcessor
 Cjuce::AudioWorkgroupA handle to an audio workgroup, which is a collection of realtime threads working together to produce audio by a common deadline
 Cb2Draw
 Cjuce::Component::BailOutCheckerA class to keep an eye on a component and check for it being deleted
 Cjuce::dsp::BallisticsFilter< SampleType >A processor to apply standard attack / release ballistics to an input signal
 Cjuce::Base64Contains some static methods for converting between binary and the standard base-64 encoding format
 Cjuce::dsp::Bias< FloatType >Adds a DC offset (voltage bias) to the audio samples
 Cjuce::BigIntegerAn arbitrarily large integer class
 Cjuce::Image::BitmapDataRetrieves a section of an image as raw pixel data, so it can be read or written to
 Cjuce::Image::BitmapData::BitmapDataReleaserUsed internally by custom image types to manage pixel data lifetime
 Cjuce::universal_midi_packets::BlockRepresents a Function Block (FB) or Group Terminal Block (GTB)
 Cjuce::midi_ci::BlockProfileStatesContains profile states for each group and channel in a function block, along with the state of profiles that apply to the function block itself
 Cjuce::BlowFishBlowFish encryption class
 Cjuce::BluetoothMidiDevicePairingDialogueOpens a Bluetooth MIDI pairing dialogue that allows the user to view and connect to Bluetooth MIDI devices that are currently found nearby
 Cjuce::BorderSize< ValueType >Specifies a set of gaps to be left around the sides of a rectangle
 Cjuce::midi_ci::BufferOutputRepresents a destination into which MIDI-CI messages can be written
 Cjuce::ZipFile::BuilderUsed to create a new zip file
 Cjuce::AudioCDBurner::BurnProgressListenerReceives progress callbacks during a cd-burn operation
 Cjuce::AudioProcessor::BusDescribes the layout and properties of an audio bus
 Cjuce::AudioProcessor::BusesLayoutRepresents the bus layout state of a plug-in
 Cjuce::AudioProcessor::BusesPropertiesStructure used for AudioProcessor Callbacks
 Cjuce::AudioProcessor::BusPropertiesStructure used for AudioProcessor Callbacks
 Cjuce::AudioProcessorValueTreeState::ButtonAttachmentAn object of this class maintains a connection between a Button and a parameter in an AudioProcessorValueTreeState
 Cjuce::ByteOrderContains static methods for converting the byte order between different endiannesses
 Cjuce::universal_midi_packets::BytesOnGroupHolds a UMP group, and a span of bytes that were received or are to be sent on that group
 Cjuce::BytestreamSysexExtractor
 Cjuce::CachedComponentImageBase class used internally for structures that can store cached images of component state
 Cjuce::midi_ci::CacheProviderAn interface for objects that provide resources for property exchange transactions
 Cjuce::ModalComponentManager::CallbackReceives callbacks when a modal component is dismissed
 Cjuce::CameraDeviceControls any video capture devices that might be available
 Cjuce::PushNotifications::Settings::CategoryDescribes a category of a notification
 Cjuce::TextDiff::ChangeDescribes a change, which can be either an insertion or deletion
 Cjuce::ChangeBroadcasterHolds a list of ChangeListeners, and sends messages to them when instructed
 Cjuce::AudioProcessorListener::ChangeDetailsProvides details about aspects of an AudioProcessor which have changed
 Cjuce::ChangeListenerReceives change event callbacks that are sent out by a ChangeBroadcaster
 Cjuce::PushNotifications::ChannelAndroid API level 26 or higher only: Represents notification channel through which notifications will be sent
 Cjuce::midi_ci::ChannelAddressIdentifies a channel or set of channels in a multi-group MIDI endpoint
 Cjuce::PushNotifications::ChannelGroupAndroid API level 26 or higher only: represents a channel group
 Cjuce::midi_ci::ChannelInGroupUtilsUtility functions for working with the ChannelInGroup enum
 Cjuce::midi_ci::ChannelProfileStatesHolds the number of channels that are supported and activated for all profiles at a particular channel address
 Cjuce::CharacterFunctionsA collection of functions for manipulating characters and character strings
 Cjuce::CharPointer_ASCIIWraps a pointer to a null-terminated ASCII character string, and provides various methods to operate on the data
 Cjuce::CharPointer_UTF16Wraps a pointer to a null-terminated UTF-16 character string, and provides various methods to operate on the data
 Cjuce::CharPointer_UTF32Wraps a pointer to a null-terminated UTF-32 character string, and provides various methods to operate on the data
 Cjuce::CharPointer_UTF8Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate on the data
 Cjuce::ChildProcessLaunches and monitors a child process
 Cjuce::ChildProcessCoordinatorActs as the coordinator in a coordinator/worker pair of connected processes
 Cjuce::ChildProcessWorkerActs as the worker end of a coordinator/worker pair of connected processes
 Cjuce::dsp::Chorus< SampleType >A simple chorus DSP widget that modulates the delay of a delay line in order to create sweeping notches in the magnitude frequency response
 Cjuce::CodeDocumentA class for storing and manipulating a source code file
 Cjuce::CodeTokeniserA base class for tokenising code so that the syntax can be displayed in a code editor
 Cjuce::ColourRepresents a colour, also including a transparency value
 Cjuce::ColourGradientDescribes the layout and colours that should be used to paint a colour gradient
 Cjuce::ColourLayerA single path-based layer of a colour glyph
 Cjuce::CodeEditorComponent::ColourSchemeDefines a syntax highlighting colour scheme
 Cjuce::LookAndFeel_V4::ColourSchemeA struct containing the set of colours to apply to the GUI
 Cjuce::AudioProcessorValueTreeState::ComboBoxAttachmentAn object of this class maintains a connection between a ComboBox and a parameter in an AudioProcessorValueTreeState
 Cjuce::ConsoleApplication::CommandRepresents a command that can be executed if its command-line arguments are matched
 Cjuce::midi_ci::Message::ComparableRange< T >Wraps a span, providing equality operators that compare the span contents elementwise
 Cjuce::Animator::CompareComparison function used by the implementation to store Animators in ordered collections
 Cjuce::ComponentBoundsConstrainerA class that imposes restrictions on a Component's size or position
 Cjuce::ComponentDraggerAn object to take care of the logic for dragging components around with the mouse
 Cjuce::ComponentListenerGets informed about changes to a component's hierarchy or position
 Cjuce::ComponentTraverserBase class for traversing components
 Cjuce::dsp::Compressor< SampleType >A simple compressor with standard threshold, ratio, attack time and release time controls
 Cstd::conditional_t
 Cjuce::AudioProcessorGraph::ConnectionRepresents a connection between two channels of two nodes in an AudioProcessorGraph
 Cjuce::ConsoleApplicationRepresents a the set of commands that a console app can perform, and provides helper functions for performing them
 Cjuce::universal_midi_packets::ConsumerAn interface class for entities that consume Universal MIDI Packets from some producer
 Cjuce::ContainerDeletePolicy< ObjectType >Used by container classes as an indirect way to delete an object of a particular type
 Cjuce::ContentSharerFunctions that allow sharing content between apps and devices
 Cjuce::AnimatedPositionBehaviours::ContinuousWithMomentumA non-snapping behaviour that allows the content to be freely flicked in either direction, with momentum based on the velocity at which it was released, and variable friction to make it come to a halt
 Cjuce::ARAHostModel::ConversionFunctions< A, B >Allows converting, without warnings, between pointers of two unrelated types
 Cjuce::AudioData::ConverterA base class for objects that are used to convert between two different sample formats
 Cjuce::dsp::ConvolutionPerforms stereo partitioned convolution of an input signal with an impulse response in the frequency domain, using the JUCE FFT class
 Cjuce::dsp::ConvolutionMessageQueueUsed by the Convolution to dispatch engine-update messages on a background thread
 Cjuce::CopyableHeapBlock< ElementType, throwOnFailure >Wraps a HeapBlock, but additionally provides a copy constructor and remembers its size
 Cjuce::CppTokeniserFunctionsClass containing some basic functions for simple tokenising of C++ code
 Cjuce::CriticalSectionA re-entrant mutex
 Cjuce::AudioPlayHead::CurrentPositionInfoThis type is deprecated; prefer PositionInfo instead
 Cjuce::AudioProcessor::CurveDataSome plug-ins support sharing response curve data with the host so that it can display this curve on a console or in the mixer panel
 Cjuce::KnownPluginList::CustomScannerClass to define a custom plugin scanner
 Cjuce::DarkModeSettingListenerClasses can implement this interface and register themselves with the Desktop class to receive callbacks when the operating system dark mode setting changes
 Cjuce::DatagramSocketA wrapper for a datagram (UDP) socket
 Cjuce::DecibelsThis class contains some helpful static methods for dealing with decibel values
 Cjuce::DefaultElementComparator< ElementType >A simple ElementComparator class that can be used to sort an array of objects that support the '<' operator
 Cjuce::DefaultHashFunctionsA simple class to generate hash functions for some primitive types, intended for use with the HashMap class
 Cjuce::dsp::DelayLine< SampleType, InterpolationType >A delay line processor featuring several algorithms for the fractional delay calculation, block processing, and sample-by-sample processing useful when modulating the delay in real time or creating a standard delay effect with feedback
 Cjuce::DeletedAtShutdownClasses derived from this will be automatically deleted when the application exits
 Cjuce::ARAHostModel::DeletionListenerThis class is used internally by PlaybackRegionRegistry to be notified when a PlaybackRegion object is deleted
 Cjuce::midi_ci::DeviceFeaturesFlags indicating the features that are supported by a given CI device
 Cjuce::universal_midi_packets::DeviceInfoHolds MIDI device info that may be required by certain UMP messages and MIDI-CI messages
 Cjuce::midi_ci::DeviceListenerAn interface that receives callbacks when certain messages are received by a Device
 Cjuce::midi_ci::DeviceMessageHandlerAn interface that will receive a callback every time a Device wishes to send a new MIDI-CI message
 Cjuce::midi_ci::DeviceOptionsConfiguration options for a Device
 Cjuce::DirectoryContentsDisplayComponentA base class for components that display a list of the files in a directory
 Cjuce::DirectoryEntryDescribes the attributes of a file or folder
 Cjuce::universal_midi_packets::DisconnectionListenerAn interface class for entities that are interested in disconnection notifications
 Cjuce::midi_ci::Message::DiscoverySee the MIDI-CI specification
 Cjuce::midi_ci::Message::DiscoveryResponseSee the MIDI-CI specification
 Cjuce::Displays::DisplayRepresents a connected display device
 Cjuce::DisplaysManages details about connected display devices
 CARA::PlugIn::Document
 CARA::PlugIn::DocumentController
 Cjuce::InAppPurchases::DownloadIOS only: represents in-app purchase download
 Cjuce::URL::DownloadTaskRepresents a download task
 Cjuce::URL::DownloadTaskListenerUsed to receive callbacks for download progress
 Cjuce::URL::DownloadTaskOptionsHolds options that can be specified when starting a new download with downloadToFile()
 Cjuce::DragAndDropContainerEnables drag-and-drop behaviour for a component and all its sub-components
 Cjuce::DragAndDropTargetComponents derived from this class can have things dropped onto them by a DragAndDropContainer
 Cjuce::Draggable3DOrientationStores a 3D orientation, which can be rotated by dragging with the mouse
 Cjuce::ComponentPeer::DragInfoStructure to describe drag and drop information
 Cjuce::DropShadowDefines a drop-shadow effect
 Cjuce::dsp::DryWetMixer< SampleType >A processor to handle dry/wet mixing of two audio signals, where the wet signal may have additional latency
 Cjuce::ListenerList< ListenerClass, ArrayType >::DummyBailOutCheckerA dummy bail-out checker that always returns false
 Cjuce::DummyCriticalSectionA class that can be used in place of a real CriticalSection object, but which doesn't perform any locking
 Cjuce::DynamicLibraryHandles the opening and closing of DLLs
 Cjuce::midi_ci::Message::DynamicSizePropertyExchangeA property-exchange message that may form part of a multi-chunk message sequence
 Cjuce::EasingsHolds a number of easing functions that you can pass into ValueAnimatorBuilder::withEasing to transform the linear progression of animations
 Cjuce::EdgeTableA table of horizontal scan-line segments - used for rasterising Paths
 CARA::PlugIn::EditorRenderer
 CARA::PlugIn::EditorView
 Cjuce::OSCBundle::ElementAn OSC bundle element
 Cjuce::dsp::SIMDRegister< Type >::ElementAccess
 Cjuce::RelativePointPath::ElementBaseBase class for the elements that make up a RelativePointPath
 Cjuce::midi_ci::EncodingsUtility functions for working with data formats used by property exchange messages
 Cjuce::midi_ci::EncodingUtilsUtility functions for working with the Encoding enum
 Cjuce::universal_midi_packets::EndpointRepresents a single MIDI endpoint, which may have up to one input and up to one output
 Cjuce::universal_midi_packets::EndpointIdIdentifies a MIDI endpoint
 Cjuce::midi_ci::Message::EndpointInquirySee the MIDI-CI specification
 Cjuce::midi_ci::Message::EndpointInquiryResponseSee the MIDI-CI specification
 Cjuce::universal_midi_packets::EndpointsListenerAn interface class for types that are interested in receiving updates about changes to available MIDI endpoints
 Cjuce::Enumerated< Index, Value >Returned when dereferencing an EnumerateIterator
 Cjuce::EnumerateIterator< Iter, Index >An iterator that wraps some other iterator, keeping track of the relative position of that iterator based on calls to arithmetic operators such as operator++(), operator--(), operator+(), and operator-()
 Cjuce::ErasedScopeGuardA ScopeGuard that uses a std::function internally to allow type erasure
 Cjuce::WebBrowserComponent::EvaluationResult::ErrorA simple error type class
 Cjuce::WebBrowserComponent::EvaluationResultOn MacOS, iOS and Linux getResult will return a nullptr if the evaluation failed
 Cstd::exceptionSTL class
 Cjuce::ExpressionA class for dynamically evaluating simple numeric expressions
 Cjuce::ExtensionsVisitorCreate a derived implementation of this class and pass it to AudioPluginInstance::getExtensions() to retrieve format-specific information about a plugin instance
 Cjuce::VSTPluginFormatHeadless::ExtraFunctionsBase class for some extra functions that can be attached to a VST plugin instance
 Cjuce::ExtraLookAndFeelBaseClassesThis class is used to hold a few look and feel base classes which are associated with classes that may not be present because they're from modules other than juce_gui_basics
 Cjuce::dsp::FastMathApproximationsThis class contains various fast mathematical function approximations
 Cjuce::dsp::FFTPerforms a fast fourier transform
 Cjuce::FileRepresents a local file or directory
 Cjuce::FileBrowserListenerA listener for user selection events in a file browser
 Cjuce::FileChooserCreates a dialog box to choose a file or directory to load or save
 Cjuce::FileDragAndDropTargetComponents derived from this class can have files dropped onto them by an external application
 Cjuce::FileFilterInterface for deciding which files are suitable for something
 Cjuce::DirectoryContentsList::FileInfoContains cached information about one of the files in a DirectoryContentsList
 Cjuce::FilenameComponentListenerListens for events happening to a FilenameComponent
 Cjuce::FileSearchPathRepresents a set of folders that make up a search path
 Cjuce::FillTypeRepresents a colour or fill pattern to use for rendering paths
 Cjuce::dsp::FIR::Filter< SampleType >A processing class that can perform FIR filtering on an audio signal, in the time domain
 Cjuce::dsp::IIR::Filter< SampleType >A processing class that can perform IIR filtering on an audio signal, using the Transposed Direct Form II digital structure
 Cjuce::dsp::StateVariableFilter::Filter< SampleType >An IIR filter that can perform low, band and high-pass filtering on an audio signal, with 12 dB of attenuation per octave, using a TPT structure, designed for fast modulation (see Vadim Zavalishin's documentation about TPT structures for more information)
 Cjuce::dsp::FilterDesign< FloatType >This class provides a set of functions which generates FIR::Coefficients and IIR::Coefficients, of high-order low-pass filters
 Cjuce::dsp::FirstOrderTPTFilter< SampleType >A first order filter class using the TPT (Topology-Preserving Transform) structure
 Cjuce::FixedSizeFunction< len, Ret(Args...)>A type similar to std::function that holds a callable object
 Cjuce::FlexBoxRepresents a FlexBox container, which contains and manages the layout of a set of FlexItem objects
 Cjuce::FlexItemDescribes the properties of an item inside a FlexBox container
 Cjuce::FloatVectorOperationsBase< FloatType, CountType >A collection of simple vector operations on arrays of floating point numbers, accelerated with SIMD instructions where possible, usually accessed from the FloatVectorOperations class
 CFn
 Cjuce::FocusChangeListenerClasses can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes
 Cjuce::FontRepresents a particular font, including its size, style, etc
 Cjuce::FontFeatureSettingRepresents a single OpenType font feature setting
 Cjuce::FontFeatureTagRepresents a single OpenType font feature
 Cjuce::FontOptionsOptions that describe a particular font
 Cjuce::AudioData::Format< DataFormatIn, EndiannessIn >A struct that contains a SampleFormat and Endianness to be used with the source and destination types when calling the interleaveSamples() and deinterleaveSamples() helpers
 Cjuce::JSON::FormatOptionsAllows formatting var objects as JSON with various configurable options
 Cjuce::Grid::FrA fractional ratio integer
 Cjuce::AudioPlayHead::FrameRateMore descriptive frame rate type
 Cjuce::FromVarAllows converting a var to an object of arbitrary type
 Cjuce::midi_ci::FunctionBlockContains information about a MIDI 2.0 function block
 Cjuce::dsp::Gain< FloatType >Applies a gain to audio samples as single samples or AudioBlocks
 Cjuce::midi_ci::Message::GenericGroups together a CI message header, and some number of trailing bytes
 Cjuce::GenericInterpolator< InterpolatorTraits, memorySize >An interpolator base class for resampling streams of floats
 Cjuce::GenericScopedLock< LockType >Automatically locks and unlocks a mutex object
 Cjuce::GenericScopedTryLock< LockType >Automatically locks and unlocks a mutex object
 Cjuce::GenericScopedUnlock< LockType >Automatically unlocks and re-locks a mutex object
 Cjuce::TextLayout::GlyphA positioned glyph
 Cjuce::GlyphArrangementA set of glyphs, each with a position
 Cjuce::GlyphArrangementOptionsOptions that can be used to affect the layout produced by GlyphArrangement::addFittedText
 Cjuce::GlyphLayerA single layer that makes up part of a glyph image
 Cjuce::GraphicsA graphics context, used for drawing a component or image
 Cjuce::GridContainer that handles geometry for grid layouts (fixed columns and rows) using a set of declarative rules
 Cjuce::GridItemDefines an item in a Grid
 Cjuce::midi_ci::GroupProfileStatesContains profile states for each channel in a group, along with the state of profiles that apply to the group itself
 Cjuce::HashMap< KeyType, ValueType, HashFunctionType, TypeOfCriticalSectionToUse >Holds a set of mappings between some key/value pairs
 Cjuce::midi_ci::Message::HeaderHolds fields that can be found at the beginning of every MIDI CI message
 Cjuce::HeapBlock< ElementType, throwOnFailure >Very simple container class to hold a pointer to some data on the heap
 Cjuce::HeavyweightLeakedObjectDetector< OwnerClass >This class is a useful way of tracking down hard to find memory leaks when the regular LeakedObjectDetector isn't enough
 Cjuce::CharacterFunctions::HexParser< ResultType >Parses a character string, to read a hexadecimal value
 Cjuce::HighResolutionTimerA high-resolution periodic timer
 Cjuce::HostProvidedContextMenuThis wraps a context menu for a specific parameter, as provided by the host
 Cjuce::IdentifierRepresents a string identifier, designed for accessing properties by name
 Cjuce::IIRCoefficientsA set of coefficients for use in an IIRFilter object
 Cjuce::IIRFilterBase< Mutex >An IIR filter that can perform low, high, or band-pass filtering on an audio signal
 Cjuce::IIRFilterBase< DummyCriticalSection >
 Cjuce::IIRFilterBase< SpinLock >
 Cjuce::dsp::FilterDesign< FloatType >::IIRPolyphaseAllpassStructureThe structure returned by the function designIIRLowpassHalfBandPolyphaseAllpassMethod
 Cjuce::ImageHolds a fixed-size bitmap
 Cjuce::ImageCacheA global cache of images that have been loaded from files or memory
 Cjuce::ImageConvolutionKernelRepresents a filter kernel to use in convoluting an image
 Cjuce::ImageEffectFilterA graphical effect filter that can be applied to components
 Cjuce::ImageFileFormatBase-class for codecs that can read and write image file formats such as PNG, JPEG, etc
 Cjuce::ImageLayerA bitmap representing (part of) a glyph, most commonly used to represent colour emoji glyphs
 Cjuce::ImagePixelDataBackupExtensionsThe methods on this interface allow clients of ImagePixelData to query and control the automatic-backup process from graphics memory to main memory, if this mechanism is relevant and supported
 Cjuce::ImagePixelDataNativeExtensions
 Cjuce::ComponentBuilder::ImageProviderThis class is used when references to images need to be stored in ValueTrees
 Cjuce::ImageTypeThis base class is for handlers that control a type of image manipulation format, e.g
 Cjuce::AudioFormatWriter::ThreadedWriter::IncomingDataReceiverReceiver for incoming data
 Cjuce::midi_ci::InitiatorPropertyExchangeCacheAccumulates message chunks that have been sent by another device in response to a transaction initiated by a local device
 Cjuce::universal_midi_packets::InputAn input (from the JUCE project's perspective) that receives messages sent by an endpoint
 Cjuce::TextEditor::InputFilterBase class for input filters that can be applied to a TextEditor to restrict the text that can be entered
 Cjuce::InputSourceA lightweight object that can create a stream to read some kind of resource
 Cjuce::InputStreamThe base class for streams that read data
 Cjuce::URL::InputStreamOptionsClass used to create a set of options to pass to the createInputStream() method
 Cjuce::AccessibilityHandler::InterfacesUtility struct which holds one or more accessibility interfaces
 CAudioData::Interleaved
 CInterleavingType
 Cjuce::InterpolatorsA collection of different interpolators for resampling streams of floats
 Cjuce::InterprocessConnectionManages a simple two-way messaging connection to another process, using either a socket or a named pipe as the transport medium
 Cjuce::InterProcessLockActs as a critical section which processes can use to block each other
 Cjuce::midi_ci::Message::InvalidateMUIDSee the MIDI-CI specification
 Cjuce::ApplicationCommandTarget::InvocationInfoContains contextual details about the invocation of a command
 Cjuce::IPAddressRepresents an IP address
 Cjuce::PopupMenu::ItemDescribes a popup menu item
 Cjuce::CodeDocument::IteratorIterates the text in a CodeDocument
 Cjuce::HashMap< KeyType, ValueType, HashFunctionType, TypeOfCriticalSectionToUse >::IteratorIterates over the items in a HashMap
 Cjuce::Path::IteratorIterates the lines and curves that a path contains
 Cjuce::ValueTree::IteratorIterator for a ValueTree
 Cjuce::IteratorPair< Begin, End >Wraps a pair of iterators, providing member begin() and end() functions that return those iterators
 Cjuce::JavascriptEngineThis class is a wrapper around QuickJS, an ES2023 compliant, embeddable javascript engine
 Cjuce::ThreadPool::JobSelectorA callback class used when you need to select which ThreadPoolJob objects are suitable for some kind of operation
 Cjuce::JSCursorA high-level wrapper around an owning root JSObject and a hierarchical path relative to it
 Cjuce::JSObjectA JSObject represents an owning reference to the underlying JS object, meaning it will remain valid even if a subsequent script execution deletes other handles to it
 Cjuce::JSONContains static methods for converting JSON-formatted text to and from var objects
 Cjuce::JSONUtilsA mini namespace to hold utility functions for working with juce::vars
 Cjuce::JUCEApplicationBaseAbstract base class for application classes
 Cjuce::JustificationRepresents a type of justification to be used when positioning graphical items
 Cjuce::ModalComponentManager::Key
 Cjuce::KeyGenerationContains static utilities for generating key-files that can be unlocked by the OnlineUnlockStatus class
 Cjuce::KeyListenerReceives callbacks when keys are pressed
 Cjuce::ExtraLookAndFeelBaseClasses::KeyMappingEditorComponentMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::KeyPressRepresents a key press, including any modifier keys that are needed
 Cjuce::dsp::LadderFilter< SampleType >Multi-mode filter based on the Moog ladder filter
 Cjuce::dsp::DelayLineInterpolationTypes::Lagrange3rdSuccessive samples in the delay line will be interpolated using a 3rd order Lagrange interpolator
 Cjuce::ExtraLookAndFeelBaseClasses::LassoComponentMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::LassoSource< SelectableItemType >A class used by the LassoComponent to manage the things that it selects
 Cjuce::dsp::Convolution::LatencyContains configuration information for a convolution with a fixed latency
 Cjuce::DialogWindow::LaunchOptionsThis class defines a collection of settings to be used to open a DialogWindow
 Cjuce::LeakedObjectDetector< OwnerClass >Embedding an instance of this class inside another class can be used as a low-overhead way of detecting leaked instances
 Cjuce::PushNotifications::Notification::LedBlinkPatternAllows to control the time the device's led is on and off
 Cjuce::LegacyAudioParametersWrapper
 Cjuce::universal_midi_packets::LegacyVirtualInputRepresents a virtual MIDI 1.0 input port
 Cjuce::universal_midi_packets::LegacyVirtualOutputRepresents a virtual MIDI 1.0 output port
 Cjuce::OnlineUnlockStatus::LicenseResultThe possible error strings that can applyKeyFile() can return on failure
 Cjuce::LightweightListenerList< ListenerClass >A lightweight version of the ListenerList that doesn't provide any guarantees when mutating the list from a callback, but allows callbacks to be triggered concurrently without a mutex
 Cjuce::dsp::Limiter< SampleType >A simple limiter with standard threshold and release time controls, featuring two compressors and a hard clipper at 0 dB
 Cjuce::Line< ValueType >Represents a line
 Cjuce::TextLayout::LineA line containing a sequence of glyph-runs
 Cjuce::dsp::DelayLineInterpolationTypes::LinearSuccessive samples in the delay line will be linearly interpolated
 Cjuce::ValueSmoothingTypes::LinearUsed to indicate a linear smoothing between values
 Cjuce::LinkedListPointer< ObjectType >Helps to manipulate singly-linked lists of objects
 Cjuce::dsp::LinkwitzRileyFilter< SampleType >A filter class designed to perform multi-band separation using the TPT (Topology-Preserving Transform) structure
 Cjuce::ListBoxModelA subclass of this is used to drive a ListBox
 Cjuce::AnimatedPosition< Behaviour >::ListenerImplement this class if you need to receive callbacks when the value of an AnimatedPosition changes
 Cjuce::ARAEditorView::ListenerA base class for listeners that want to know about changes to an ARAEditorView object
 Cjuce::AudioIODeviceType::ListenerA class for receiving events when audio devices are inserted or removed
 Cjuce::AudioProcessorParameter::ListenerA base class for listeners that want to know about changes to an AudioProcessorParameter
 Cjuce::AudioProcessorValueTreeState::ListenerA listener class that can be attached to an AudioProcessorValueTreeState
 Cjuce::Button::ListenerUsed to receive callbacks when a button is clicked
 Cjuce::CameraDevice::ListenerReceives callbacks with individual frames from a CameraDevice
 Cjuce::CodeDocument::ListenerAn object that receives callbacks from the CodeDocument when its text changes
 Cjuce::ComboBox::ListenerA class for receiving events from a ComboBox
 Cjuce::ImagePixelData::ListenerUsed to receive callbacks for image data changes
 Cjuce::InAppPurchases::ListenerRepresents an object that gets notified about events such as product info returned or product purchase finished
 Cjuce::Label::ListenerA class for receiving events from a Label
 Cjuce::MarkerList::ListenerA class for receiving events when changes are made to a MarkerList
 Cjuce::MenuBarModel::ListenerA class to receive callbacks when a MenuBarModel changes
 Cjuce::MidiKeyboardState::ListenerReceives events from a MidiKeyboardState object
 Cjuce::MouseInactivityDetector::ListenerClasses should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive
 Cjuce::MPEInstrument::ListenerDerive from this class to be informed about any changes in the MPE notes played by this instrument, and any changes to its zone layout
 Cjuce::MPEZoneLayout::ListenerListener class
 Cjuce::OSCReceiver::Listener< CallbackType >A class for receiving OSC data from an OSCReceiver
 Cjuce::PushNotifications::ListenerRegister a listener (ideally on application startup) to receive information about notifications received and any callbacks to async functions called
 Cjuce::ScrollBar::ListenerA class for receiving events from a ScrollBar
 Cjuce::TableHeaderComponent::ListenerReceives events from a TableHeaderComponent when columns are resized, moved, etc
 Cjuce::TextEditor::ListenerReceives callbacks from a TextEditor component when it changes
 Cjuce::TextPropertyComponent::ListenerUsed to receive callbacks for text changes
 Cjuce::Thread::ListenerUsed to receive callbacks for thread exit calls
 Cjuce::Value::ListenerReceives callbacks when a Value object changes
 Cjuce::ValueTree::ListenerListener class for events that happen to a ValueTree
 Cjuce::WebComboBoxRelay::Listener
 Cjuce::WebInputStream::ListenerUsed to receive callbacks for POST data send progress
 Cjuce::WebToggleButtonRelay::Listener
 Cjuce::ListenerList< ListenerClass, ArrayType >Holds a set of objects and can invoke a member function callback on each object in the set with a single call
 Cjuce::OSCReceiver::ListenerWithOSCAddress< CallbackType >A class for receiving only those OSC messages from an OSCReceiver that match a given OSC address
 Cjuce::LocalisedStringsUsed to convert strings to localised foreign-language versions
 Cjuce::MessageManager::LockA lock you can use to lock the message manager
 Cjuce::LockingAsyncUpdaterA bit like an AsyncUpdater, but guarantees that after cancelPendingUpdate() returns, the async function will never be called until triggerAsyncUpdate() is called again
 Cjuce::LoggerActs as an application-wide logging class
 Cjuce::AlertWindow::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide alert-window drawing functionality
 Cjuce::BubbleComponent::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::Button::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide button-drawing functionality
 Cjuce::CallOutBox::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::ComboBox::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality
 Cjuce::ConcertinaPanel::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::DocumentWindow::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide window drawing functionality
 Cjuce::FileBrowserComponent::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods
 Cjuce::FilenameComponent::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::GroupComponent::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::ImageButton::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::Label::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide label drawing functionality
 Cjuce::PopupMenu::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide menu drawing functionality
 Cjuce::ProgressBar::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::PropertyComponent::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::ResizableWindow::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide window drawing functionality
 Cjuce::ScrollBar::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide scrollbar-drawing functionality
 Cjuce::SidePanel::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide SidePanel drawing functionality
 Cjuce::Slider::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide slider drawing functionality
 Cjuce::StretchableLayoutResizerBar::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::TabbedButtonBar::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide window drawing functionality
 Cjuce::TableHeaderComponent::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::TextEditor::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality
 Cjuce::Toolbar::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes
 Cjuce::TooltipWindow::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide window drawing functionality
 Cjuce::TreeView::LookAndFeelMethodsThis abstract base class is implemented by LookAndFeel classes to provide TreeView drawing functionality
 Cjuce::dsp::LookupTable< FloatType >Class for efficiently approximating expensive arithmetic operations
 Cjuce::dsp::LookupTableTransform< FloatType >Class for approximating expensive arithmetic operations
 Cjuce::AudioPlayHead::LoopPointsHolds the begin and end points of a looped region
 Cjuce::LowLevelGraphicsContextInterface class for graphics context objects, used internally by the Graphics class
 Cjuce::MACAddressRepresents a MAC network card adapter address ID
 Cjuce::OnlineUnlockStatus::MachineIDUtilitiesThis class contains some utility functions that might help with machine ID generation
 Cjuce::ARAHostModel::ManagedARAHandle< Base, PtrIn >This class is used by the various ARA model object helper classes, such as MusicalContext, AudioSource etc
 Cjuce::ARAHostModel::ManagedARAHandle< AudioModification, ARA::ARAAudioModificationRef >
 Cjuce::ARAHostModel::ManagedARAHandle< AudioSource, ARA::ARAAudioSourceRef >
 Cjuce::ARAHostModel::ManagedARAHandle< MusicalContext, ARA::ARAMusicalContextRef >
 Cjuce::ARAHostModel::ManagedARAHandle< RegionSequence, ARA::ARARegionSequenceRef >
 Cjuce::SpeakerMappings::MappingStructure describing a mapping
 Cjuce::FlexItem::MarginRepresents a margin
 Cjuce::GridItem::MarginRepresents a margin
 Cjuce::MarkerList::MarkerRepresents a marker in a MarkerList
 Cjuce::MarkerListHolds a set of named marker points along a one-dimensional axis
 Cjuce::MarkerList::MarkerListHolderA base class for objects that want to provide a MarkerList
 Cjuce::WeakReference< ObjectType, ReferenceCountingType >::MasterThis class is embedded inside an object to which you want to attach WeakReference pointers
 Cjuce::MathConstants< FloatType >Commonly used mathematical constants
 Cjuce::dsp::Matrix< ElementType >General matrix and vectors class, meant for classic math manipulation such as additions, multiplications, and linear systems of equations solving
 Cjuce::Matrix3D< Type >A 4x4 3D transformation matrix
 Cjuce::MD5MD5 checksum class
 Cjuce::MemoryBlockA class to hold a resizable block of raw data
 Cjuce::MemoryMappedFileMaps a file into virtual memory for easy reading and/or writing
 Cjuce::PopupMenu::MenuItemIteratorAllows you to iterate through the items in a pop-up menu, and examine their properties
 Cjuce::MessageBoxOptionsClass used to create a set of options to pass to the AlertWindow and NativeMessageBox methods for showing dialog boxes
 Cjuce::MessageListenerMessageListener subclasses can post and receive Message objects
 Cjuce::OSCReceiver::MessageLoopCallbackUse this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming OSC data on the message thread
 Cjuce::MessageManagerThis class is in charge of the application's event-dispatch loop
 Cjuce::MidiBufferHolds a sequence of time-stamped midi events
 Cjuce::MidiBufferIteratorAn iterator to move over contiguous raw MIDI data, which Allows iterating over a MidiBuffer using C++11 range-for syntax
 Cjuce::MidiDataConcatenatorHelper class that takes chunks of incoming midi bytes, packages them into messages, and dispatches them to a midi callback
 Cjuce::MidiDeviceInfoThis struct contains information about a MIDI 1.0 input or output port
 Cjuce::MidiDeviceListConnectionTo find out when the available MIDI devices change, call MidiDeviceListConnection::make(), passing a lambda that will be called on each configuration change
 Cjuce::MidiMessageSequence::MidiEventHolderStructure used to hold midi events in the sequence
 Cjuce::MidiFileReads/writes standard midi format files
 Cjuce::MidiInputRepresents a midi input device using the old bytestream format
 Cjuce::MidiInputCallbackReceives incoming messages from a physical MIDI input device
 Cjuce::MidiKeyboardStateRepresents a piano keyboard, keeping track of which keys are currently pressed
 Cjuce::MidiMessageEncapsulates a MIDI message
 Cjuce::MidiMessageMetadataA view of MIDI message data stored in a contiguous buffer
 Cjuce::MidiMessageSequenceA sequence of timestamped midi messages
 Cjuce::MidiOutputRepresents a midi output device using the old bytestream format
 Cjuce::MidiRPNDetectorParses a stream of MIDI data to assemble RPN and NRPN messages from their constituent MIDI CC messages
 Cjuce::MidiRPNGeneratorGenerates an appropriate sequence of MIDI CC messages to represent an RPN or NRPN message
 Cjuce::MidiRPNMessageRepresents a MIDI RPN (registered parameter number) or NRPN (non-registered parameter number) message
 Cjuce::AccessibilityValueInterface::AccessibleValueRange::MinAndMaxThe minimum and maximum values for this range, inclusive
 Cjuce::ModalCallbackFunctionThis class provides some handy utility methods for creating ModalComponentManager::Callback objects that will invoke a static function with some parameters when a modal component is dismissed
 Cjuce::ModifierKeysRepresents the state of the mouse buttons and modifier keys
 Cjuce::MountedVolumeListChangeDetectorAn instance of this class will provide callbacks when drives are mounted or unmounted on the system
 Cjuce::MouseCursorRepresents a mouse cursor image
 Cjuce::MouseEventContains position and status information about a mouse event
 Cjuce::MouseInputSourceRepresents a linear source of mouse events from a mouse device or individual finger in a multi-touch environment
 Cjuce::MouseListenerA MouseListener can be registered with a component to receive callbacks about mouse events that happen to that component
 Cjuce::MouseWheelDetailsContains status information about a mouse wheel event
 Cjuce::MPEChannelAssignerThis class handles the assignment of new MIDI notes to member channels of an active MPE zone
 Cjuce::MPEChannelRemapperThis class handles the logic for remapping MIDI note messages from multiple MPE sources onto a specified MPE zone
 Cjuce::MPEInstrumentThis class represents an instrument handling MPE
 Cjuce::MPEMessagesThis helper class contains the necessary helper functions to generate MIDI messages that are exclusive to MPE, such as defining the upper and lower MPE zones and setting per-note and master pitchbend ranges
 Cjuce::MPENoteThis struct represents a playing MPE note
 Cjuce::MPESynthesiserVoiceRepresents an MPE voice that an MPESynthesiser can use to play a sound
 Cjuce::MPEValueThis class represents a single value for any of the MPE dimensions of control
 Cjuce::MPEZoneThis struct represents an MPE zone
 Cjuce::MPEZoneLayoutThis class represents the current MPE zone layout of a device capable of handling MPE
 Cjuce::midi_ci::MUIDA 28-bit ID that uniquely identifies a device taking part in a series of MIDI-CI transactions
 Cjuce::ValueSmoothingTypes::MultiplicativeUsed to indicate a smoothing between multiplicative values
 Cjuce::MultiTimerA type of timer class that can run multiple timers with different frequencies, all of which share a single callback
 CARA::PlugIn::MusicalContext
 CMutexType
 Cjuce::midi_ci::Message::NAKSee the MIDI-CI specification
 Cjuce::Named< T >Combines an object with a name
 Cjuce::NamedPipeA cross-process pipe that can have data written to and read from it
 Cjuce::NamedValueSet::NamedValueStructure for a named var object
 Cjuce::NamedValueSetHolds a set of named var objects
 Cdetail::NameForwarder
 Cjuce::var::NativeFunctionArgsThis structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context
 Cjuce::NativeMessageBoxThis class contains some static methods for showing native alert windows
 Cjuce::File::NaturalFileComparatorComparator for files
 Cjuce::NetworkServiceDiscoveryContains classes that implement a simple protocol for broadcasting the availability and location of a discoverable service on the local network, and for maintaining a list of known services
 Cjuce::NewLineThis class is used for represent a new-line character sequence
 Cjuce::AudioProcessorGraph::NodeAndChannelRepresents an input or output channel of a node in an AudioProcessorGraph
 Cjuce::AudioProcessorGraph::NodeIDEach node in the graph has a UID of this type
 Cjuce::dsp::NoiseGate< SampleType >A simple noise gate with standard threshold, ratio, attack time and release time controls
 Cjuce::dsp::DelayLineInterpolationTypes::NoneNo interpolation between successive samples in the delay line will be performed
 CAudioData::NonInterleaved
 Cjuce::dsp::Convolution::NonUniformContains configuration information for a non-uniform convolution
 Cjuce::NormalisableRange< ValueType >Represents a mapping between an arbitrary range of values and a normalised 0->1 range
 Cjuce::KeyboardComponentBase::NoteAndVelocityThis structure is returned by the getNoteAndVelocityAtPosition() method
 Cjuce::PushNotifications::NotificationRepresents a notification that can be sent or received
 Cjuce::NullCheckedInvocationSome helper methods for checking a callable object before invoking with the specified arguments
 Cjuce::detail::NumBase< dynamicExtent >
 Cjuce::OnlineUnlockStatusA base class for online unlocking systems
 Cjuce::OpenGLContextCreates an OpenGL context, which can be attached to a component
 Cjuce::OpenGLFrameBufferCreates an openGL frame buffer
 Cjuce::OpenGLGraphicsContextCustomShaderUsed to create custom shaders for use with an openGL 2D rendering context
 Cjuce::OpenGLHelpersA set of miscellaneous openGL helper functions
 Cjuce::OpenGLPixelFormatRepresents the various properties of an OpenGL pixel format
 Cjuce::OpenGLRendererA base class that should be implemented by classes which want to render openGL on a background thread
 Cjuce::OpenGLShaderProgramManages an OpenGL shader program
 Cjuce::OpenGLTextureCreates an openGL texture from an Image
 Cjuce::TreeViewItem::OpennessRestorerThis handy class takes a copy of a TreeViewItem's openness when you create it, and restores that openness state when its destructor is called
 Cjuce::Optional< Value >A simple optional type
 Cjuce::ComponentPeer::OptionalBorderSizeRepresents the window borders around a window component
 Cjuce::OptionalScopedPointer< ObjectType >Holds a pointer to an object which can optionally be deleted when this pointer goes out of scope
 Cjuce::PopupMenu::OptionsClass used to create a set of options to pass to the show() method
 Cjuce::PropertiesFile::OptionsStructure describing properties file options
 Cjuce::WebBrowserComponent::OptionsOptions to configure WebBrowserComponent
 Cjuce::OptionsBuilder< OptionsType >A base class for building Options
 Cjuce::OptionsBuilder< WebBrowserComponent::Options >
 Cjuce::OrderedContainerHelpersA helper struct providing functions for managing sorted containers
 Cjuce::OSCAddressAn OSC address
 Cjuce::OSCAddressPatternAn OSC address pattern
 Cjuce::OSCArgumentAn OSC argument
 Cjuce::OSCBundleAn OSC bundle
 Cjuce::OSCColourHolds a 32-bit RGBA colour for passing to and from an OSCArgument
 Cjuce::dsp::Oscillator< SampleType >Generates a signal based on a user-supplied function
 Cjuce::OSCMessageAn OSC Message
 Cjuce::OSCReceiverA class for receiving OSC data
 Cjuce::OSCSenderAn OSC message sender
 Cjuce::OSCTimeTagAn OSC time tag
 Cjuce::OSCTypesThe definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification
 Cjuce::FocusOutline::OutlineWindowPropertiesDefines the focus outline window properties
 Cjuce::universal_midi_packets::OutputAn output (from the JUCE project's perspective) that sends messages to an endpoint
 Cjuce::OutputStreamThe base class for streams that write data to some kind of destination
 Cjuce::dsp::Oversampling< SampleType >A processor that performs multi-channel oversampling
 Cjuce::OwnedArray< ObjectClass, TypeOfCriticalSectionToUse >An array designed for holding objects
 Cjuce::midi_ci::PaginationContains information about the pagination of a request
 Cjuce::dsp::Panner< SampleType >A processor to perform panning operations on stereo buffers
 Cjuce::Parallelogram< ValueType >Represents a parallelogram that is defined by 3 points
 Cjuce::AudioProcessorEditor::ParameterControlHighlightInfoUsed by the setParameterHighlighting() method
 Cjuce::ParameterIDCombines a parameter ID and a version hint
 Cjuce::AudioProcessorValueTreeState::ParameterLayoutA class to contain a set of RangedAudioParameters and AudioProcessorParameterGroups containing RangedAudioParameters
 Cjuce::ADSR::ParametersHolds the parameters being used by an ADSR object
 Cjuce::Reverb::ParametersHolds the parameters being used by a Reverb object
 Cjuce::TypeHelpers::ParameterType< Type >The ParameterType struct is used to find the best type to use when passing some kind of object as a parameter
 Cjuce::midi_ci::Message::ParsedA message with a header and optional body
 Cjuce::midi_ci::ParserParses CI messages
 Cjuce::PathA path is a sequence of lines and curves that may either form a closed shape or be open-ended
 Cjuce::PathFlatteningIteratorFlattens a Path object into a series of straight-line sections
 Cjuce::PathStrokeTypeDescribes a type of stroke used to render a solid outline along a path
 Cjuce::PenDetailsContains status information about a pen event
 Cjuce::PerformanceCounterA timer for measuring performance of code and dumping the results to a file
 Cjuce::dsp::Phase< Type >Represents an increasing phase value between 0 and 2*pi
 Cjuce::dsp::Phaser< SampleType >A 6 stage phaser that modulates first order all-pass filters to create sweeping notches in the magnitude frequency response
 Cjuce::PixelAlphaRepresents an 8-bit single-channel pixel, and can perform compositing operations on it
 Cjuce::PixelARGBRepresents a 32-bit INTERNAL pixel with premultiplied alpha, and can perform compositing operations with it
 Cjuce::PixelRGBRepresents a 24-bit RGB pixel, and can perform compositing operations on it
 CARA::PlugIn::PlaybackRegion
 Cjuce::ARAHostModel::PlaybackRegionHelper class for the host side implementation of the ARA PlaybackRegion model object
 Cjuce::ARAHostModel::PlaybackRegionRegistry< RendererRef, Interface >Base class used by the PlaybackRendererInterface and EditorRendererInterface plugin extension interfaces
 CARA::PlugIn::PlaybackRenderer
 Cjuce::PluginDescriptionA small class to represent some facts about a particular type of plug-in
 Cjuce::PluginDirectoryScannerScans a directory for plugins, and adds them to a KnownPluginList
 CARA::PlugIn::PlugInExtension
 Cjuce::ARAHostModel::PlugInExtensionInstanceWrapper class for ARA::ARAPlugInExtensionInstance*
 Cjuce::PluginHostTypeA useful utility class to determine the host or DAW in which your plugin is loaded
 Cjuce::StandalonePluginHolder::PluginInOutsStructure used for the number of inputs and outputs
 Cjuce::KnownPluginList::PluginTreeA structure that recursively holds a tree of plugins
 Cjuce::Point< ValueType >A pair of (x, y) coordinates
 Cjuce::dsp::Polynomial< FloatingType >A class representing a polynomial
 Cjuce::PopupMenuCreates and displays a popup-menu
 Cjuce::CodeDocument::PositionA position in a code document
 Cjuce::PositionedGlyphA glyph from a particular font, with a particular size, style, typeface and position
 Cjuce::Component::PositionerBase class for objects that can be used to automatically position a component according to some kind of algorithm
 Cjuce::AudioPlayHead::PositionInfoDescribes the time at the start of the current audio callback
 Cjuce::PrimesPrime number creation class
 Cjuce::ProcessRepresents the current executable's process
 Cjuce::dsp::ProcessContextNonReplacing< ContextSampleType >Contains context information that is passed into an algorithm's process method
 Cjuce::dsp::ProcessContextReplacing< ContextSampleType >Contains context information that is passed into an algorithm's process method
 Cjuce::midi_ci::Message::ProcessEndMidiMessageReportSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProcessInquirySee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProcessInquiryResponseSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProcessMidiMessageReportSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProcessMidiMessageReportResponseSee the MIDI-CI specification
 Cjuce::dsp::ProcessorBaseActs as a polymorphic base class for processors
 Cjuce::dsp::ProcessorChain< Processors >This variadically-templated class lets you join together any number of processor classes into a single processor which will call process() on them all in sequence
 Cjuce::dsp::ProcessorDuplicator< MonoProcessorType, StateType >Converts a mono processor class into a multi-channel version by duplicating it and applying multichannel buffers across an array of instances
 Cjuce::dsp::ProcessSpecThis structure is passed into a DSP algorithm's prepare() method, and contains information about various aspects of the context in which it can expect to be called
 Cjuce::InAppPurchases::ProductRepresents a product available in the store
 Cjuce::midi_ci::Message::ProfileAddedSee the MIDI-CI specification
 Cjuce::midi_ci::ProfileAtAddressHolds a profile ID, and the address of a group/channel
 Cjuce::midi_ci::ProfileDelegateAn interface with methods that can be overridden to customise how a Device implementing profiles responds to profile inquiries
 Cjuce::midi_ci::Message::ProfileDetailsSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileDetailsResponseSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileDisabledReportSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileEnabledReportSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileInquirySee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileInquiryResponseSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileOffSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileOnSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileRemovedSee the MIDI-CI specification
 Cjuce::midi_ci::Message::ProfileSpecificDataSee the MIDI-CI specification
 Cjuce::midi_ci::ProfileStateEntryHolds a profile ID, along with the number of supported and active channels corresponding to that profile
 Cjuce::PushNotifications::Notification::ProgressUsed to represent a progress of some operation
 Cjuce::GridItem::PropertyRepresents a property
 Cjuce::midi_ci::PropertyDelegateAn interface with methods that can be overridden to customise how a Device implementing properties responds to property inquiries
 Cjuce::midi_ci::Message::PropertyExchangeCapabilitiesSee the MIDI-CI specification
 Cjuce::midi_ci::Message::PropertyExchangeCapabilitiesResponseSee the MIDI-CI specification
 Cjuce::midi_ci::PropertyExchangeResultContains data returned by a responder in response to a request
 Cjuce::midi_ci::PropertyReplyDataBundles together a property reply header and a data payload
 Cjuce::midi_ci::PropertyReplyHeaderA struct containing data members that correspond to common fields in a reply to a property exchange request
 Cjuce::midi_ci::PropertyRequestDataBundles together a property request header and a data payload
 Cjuce::midi_ci::PropertyRequestHeaderA struct containing data members that correspond to common fields in a property request header
 Cjuce::PropertySetA set of named property values, which can be strings, integers, floating point, etc
 Cjuce::midi_ci::PropertySubscriptionCommandUtilsFunctions to use with PropertySubscriptionCommand
 Cjuce::midi_ci::PropertySubscriptionDataContains information relating to a subscription update
 Cjuce::midi_ci::PropertySubscriptionHeaderA struct containing data members that correspond to common fields in a property subscription header
 Cjuce::InAppPurchases::PurchaseRepresents a purchase of a product in the store
 Cjuce::InAppPurchases::Listener::PurchaseInfoStructure holding purchase information
 Cjuce::Grid::PxA size in pixels
 Cjuce::Quaternion< Type >Holds a quaternion (a 3D vector and a scalar value)
 Cjuce::RandomA random number generator
 Cjuce::Range< ValueType >A general-purpose range object, that simply represents any linear range with a start and end point
 Cjuce::RangedAudioParameterAttributes< Derived, Value >
 Cjuce::RangedAudioParameterAttributes< AudioParameterBoolAttributes, bool >
 Cjuce::RangedAudioParameterAttributes< AudioParameterChoiceAttributes, int >
 Cjuce::RangedAudioParameterAttributes< AudioParameterFloatAttributes, float >
 Cjuce::RangedAudioParameterAttributes< AudioParameterIntAttributes, int >
 Cjuce::RangedDirectoryIteratorAllows iterating over files and folders using C++11 range-for syntax
 Cjuce::AudioFormatReader::ReadHelper< DestSampleType, SourceSampleType, SourceEndianness >Used by AudioFormatReader subclasses to copy data to different formats
 Cjuce::ReadWriteLockA critical section that allows multiple simultaneous readers
 Cjuce::OSCReceiver::RealtimeCallbackUse this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming OSC data immediately after it arrives, called directly on the network thread that listens to incoming OSC traffic
 Cjuce::Thread::RealtimeOptionsA selection of options available when creating realtime threads
 Cjuce::RecentlyOpenedFilesListManages a set of files for use as a list of recently-opened documents
 Cjuce::Rectangle< ValueType >Manages a rectangle and allows geometric operations to be performed on it
 Cjuce::RectangleList< ValueType >Maintains a set of rectangles as a complex region
 Cjuce::RectanglePlacementDefines the method used to position some kind of rectangular object within a rectangular viewport
 Cjuce::ReferenceCountedArray< ObjectClass, TypeOfCriticalSectionToUse >Holds a list of objects derived from ReferenceCountedObject, or which implement basic reference-count handling methods
 Cjuce::ReferenceCountedObjectA base class which provides methods for reference-counting
 Cjuce::ReferenceCountedObjectPtr< ObjectType >A smart-pointer class which points to a reference-counted object
 CReferenceCountingType
 CARA::PlugIn::RegionSequence
 Cjuce::RelativeCoordinateExpresses a coordinate as a dynamically evaluated expression
 Cjuce::RelativeParallelogramA parallelogram defined by three RelativePoint positions
 Cjuce::RelativePointAn X-Y position stored as a pair of RelativeCoordinate values
 Cjuce::RelativePointPathA path object that consists of RelativePoint coordinates rather than the normal fixed ones
 Cjuce::RelativeRectangleA rectangle stored as a set of RelativeCoordinate values
 Cjuce::RelativeTimeA relative measure of time
 Cjuce::midi_ci::RequestIDA strongly-typed identifier for a 7-bit request ID with a nullable state
 Cjuce::midi_ci::RequestKeyA key used to uniquely identify ongoing transactions initiated by a ci::Device
 Cjuce::ReservoirHelper functions for managing buffered readers
 Cjuce::WebBrowserComponent::ResourceA resource returned by a ResourceProvider
 Cjuce::midi_ci::ResponderDelegateAn interface for types that implement responses for certain message types
 Cjuce::midi_ci::ResponderPropertyExchangeCacheAccumulates message chunks that form a request initiated by a remote device
 Cjuce::ResultRepresents the 'success' or 'failure' of an operation, and holds an associated error message to describe the error when there's a failure
 Cjuce::dsp::ReverbProcessor wrapper around juce::Reverb for easy integration into ProcessorChain
 Cjuce::ReverbPerforms a simple reverb effect on a stream of audio data
 Cjuce::Slider::RotaryParametersStructure defining rotary parameters for a slider
 Cjuce::RSAKeyRSA public/private key-pair encryption class
 Cjuce::TextLayout::RunA sequence of glyphs with a common font and colour
 Cjuce::RuntimePermissions
 Cjuce::Component::SafePointer< ComponentType >Holds a pointer to some type of Component, which automatically becomes null if the component is deleted
 Cjuce::ScaledImageAn image that will be resampled before it is drawn
 Cjuce::ComponentPeer::ScaleFactorListenerUsed to receive callbacks when the OS scale factor of this ComponentPeer changes
 Cjuce::Expression::ScopeWhen evaluating an Expression object, this class is used to resolve symbols and perform functions that the expression uses
 Cjuce::ScopedAutoReleasePoolA handy C++ wrapper that creates and deletes an NSAutoreleasePool object using RAII
 Cjuce::Slider::ScopedDragNotificationAn RAII class for sending slider listener drag messages
 Cjuce::ScopedJuceInitialiser_GUIA utility object that helps you initialise and shutdown JUCE correctly using an RAII pattern
 Cjuce::DummyCriticalSection::ScopedLockTypeA dummy scoped-lock type to use with a dummy critical section
 Cjuce::InterProcessLock::ScopedLockTypeAutomatically locks and unlocks an InterProcessLock object
 Cjuce::ScopedMessageBoxObjects of this type can be used to programmatically close message boxes
 Cjuce::ScopedNoDenormalsHelper class providing an RAII-based mechanism for temporarily disabling denormals on your CPU
 Cjuce::ScopedReadLockAutomatically locks and unlocks a ReadWriteLock object
 Cjuce::AbstractFifo::ScopedReadWrite< mode >Class for a scoped reader/writer
 Cjuce::Graphics::ScopedSaveStateUses RAII to save and restore the state of a graphics context
 Cjuce::ScopedTimeMeasurementSimple RAII class for measuring the time spent in a scope
 Cjuce::AudioProcessLoadMeasurer::ScopedTimerThis class measures the time between its construction and destruction and adds it to an AudioProcessLoadMeasurer
 Cjuce::ScopedTryReadLockAutomatically locks and unlocks a ReadWriteLock object
 Cjuce::ScopedTryWriteLockAutomatically locks and unlocks a ReadWriteLock object
 Cjuce::ScopedValueSetter< ValueType >Helper class providing an RAII-based mechanism for temporarily setting and then re-setting a value
 Cjuce::ScopedWriteLockAutomatically locks and unlocks a ReadWriteLock object
 Cjuce::SerialisationSize< T >Holds a reference to some kind of size value, used to indicate that an object being marshalled is of variable size (e.g
 Cjuce::SerialisationTraits< T >Allows serialisation functions to be attached to a specific type without having to modify the declaration of that type
 Cjuce::NetworkServiceDiscovery::ServiceContains information about a service that has been found on the network
 Cjuce::universal_midi_packets::SessionAllows creating new connections to endpoints, and also creating new virtual endpoints
 Cjuce::PushNotifications::SettingsDescribes settings we want to use for current device
 Cjuce::SHA256SHA-256 secure hash generator
 Cjuce::SharedResourcePointer< SharedObjectType >A smart-pointer that automatically creates and manages the lifetime of a shared static instance of a class
 Cjuce::dsp::SIMDRegister< Type >A wrapper around the platform's native SIMD register type
 Cjuce::SingleThreadedAbstractFifoEncapsulates the logic for a single-threaded FIFO
 Cjuce::SingleThreadedReferenceCountedObjectAdds reference-counting to an object
 Cjuce::AudioProcessorValueTreeState::SliderAttachmentAn object of this class maintains a connection between a Slider and a parameter in an AudioProcessorValueTreeState
 Cjuce::Slider::SliderLayoutA struct defining the placement of the slider area and the text box area relative to the bounds of the whole Slider component
 Cjuce::SliderListener< Emitter >A class for receiving callbacks from a Slider or WebSliderRelay
 Cjuce::SliderListener< Slider >
 Cjuce::SliderListener< WebSliderRelay >
 Cjuce::SmoothedValueBase< SmoothedValueType >A base class for the smoothed value classes
 Cjuce::SmoothedValueBase< LogRampedValue< FloatType > >
 Cjuce::SmoothedValueBase< SmoothedValue< float, ValueSmoothingTypes::Linear > >
 Cjuce::SmoothedValueBase< SmoothedValue< FloatType, ValueSmoothingTypes::Linear > >
 Cjuce::SmoothedValueBase< SmoothedValue< NumericType, ValueSmoothingTypes::Linear > >
 Cjuce::SmoothedValueBase< SmoothedValue< SampleType, juce::ValueSmoothingTypes::Linear > >
 Cjuce::SmoothedValueBase< SmoothedValue< SampleType, ValueSmoothingTypes::Linear > >
 Cjuce::AnimatedPositionBehaviours::SnapToPageBoundariesA behaviour that gravitates an AnimatedPosition object towards the nearest integer position when released
 Cjuce::SocketOptionsOptions used for the configuration of the underlying system socket in the StreamingSocket and DatagramSocket classes
 Cjuce::SortedSet< ElementType, TypeOfCriticalSectionToUse >Holds a set of unique primitive objects, such as ints or doubles
 Cjuce::DragAndDropTarget::SourceDetailsContains details about the source of a drag-and-drop operation
 Cjuce::AccessibilityTableInterface::SpanA simple span of elements
 Cjuce::GridItem::SpanRepresents a span
 Cjuce::SparseSet< Type >Holds a set of primitive values, storing them as a set of ranges
 Cjuce::dsp::SpecialFunctionsContains miscellaneous filter design and windowing functions
 Cjuce::SpinLockA simple spin-lock class that can be used as a simple, low-overhead mutex for uncontended situations
 Cjuce::SpringEasingOptionsA selection of options available for customising a spring style easing function
 CRenderingHelpers::StackBasedLowLevelGraphicsContext
 Cjuce::RelativeCoordinate::StandardStrings
 Cjuce::GridItem::StartAndEndPropertyRepresents start and end properties
 Cjuce::CodeEditorComponent::StateCan be used to save and restore the editor's caret position, selection state, etc
 Cjuce::dsp::StateVariableTPTFilter< SampleType >An IIR filter that can perform low, band and high-pass filtering on an audio signal, with 12 dB of attenuation per octave, using a TPT structure, designed for fast modulation (see Vadim Zavalishin's documentation about TPT structures for more information)
 Cjuce::StaticAnimationLimits< ValueType >Helper class for using linear interpolation between a begin and an end value
 Cjuce::universal_midi_packets::StaticDeviceInfoStatic information about a particular MIDI device that can be queried without opening a connection to the device
 Cjuce::midi_ci::Message::StaticSizePropertyExchangeA property-exchange message that has no payload, and must therefore be contained in a single chunk
 Cjuce::PerformanceCounter::StatisticsHolds the current statistics
 Cjuce::StatisticsAccumulator< FloatType >A class that measures various statistics about a series of floating point values that it is given
 Cjuce::StreamingSocketA wrapper for a streaming (TCP) socket
 Cjuce::StretchableLayoutManagerFor laying out a set of components, where the components have preferred sizes and size limits, but where they are allowed to stretch to fill the available space
 Cjuce::StretchableObjectResizerA utility class for fitting a set of objects whose sizes can vary between a minimum and maximum size, into a space
 Cjuce::StrictVariantConverter< Type >A helper type that can be used to implement specialisations of VariantConverter that use FromVar::convert and ToVar::convert internally
 Cjuce::StringThe JUCE String class!
 Cjuce::StringArrayA special array for holding a list of strings
 Cjuce::CppTokeniserFunctions::StringIteratorA class that can be passed to the CppTokeniserFunctions functions in order to parse a String
 Cjuce::StringPairArrayA container for holding a set of strings which are keyed by another string
 Cjuce::StringPoolA StringPool holds a set of shared strings, which reduces storage overheads and improves comparison speed when dealing with many duplicate strings
 Cjuce::StringRefA simple class for holding temporary references to a string literal or String
 Cjuce::RelativeCoordinate::StringsA set of static strings that are commonly used by the RelativeCoordinate class
 Cjuce::universal_midi_packets::StringUtilsHolds utility functions for extracting textual representations of Universal MIDI Packets
 Cjuce::midi_ci::SubscriptionMatches a subscription ID to a resource name
 Cjuce::midi_ci::SubscriptionKeyA key used to uniquely identify ongoing property subscriptions initiated by a ci::Device
 Cjuce::midi_ci::SubscriptionManagerManages subscriptions to properties on remote devices
 Cjuce::midi_ci::SubscriptionManagerDelegateFunctions used by a SubscriptionManager to negotiate subscriptions
 Cjuce::midi_ci::SupportedAndActiveHolds the maximum number of channels that may be activated for a MIDI-CI profile, along with the number of channels that are currently active
 Cjuce::Expression::SymbolRepresents a symbol that is used in an Expression
 Cjuce::SynthesiserBase class for a musical device that can play sounds
 Cjuce::SynthesiserVoiceRepresents a voice that a Synthesiser can use to play a SynthesiserSound
 Cjuce::SystemAudioVolumeContains functions to control the system's master volume
 Cjuce::SystemClipboardHandles reading/writing to the system's clipboard
 Cjuce::SystemStatsContains methods for finding out about the current hardware and OS configuration
 Cjuce::TableListBoxModelOne of these is used by a TableListBox as the data model for the table's contents
 Cjuce::TemporaryFileManages a temporary file, which will be deleted when this object is deleted
 Cjuce::UnitTestRunner::TestResultContains the results of a test
 Cjuce::TextDiffCalculates and applies a sequence of changes to convert one text string into another
 Cjuce::TextDragAndDropTargetComponents derived from this class can have text dropped onto them by an external application
 Cjuce::TextEditorKeyMapper< CallbackClass >This class is used to invoke a range of text-editor navigation methods on an object, based upon a keypress event
 Cjuce::XmlElement::TextFormatA struct containing options for formatting the text when representing an XML element as a string
 Cjuce::TextInputTargetAn abstract base class which can be implemented by components that function as text editors
 Cjuce::TextLayoutA Pre-formatted piece of text, which may contain multiple fonts and colours
 Cjuce::dsp::DelayLineInterpolationTypes::ThiranSuccessive samples in the delay line will be interpolated using 1st order Thiran interpolation
 Cjuce::ThreadEncapsulates a thread
 Cjuce::AudioFormatWriter::ThreadedWriterProvides a FIFO for an AudioFormatWriter, allowing you to push incoming data into a buffer which will be flushed to disk by a background thread
 Cjuce::ThreadLocalValue< Type >Provides cross-platform support for thread-local objects
 Cjuce::ThreadPoolA set of threads that will run a list of jobs
 Cjuce::ThreadPoolJobA task that is executed by a ThreadPool object
 Cjuce::ThreadPoolOptionsA set of threads that will run a list of jobs
 Cjuce::TimeHolds an absolute date and time
 Cjuce::TimerMakes repeated callbacks to a virtual method at a specified time interval
 Cjuce::AudioPlayHead::TimeSignatureDescribes a musical time signature
 Cjuce::TimeSliceClientUsed by the TimeSliceThread class
 Cjuce::CodeEditorComponent::ColourScheme::TokenTypeDefines a colour for a token type
 Cjuce::Tolerance< Type >A class encapsulating both relative and absolute tolerances for use in floating-point comparisons
 Cjuce::ToolbarItemFactoryA factory object which can create ToolbarItemComponent objects
 Cjuce::TooltipClientComponents that want to use pop-up tooltips should implement this interface
 Cjuce::ToVarAllows converting an object of arbitrary type to var
 Cjuce::ToVarOptionsOptions that control conversion from arbitrary types to juce::var
 Cjuce::Grid::TrackInfoRepresents a track
 Cjuce::AudioProcessor::TrackPropertiesA struct containing information about the DAW track inside which your AudioProcessor is loaded
 Cjuce::TreeViewItemAn item in a TreeView
 Cjuce::TypefaceMetricsFont metrics using JUCE conventions
 Cjuce::ComponentBuilder::TypeHandlerThe class is a base class for objects that manage the loading of a type of component from a ValueTree
 CTypeOfCriticalSectionToUse
 Cjuce::UndoableActionUsed by the UndoManager class to store an action which can be done and undone
 Cjuce::OpenGLShaderProgram::UniformRepresents an openGL uniform value
 Cjuce::UnitTestThis is a base class for classes that perform a unit test
 Cjuce::UnitTestRunnerRuns a set of unit tests
 Cjuce::ExtensionsVisitor::UnknownIndicates that there is no platform specific information available
 Cjuce::OnlineUnlockStatus::UnlockResultThis provides some details about the reply that the server gave in a call to attemptWebserverUnlock()
 Cjuce::TypeHelpers::UnsignedTypeWithSize< bytes >These templates are designed to take an integer type, and return an unsigned int version with the same size
 Cjuce::URLRepresents a URL and has a bunch of useful functions to manipulate it
 Cjuce::UuidA universally unique 128-bit identifier
 Cjuce::ValueRepresents a shared variant value
 Cjuce::ValueAnimatorBuilderA builder class that can be used to construct an Animator wrapping a ValueAnimator implementation
 Cjuce::ValueTreeA powerful tree structure that can be used to hold free-form data, and which can handle its own undo and redo behaviour
 Cjuce::MarkerList::ValueTreeWrapperForms a wrapper around a ValueTree that can be used for storing a MarkerList
 Cjuce::varA variant class, that can be used to hold a range of primitive values
 Cjuce::MidiMessage::VariableLengthValueHolds information about a variable-length value which was parsed from a stream of bytes
 Cjuce::VariantConverter< Type >This template-overloaded class can be used to convert between var and custom types
 Cjuce::ComponentPeer::VBlankListenerUsed to receive callbacks on every vertical blank event of the display that the peer currently belongs to
 Cjuce::Vector3D< Type >A three-coordinate vector
 Cjuce::universal_midi_packets::VirtualEndpointRepresents a virtual device that allows this program to advertise itself to other MIDI-aware applications on the system
 Cjuce::Expression::Scope::VisitorUsed as a callback by the Scope::visitRelativeScope() method
 Cjuce::VST2ClientExtensionsAn interface to allow an AudioProcessor to implement extended VST2-specific functionality
 Cjuce::ExtensionsVisitor::VST3ClientCan be used to retrieve information about a VST3 that is wrapped by an AudioProcessor
 Cjuce::VST3ClientExtensionsAn interface to allow an AudioProcessor to implement extended VST3-specific functionality
 Cjuce::VST3InterfaceUseful functions and classes for defining VST3 Interface Ids
 Cjuce::ExtensionsVisitor::VSTClientCan be used to retrieve information about a VST that is wrapped by an AudioProcessor
 Cjuce::VSTMidiEventListHolds a set of VSTMidiEvent objects and makes it easy to add events to the list
 Cjuce::SpeakerMappings::VstSpeakerConfigurationHolderClass to hold a speaker configuration
 Cjuce::WaitableEventAllows threads to wait for events triggered by other threads
 Cjuce::WaitFreeListeners< Listener >
 Cjuce::dsp::WaveShaper< FloatType, Function >Applies waveshaping to audio samples as single samples or AudioBlocks
 Cjuce::Animator::Weak
 Cjuce::WeakReference< ObjectType, ReferenceCountingType >This class acts as a pointer which will automatically become null if the object to which it points is deleted
 Cjuce::WebViewLifetimeListenerType for a listener registered with WebBrowserComponent::Options::withWebViewLifetimeListener
 Cjuce::WhirlpoolWhirlpool hash class
 Cjuce::dsp::WindowingFunction< FloatType >A class which provides multiple windowing functions useful for filter design and spectrum analyzers
 Cjuce::WindowsRegistryContains some static helper functions for manipulating the MS Windows registry (Only available on Windows, of course!)
 Cjuce::WindowUtilsWindowing helper functions
 Cjuce::WebBrowserComponent::Options::WinWebView2Options specific to the WebView2 backend
 Cjuce::WorkgroupTokenCreated by AudioWorkgroup to join the calling thread to a workgroup
 Cjuce::AudioFormatWriter::WriteHelper< DestSampleType, SourceSampleType, DestEndianness >Used by AudioFormatWriter subclasses to copy data to different formats
 Cjuce::XmlAttributeA name-value pair representing an attribute of an XML tag
 Cjuce::XmlDocumentParses a text-based XML document and creates an XmlElement object from it
 Cjuce::XmlElementUsed to build a tree of elements representing an XML document
 Cjuce::ZipFile::ZipEntryContains information about one of the entries in a ZipFile
 Cjuce::ZipFileDecodes a ZIP file from a stream
 Cjuce::ResizableBorderComponent::ZoneRepresents the different sections of a resizable border, which allow it to resized in different ways
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram