Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apohl79/audiogridder
/ functions
Functions
1,821 in github.com/apohl79/audiogridder
⨍
Functions
1,821
◇
Types & classes
398
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
Common/Source/json.hpp:5250
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
Common/Source/json.hpp:3605
Method
get_character
Common/Source/json.hpp:3633
Method
get_character
Common/Source/json.hpp:3745
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
Common/Source/json.hpp:6594
Method
get_decimal_point
return the locale-dependent decimal point
Common/Source/json.hpp:6568
Function
get_error_message
return syntax error message
Common/Source/json.hpp:7654
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
Common/Source/json.hpp:6300
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
Common/Source/json.hpp:5853
Method
get_msgpack_float_prefix
Common/Source/json.hpp:10849
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
Common/Source/json.hpp:5871
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
Common/Source/json.hpp:5775
Method
get_number
Common/Source/json.hpp:6322
Function
get_number_float
return floating-point value
Common/Source/json.hpp:7620
Function
get_number_unsigned
Common/Source/json.hpp:7617
Function
get_position
return position of last read token
Common/Source/json.hpp:7630
Function
get_ptr
Common/Source/json.hpp:15376
Function
get_ref
Common/Source/json.hpp:15466
Function
get_ref_impl
Common/Source/json.hpp:15138
Function
get_to
Common/Source/json.hpp:15343
Method
get_token
get next token from lexer
Common/Source/json.hpp:8173
Method
get_ubjson_array
! @return whether array creation completed */
Common/Source/json.hpp:6181
Method
get_ubjson_float_prefix
Common/Source/json.hpp:11023
Method
get_ubjson_object
! @return whether object creation completed */
Common/Source/json.hpp:6226
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
Common/Source/json.hpp:6044
Method
get_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
Common/Source/json.hpp:5973
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
Common/Source/json.hpp:5921
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
Common/Source/json.hpp:6084
Method
handleConnectionLost
Server/Source/Sandbox.cpp:60
Method
handleConnectionMade
Server/Source/Sandbox.cpp:93
Method
handleMessage
Plugin/Source/Client.cpp:188
Method
handleMessage
Server/Source/ProcessorClient.cpp:327
Method
handleMessage
Server/Source/Sandbox.cpp:68
Method
handleMessageFromMaster
Server/Source/Sandbox.hpp:67
Method
handleMessageFromSlave
Server/Source/Sandbox.hpp:53
Method
handle_value
Common/Source/json.hpp:4357
Method
hasEditor
Plugin/Source/PluginProcessor.cpp:888
Method
hasEditor
Plugin/Source/PluginProcessor.hpp:39
Method
hasEditor
Server/Source/ProcessorWindow.hpp:42
Method
hasEditor
Server/Source/ProcessorClient.cpp:490
Method
hasEditor
Server/Source/ProcessorChain.hpp:68
Method
hide
Plugin/Source/PluginSearchWindow.cpp:66
Method
hide
Plugin/Source/StatisticsWindow.cpp:239
Method
hideEditor
Server/Source/ProcessorClient.cpp:505
Method
hideEditor
Server/Source/Processor.cpp:964
Method
hidePlugin
Plugin/Source/PluginProcessor.cpp:1228
Method
hidePluginFromServer
Plugin/Source/PluginProcessor.cpp:1242
Method
highlightPluginButton
Plugin/Source/PluginEditor.cpp:1513
Method
hilightToolsButton
Plugin/Source/PluginEditor.cpp:1407
Method
hostToName
Common/Source/ServiceReceiver.cpp:286
Method
incReadOffset
Common/Source/AudioRingBuffer.hpp:49
Method
incWriteOffset
Common/Source/AudioRingBuffer.hpp:63
Method
init
Server/Source/ProcessorClient.cpp:32
Method
init
Server/Source/ScreenWorker.cpp:28
Method
initCodec
Plugin/Source/ImageReader.cpp:97
Method
initToolsButtons
Plugin/Source/PluginEditor.cpp:1386
Method
initialise
Tests/Source/Main.cpp:38
Method
initialise
Server/Source/App.cpp:32
Method
initialise
PluginTray/Source/App.cpp:15
Function
initialize
Common/Source/CoreDump.cpp:73
Function
initialize
Common/Source/Tracer.cpp:52
Function
initialize
Common/Source/Signals.cpp:57
Method
initialize
Plugin/Source/StatisticsWindow.cpp:225
Method
initialize
Server/Source/ServiceResponder.cpp:69
Method
initialize
Server/Source/ScreenRecorder.cpp:44
Method
initialize
Common/Source/SharedInstance.hpp:21
Method
initialize
Common/Source/Logger.hpp:28
Method
initialize
Common/Source/Logger.cpp:117
Method
initialize
Common/Source/ServiceReceiver.cpp:244
Method
inputAttemptWhenModal
Plugin/Source/PluginSearchWindow.hpp:34
Method
input_adapter
input adapter for input stream
Common/Source/json.hpp:3788
Method
input_buffer_adapter
Common/Source/json.hpp:3623
Method
input_stream_adapter
Common/Source/json.hpp:3594
Function
insert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
Common/Source/json.hpp:17595
Method
ipToString
Common/Source/mDNSConnector.cpp:348
Method
ipv4ToString
Common/Source/mDNSConnector.cpp:315
Method
ipv6ToString
Common/Source/mDNSConnector.cpp:331
Method
isBusesLayoutSupported
Plugin/Source/PluginProcessor.cpp:551
Method
isBusesLayoutSupported
Server/Source/ProcessorChain.hpp:60
Function
isEnabled
Common/Source/Tracer.cpp:94
Method
isEnabled
Common/Source/Logger.hpp:37
Method
isFlag
Common/Source/Message.hpp:154
Method
isFullyVisible
Server/Source/ProcessorWindow.cpp:106
Function
isFx
Plugin/Source/Client.hpp:169
Method
isHilightedToolsButton
Plugin/Source/PluginEditor.cpp:1421
Method
isInterestedInFileDrag
Server/Source/PluginListComponent.hpp:44
Method
isIpv6
Common/Source/Utils.hpp:176
Method
isLoaded
Server/Source/ProcessorClient.hpp:51
Method
isMidiEffect
Plugin/Source/PluginProcessor.cpp:462
Method
isMonoChannelActive
Server/Source/Processor.cpp:875
Method
isOk
Server/Source/ScreenWorker.hpp:26
Method
isOk
Server/Source/AudioWorker.hpp:41
Method
isOkNoLock
Server/Source/ScreenWorker.hpp:40
Method
isOutput
Common/Source/ChannelSet.hpp:61
Method
isRangeActive
Common/Source/ChannelSet.hpp:75
Method
isReachable
Common/Source/ServiceReceiver.cpp:169
Method
isReady
Plugin/Source/Client.cpp:469
Function
isServerLocalMode
Plugin/Source/Client.hpp:157
Method
isSet
Common/Source/ChannelSet.hpp:159
Method
isSidechainDisabled
Server/Source/ProcessorChain.hpp:50
← previous
next →
1,201–1,300 of 1,821, ranked by callers