Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Torsion-Audio/Scyclone
/ types & classes
Types & classes
773 in github.com/Torsion-Audio/Scyclone
⨍
Functions
3,092
◇
Types & classes
773
↓ 30 callers
Class
String
* @brief A string implementation without C++ standard library dependencies */
modules/RnboExport/rnbo/common/RNBO_String.h:18
↓ 12 callers
Class
AllocatedFree
Light functor to release memory with OrtAllocator
modules/onnxruntime/include/onnxruntime_cxx_api.h:324
↓ 8 callers
Class
MidiEvent
modules/RnboExport/rnbo/src/RNBO_MidiEvent.h:22
↓ 7 callers
Class
PresetEvent
modules/RnboExport/rnbo/src/RNBO_PresetEvent.h:24
↓ 6 callers
Class
MessageEvent
modules/RnboExport/rnbo/src/RNBO_MessageEvent.h:28
↓ 5 callers
Class
EventComparator
modules/RnboExport/rnbo/src/RNBO_EventList.h:103
↓ 5 callers
Class
ParameterEvent
* An event representing a parameter value change */
modules/RnboExport/rnbo/src/RNBO_ParameterEvent.h:24
↓ 5 callers
Class
diyfp
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:14992
↓ 5 callers
Class
json_pointer
modules/RnboExport/rnbo/src/3rdparty/json/json.hpp:3331
↓ 4 callers
Class
DataRefEvent
* An event for updating a Data Reference. Used internally. */
modules/RnboExport/rnbo/src/RNBO_DataRefEvent.h:16
↓ 4 callers
Class
Session
\brief Wrapper around ::OrtSession * */
modules/onnxruntime/include/onnxruntime_cxx_api.h:782
↓ 4 callers
Class
StartupEvent
* An event representing startup */
modules/RnboExport/rnbo/src/RNBO_StartupEvent.h:25
↓ 4 callers
Class
reverse_iterator
modules/RnboExport/rnbo/src/RNBO_Vector.h:380
↓ 4 callers
Class
set
modules/RnboExport/rnbo/src/3rdparty/MPark_variant/variant.hpp:809
↓ 3 callers
Class
Allocator
\brief Wrapper around ::OrtAllocator * */
modules/onnxruntime/include/onnxruntime_cxx_api.h:1410
↓ 3 callers
Enum
TransportState
modules/RnboExport/rnbo/common/RNBO_Types.h:97
↓ 3 callers
Class
out_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 callers
Class
BeatTimeEvent
* 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 callers
Class
ClockEvent
* @private * An clock (Timer) event */
modules/RnboExport/rnbo/src/RNBO_ClockEvent.h:19
↓ 2 callers
Class
ServiceNotification
* @private */
modules/RnboExport/rnbo/src/RNBO_ServiceNotification.h:22
↓ 2 callers
Class
TempoEvent
* A tempo event */
modules/RnboExport/rnbo/src/RNBO_TempoEvent.h:18
↓ 2 callers
Class
TimeSignatureEvent
* An event representing changing the time signature */
modules/RnboExport/rnbo/src/RNBO_TimeSignatureEvent.h:18
↓ 2 callers
Class
TransportEvent
* An event representing stopping or starting the transport */
modules/RnboExport/rnbo/src/RNBO_TransportEvent.h:18
↓ 2 callers
Class
input_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 callers
Class
EventVariant
* @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 callers
Class
HardwareDevice
* @brief A UniversalEvent generator that contains extra hardware device info */
modules/RnboExport/rnbo/src/RNBO_HardwareDevice.h:139
↓ 1 callers
Class
MemoryInfo
\brief Wrapper around ::OrtMemoryInfo * */
modules/onnxruntime/include/onnxruntime_cxx_api.h:818
↓ 1 callers
Class
OutletEvent
* An event representing a message sent through an outlet of an external */
modules/RnboExport/rnbo/src/RNBO_OutletEvent.h:13
↓ 1 callers
Class
RingBuffer
source/dsp/onnx/RingBuffer.h:10
↓ 1 callers
Class
TransientGrid
source/ui/CustomComponents/TransientViewer/TransientGrid.h:11
↓ 1 callers
Class
UntypedDataBuffer
* @brief A DataBuffer that has no type */
modules/RnboExport/rnbo/src/RNBO_ExternalData.h:40
↓ 1 callers
Class
WASMMessageEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:87
↓ 1 callers
Class
WASMMidiEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:34
↓ 1 callers
Class
WASMParameterEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:13
↓ 1 callers
Class
WASMPresetEvent
modules/RnboExport/rnbo/adapters/wasm/RNBO_WebAssembly.cpp:127
↓ 1 callers
Class
file_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 callers
Class
primitive_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
Class
AdvancedParameterControl
source/ui/CustomComponents/AdvancedParameterControl/AdvancedParameterControl.h:14
Enum
AllocationMode
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:1338
Enum
AllocationMode
modules/RnboExport/rnbo/src/3rdparty/readerwriterqueue/readerwriterqueue.h:411
Class
AllocatorImpl
modules/onnxruntime/include/onnxruntime_cxx_api.h:1387
Class
AllocatorWithDefaultOptions
modules/onnxruntime/include/onnxruntime_cxx_api.h:335
Class
ArenaCfg
! \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
Class
ArrayTests
modules/RnboExport/rnbo/src/RNBO_UnitTests.cpp:11
Class
Arrow
source/ui/CustomComponents/XYPad/Arrow.h:6
Class
ArrowButtons
source/ui/CustomComponents/XYPad/ArrowButton.h:5
Class
AtomicShadowValue
* @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
Class
AudioBufferConverterBase
* @private * Convert input audio data to internal audio buffer data. */
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:80
Class
AudioBufferConverterData
* @private * Container class for audio data to be converted */
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:27
Class
AudioBufferInfo
* @brief Stores metadata info for an audio buffer */
modules/RnboExport/rnbo/common/RNBO_DataRef.h:29
Class
AudioInBufferConverter
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:147
Class
AudioInBufferConverter<SampleValue const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:172
Class
AudioInBufferConverter<SampleValue* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:197
Class
AudioInBufferConverter<SampleValue**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:208
Class
AudioInBufferConverter<SampleValueConv *>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:233
Class
AudioInBufferConverter<SampleValueConv const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:184
Class
AudioInBufferConverter<SampleValueConv* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:217
Class
AudioInBufferConverter<SampleValueConv**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:225
Class
AudioInBufferConverter<const SampleValueConv* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:158
Class
AudioOutBufferConverter
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:245
Class
AudioOutBufferConverter<SampleValue * const>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:274
Class
AudioOutBufferConverter<SampleValue**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:313
Class
AudioOutBufferConverter<SampleValueConv * const>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:293
Class
AudioOutBufferConverter<SampleValueConv *>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:333
Class
AudioOutBufferConverter<SampleValueConv* const*>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:253
Class
AudioOutBufferConverter<SampleValueConv**>
modules/RnboExport/rnbo/src/RNBO_AudioBufferConverter.h:325
Class
AudioPluginAudioProcessor
==============================================================================
source/PluginProcessor.h:21
Class
AudioPluginAudioProcessorEditor
==============================================================================
source/PluginEditor.h:17
Class
AudioVisualiser
source/dsp/analyser/AudioVisualiser.h:9
Class
AutoMakeUpGain
source/dsp/compressor/Compressor.h:31
Class
BFloat16_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
Class
Base
modules/onnxruntime/include/onnxruntime_cxx_api.h:256
Class
Base<Unowned<T>>
modules/onnxruntime/include/onnxruntime_cxx_api.h:299
Class
Base<const T>
modules/onnxruntime/include/onnxruntime_cxx_api.h:289
Class
BaseInterface
* Base class for objects which, like CoreObject, expose an interface to exported RNBO code. */
modules/RnboExport/rnbo/common/RNBO_BaseInterface.h:12
Class
BinaryData
modules/RnboExport/rnbo/src/RNBO_BinaryData.h:38
Class
BinaryDataEntry
modules/RnboExport/rnbo/src/RNBO_BinaryData.h:8
Class
BinaryDataImpl
modules/RnboExport/rnbo/src/RNBO_BinaryData.h:44
Class
Block
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:1538
Class
Block
modules/RnboExport/rnbo/src/3rdparty/readerwriterqueue/readerwriterqueue.h:564
Class
BlockIndexEntry
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:2326
Class
BlockIndexHeader
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:2332
Class
BlockingConcurrentQueue
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/blockingconcurrentqueue.h:25
Class
BlockingConcurrentQueue
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:417
Class
BlockingReaderWriterQueue
modules/RnboExport/rnbo/src/3rdparty/readerwriterqueue/readerwriterqueue.h:628
Enum
COREMLFlags
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
Class
ChooserOpenGuard
source/utils/FileChooserManager.cpp:5
Class
ChooserOpenSession
Clears chooserOpen if launchAsync never invokes its callback (e.g. FileChooser destroyed early).
source/utils/FileChooserManager.cpp:22
Class
ClangInterface
* @private */
modules/RnboExport/rnbo/src/RNBO_ClangInterface.h:16
Class
ClientConnectionHandler
modules/RnboExport/rnbo/src/RNBO_RemoteParameterClient.cpp:19
Class
ColorPallete
source/utils/colors.h:6
Class
Compressor
source/dsp/compressor/Compressor.h:43
Class
CompressorParameter
source/dsp/compressor/Compressor.h:19
Enum
CompressorType
source/dsp/compressor/Compressor.h:14
Class
ConcurrentQueue
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:416
Class
ConcurrentQueueDefaultTraits
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
Class
ConcurrentQueueProducerTypelessBase
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:423
Class
ConcurrentQueueTests
modules/RnboExport/rnbo/src/3rdparty/concurrentqueue/concurrentqueue.h:418
Class
ConstIoBindingImpl
modules/onnxruntime/include/onnxruntime_cxx_api.h:1425
Class
ConstSessionImpl
modules/onnxruntime/include/onnxruntime_cxx_api.h:689
next →
1–100 of 773, ranked by callers