MCPcopy Create free account

hub / github.com/Torsion-Audio/Scyclone / types & classes

Types & classes773 in github.com/Torsion-Audio/Scyclone

↓ 30 callersClassString
* @brief A string implementation without C++ standard library dependencies */
modules/RnboExport/rnbo/common/RNBO_String.h:18
↓ 12 callersClassAllocatedFree
Light functor to release memory with OrtAllocator
modules/onnxruntime/include/onnxruntime_cxx_api.h:324
↓ 8 callersClassMidiEvent
modules/RnboExport/rnbo/src/RNBO_MidiEvent.h:22
↓ 7 callersClassPresetEvent
modules/RnboExport/rnbo/src/RNBO_PresetEvent.h:24
↓ 6 callersClassMessageEvent
modules/RnboExport/rnbo/src/RNBO_MessageEvent.h:28
↓ 5 callersClassEventComparator
modules/RnboExport/rnbo/src/RNBO_EventList.h:103
↓ 5 callersClassParameterEvent
* An event representing a parameter value change */
modules/RnboExport/rnbo/src/RNBO_ParameterEvent.h:24
↓ 5 callersClassdiyfp
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:14992
↓ 5 callersClassjson_pointer
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:3331
↓ 4 callersClassDataRefEvent
* An event for updating a Data Reference. Used internally. */
modules/RnboExport/rnbo/src/RNBO_DataRefEvent.h:16
↓ 4 callersClassSession
\brief Wrapper around ::OrtSession * */
modules/onnxruntime/include/onnxruntime_cxx_api.h:782
↓ 4 callersClassStartupEvent
* An event representing startup */
modules/RnboExport/rnbo/src/RNBO_StartupEvent.h:25
↓ 4 callersClassreverse_iterator
modules/RnboExport/rnbo/src/RNBO_Vector.h:380
↓ 4 callersClassset
modules/RnboExport/rnbo/src/3rdparty/MPark_variant/variant.hpp:809
↓ 3 callersClassAllocator
\brief Wrapper around ::OrtAllocator * */
modules/onnxruntime/include/onnxruntime_cxx_api.h:1410
↓ 3 callersEnumTransportState
modules/RnboExport/rnbo/common/RNBO_Types.h:97
↓ 3 callersClassout_of_range
@brief exception indicating access out of the defined range @sa https://json.nlohmann.me/api/basic_json/out_of_range/
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:2988
↓ 2 callersClassBeatTimeEvent
* An event for setting the current transport time. Depending on the host, * setting the beat time may simply update the internal transport, or else
modules/RnboExport/rnbo/src/RNBO_BeatTimeEvent.h:23
↓ 2 callersClassClockEvent
* @private * An clock (Timer) event */
modules/RnboExport/rnbo/src/RNBO_ClockEvent.h:19
↓ 2 callersClassServiceNotification
* @private */
modules/RnboExport/rnbo/src/RNBO_ServiceNotification.h:22
↓ 2 callersClassTempoEvent
* A tempo event */
modules/RnboExport/rnbo/src/RNBO_TempoEvent.h:18
↓ 2 callersClassTimeSignatureEvent
* An event representing changing the time signature */
modules/RnboExport/rnbo/src/RNBO_TimeSignatureEvent.h:18
↓ 2 callersClassTransportEvent
* An event representing stopping or starting the transport */
modules/RnboExport/rnbo/src/RNBO_TransportEvent.h:18
↓ 2 callersClassinput_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:5281
↓ 1 callersClassEventVariant
* @private * * The EventVariant provides a way to hold multiple event types inside of * one list. This makes it possible to sort them by t
modules/RnboExport/rnbo/src/RNBO_EventVariant.h:76
↓ 1 callersClassHardwareDevice
* @brief A UniversalEvent generator that contains extra hardware device info */
modules/RnboExport/rnbo/src/RNBO_HardwareDevice.h:139
↓ 1 callersClassMemoryInfo
\brief Wrapper around ::OrtMemoryInfo * */
modules/onnxruntime/include/onnxruntime_cxx_api.h:818
↓ 1 callersClassOutletEvent
* An event representing a message sent through an outlet of an external */
modules/RnboExport/rnbo/src/RNBO_OutletEvent.h:13
↓ 1 callersClassRingBuffer
source/dsp/onnx/RingBuffer.h:10
↓ 1 callersClassTransientGrid
source/ui/CustomComponents/TransientViewer/TransientGrid.h:11
↓ 1 callersClassUntypedDataBuffer
* @brief A DataBuffer that has no type */
modules/RnboExport/rnbo/src/RNBO_ExternalData.h:40
↓ 1 callersClassWASMMessageEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:87
↓ 1 callersClassWASMMidiEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:34
↓ 1 callersClassWASMParameterEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:13
↓ 1 callersClassWASMPresetEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:127
↓ 1 callersClassfile_input_adapter
! Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter. */
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:5244
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:11233
ClassAdvancedParameterControl
source/ui/CustomComponents/AdvancedParameterControl/AdvancedParameterControl.h:14
EnumAllocationMode
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:1338
EnumAllocationMode
modules/RnboExport/rnbo/src/3rdparty/readerwriterqueue/readerwriterqueue.h:411
ClassAllocatorImpl
modules/onnxruntime/include/onnxruntime_cxx_api.h:1387
ClassAllocatorWithDefaultOptions
modules/onnxruntime/include/onnxruntime_cxx_api.h:335
ClassArenaCfg
! \struct Ort::ArenaCfg * \brief it is a structure that represents the configuration of an arena based allocator * \details Please see docs/C_API.md
modules/onnxruntime/include/onnxruntime_cxx_api.h:1468
ClassArrayTests
modules/RnboExport/rnbo/src/RNBO_UnitTests.cpp:11
ClassArrow
source/ui/CustomComponents/XYPad/Arrow.h:6
ClassArrowButtons
source/ui/CustomComponents/XYPad/ArrowButton.h:5
ClassAtomicShadowValue
* @private * you cannot hold atomic values directly in a vector (they are not copy-constructible) * so we need to wrap them here - this will make
modules/RnboExport/rnbo/src/RNBO_ParameterInterfaceAsyncImpl.h:35
ClassAudioBufferConverterBase
* @private * Convert input audio data to internal audio buffer data. */
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:80
ClassAudioBufferConverterData
* @private * Container class for audio data to be converted */
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:27
ClassAudioBufferInfo
* @brief Stores metadata info for an audio buffer */
modules/RnboExport/rnbo/common/RNBO_DataRef.h:29
ClassAudioInBufferConverter
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:147
ClassAudioInBufferConverter<SampleValue const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:172
ClassAudioInBufferConverter<SampleValue* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:197
ClassAudioInBufferConverter<SampleValue**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:208
ClassAudioInBufferConverter<SampleValueConv *>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:233
ClassAudioInBufferConverter<SampleValueConv const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:184
ClassAudioInBufferConverter<SampleValueConv* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:217
ClassAudioInBufferConverter<SampleValueConv**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:225
ClassAudioInBufferConverter<const SampleValueConv* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:158
ClassAudioOutBufferConverter
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:245
ClassAudioOutBufferConverter<SampleValue * const>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:274
ClassAudioOutBufferConverter<SampleValue**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:313
ClassAudioOutBufferConverter<SampleValueConv * const>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:293
ClassAudioOutBufferConverter<SampleValueConv *>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:333
ClassAudioOutBufferConverter<SampleValueConv* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:253
ClassAudioOutBufferConverter<SampleValueConv**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:325
ClassAudioPluginAudioProcessor
==============================================================================
source/PluginProcessor.h:21
ClassAudioPluginAudioProcessorEditor
==============================================================================
source/PluginEditor.h:17
ClassAudioVisualiser
source/dsp/analyser/AudioVisualiser.h:9
ClassAutoMakeUpGain
source/dsp/compressor/Compressor.h:31
ClassBFloat16_t
\brief bfloat16 (Brain Floating Point) data type * \details It is necessary for type dispatching to make use of C++ API * The type is implicitly con
modules/onnxruntime/include/onnxruntime_cxx_api.h:188
ClassBase
modules/onnxruntime/include/onnxruntime_cxx_api.h:256
ClassBase<Unowned<T>>
modules/onnxruntime/include/onnxruntime_cxx_api.h:299
ClassBase<const T>
modules/onnxruntime/include/onnxruntime_cxx_api.h:289
ClassBaseInterface
* Base class for objects which, like CoreObject, expose an interface to exported RNBO code. */
modules/RnboExport/rnbo/common/RNBO_BaseInterface.h:12
ClassBinaryData
modules/RnboExport/rnbo/src/RNBO_BinaryData.h:38
ClassBinaryDataEntry
modules/RnboExport/rnbo/src/RNBO_BinaryData.h:8
ClassBinaryDataImpl
modules/RnboExport/rnbo/src/RNBO_BinaryData.h:44
ClassBlock
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:1538
ClassBlock
modules/RnboExport/rnbo/src/3rdparty/readerwriterqueue/readerwriterqueue.h:564
ClassBlockIndexEntry
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:2326
ClassBlockIndexHeader
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:2332
ClassBlockingConcurrentQueue
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/blockingconcurrentqueue.h:25
ClassBlockingConcurrentQueue
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:417
ClassBlockingReaderWriterQueue
modules/RnboExport/rnbo/src/3rdparty/readerwriterqueue/readerwriterqueue.h:628
EnumCOREMLFlags
COREMLFlags are bool options we want to set for CoreML EP This enum is defined as bit flags, and cannot have negative value To generate an uint32_t co
modules/onnxruntime/include/coreml_provider_factory.h:12
ClassChooserOpenGuard
source/utils/FileChooserManager.cpp:5
ClassChooserOpenSession
Clears chooserOpen if launchAsync never invokes its callback (e.g. FileChooser destroyed early).
source/utils/FileChooserManager.cpp:22
ClassClangInterface
* @private */
modules/RnboExport/rnbo/src/RNBO_ClangInterface.h:16
ClassClientConnectionHandler
modules/RnboExport/rnbo/src/RNBO_RemoteParameterClient.cpp:19
ClassColorPallete
source/utils/colors.h:6
ClassCompressor
source/dsp/compressor/Compressor.h:43
ClassCompressorParameter
source/dsp/compressor/Compressor.h:19
EnumCompressorType
source/dsp/compressor/Compressor.h:14
ClassConcurrentQueue
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:416
ClassConcurrentQueueDefaultTraits
Default traits for the ConcurrentQueue. To change some of the traits without re-implementing all of them, inherit from this struct and shadow the decl
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:320
ClassConcurrentQueueProducerTypelessBase
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:423
ClassConcurrentQueueTests
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:418
ClassConstIoBindingImpl
modules/onnxruntime/include/onnxruntime_cxx_api.h:1425
ClassConstSessionImpl
modules/onnxruntime/include/onnxruntime_cxx_api.h:689
next →1–100 of 773, ranked by callers