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
↓ 230 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
Common/Source/json.hpp:9297
↓ 217 callers
Method
size
Common/Source/Utils.hpp:775
↓ 180 callers
Method
get
Common/Source/WindowPositions.cpp:110
↓ 155 callers
Function
create
Common/Source/json.hpp:13617
↓ 131 callers
Function
jsonGetValue
Common/Source/Utils.hpp:476
↓ 115 callers
Function
getKeyCode
Common/Source/KeyAndMouseCommon.hpp:71
↓ 94 callers
Method
write_character
Common/Source/json.hpp:9992
↓ 93 callers
Method
add
Server/Source/Server.hpp:197
↓ 89 callers
Method
size
Common/Source/json.hpp:2114
↓ 83 callers
Method
clear
Server/Source/AudioWorker.cpp:198
↓ 81 callers
Method
getNumChannels
Common/Source/ChannelSet.hpp:89
↓ 76 callers
Method
data
Common/Source/MemoryFile.hpp:58
↓ 70 callers
Method
getNumSamples
Common/Source/AudioRingBuffer.hpp:40
↓ 61 callers
Method
end
Common/Source/Utils.hpp:782
↓ 59 callers
Method
getClient
Server/Source/Processor.hpp:235
↓ 59 callers
Method
reset
Common/Source/ChannelMapper.hpp:36
↓ 47 callers
Method
close
Plugin/Source/Client.cpp:494
↓ 46 callers
Function
get
Common/Source/json.hpp:3116
↓ 46 callers
Method
send
Server/Source/Sandbox.cpp:16
↓ 43 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
Common/Source/json.hpp:9316
↓ 42 callers
Method
end
return iterator end (needed for range-based for)
Common/Source/json.hpp:3110
↓ 41 callers
Method
begin
return iterator begin (needed for range-based for)
Common/Source/json.hpp:3105
↓ 40 callers
Function
add
add a character to token_buffer
Common/Source/json.hpp:7606
↓ 37 callers
Function
getConfigFileName
Common/Source/Defaults.hpp:225
↓ 37 callers
Method
setVisible
Server/Source/ProcessorWindow.cpp:198
↓ 32 callers
Method
load
Server/Source/Processor.cpp:358
↓ 31 callers
Method
saveConfig
Plugin/Source/PluginProcessor.cpp:322
↓ 31 callers
Method
toString
Server/Source/ProcessorChain.cpp:366
↓ 28 callers
Method
erase
Common/Source/Utils.hpp:770
↓ 28 callers
Method
key
Common/Source/json.hpp:4455
↓ 28 callers
Method
resize
Common/Source/AudioRingBuffer.hpp:25
↓ 27 callers
Method
clear
Common/Source/Utils.hpp:744
↓ 26 callers
Method
begin
Common/Source/Utils.hpp:780
↓ 26 callers
Method
getServer
Server/Source/App.hpp:63
↓ 26 callers
Method
parse_error
Common/Source/json.hpp:1868
↓ 26 callers
Method
send
Plugin/Source/AudioStreamer.hpp:141
↓ 25 callers
Method
deleteFile
Common/Source/MemoryFile.hpp:55
↓ 25 callers
Method
exists
Common/Source/MemoryFile.hpp:51
↓ 25 callers
Function
initialize
Common/Source/Sentry.cpp:32
↓ 25 callers
Function
log
(msg, newLine=True)
build.py:11
↓ 25 callers
Function
runOnMsgThreadSync
Common/Source/Utils.hpp:353
↓ 24 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
Common/Source/json.hpp:13841
↓ 24 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
Common/Source/json.hpp:13960
↓ 24 callers
Method
getName
Server/Source/Processor.cpp:1126
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
Common/Source/json.hpp:14961
↓ 23 callers
Function
cleanup
Common/Source/Sentry.cpp:77
↓ 23 callers
Method
reset
Plugin/Source/PluginProcessor.hpp:441
↓ 22 callers
Method
getActivePlugin
Plugin/Source/PluginProcessor.hpp:293
↓ 21 callers
Function
execute
(cmd)
build.py:24
↓ 20 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
Common/Source/json.hpp:12179
↓ 20 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8880
↓ 19 callers
Method
getActiveChannels
Common/Source/ChannelSet.hpp:103
↓ 19 callers
Function
isEnabled
Common/Source/Sentry.cpp:93
↓ 18 callers
Method
isReadyLockFree
Plugin/Source/Client.cpp:492
↓ 18 callers
Function
jsonHasValue
Common/Source/Utils.hpp:473
↓ 18 callers
Method
number_integer
Common/Source/json.hpp:4445
↓ 18 callers
Method
setNumber
Common/Source/Message.hpp:483
↓ 17 callers
Method
add
Common/Source/Metrics.hpp:355
↓ 17 callers
Method
prepareShutdown
Server/Source/App.cpp:319
↓ 17 callers
Method
what
returns the explanatory string
Common/Source/json.hpp:1759
↓ 16 callers
Function
exists
Common/Source/TraceReader.cpp:270
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
Common/Source/json.hpp:14980
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
Common/Source/json.hpp:14818
↓ 16 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
Common/Source/json.hpp:9255
↓ 16 callers
Function
read
Common/Source/Message.cpp:66
↓ 16 callers
Function
to_json
Common/Source/json.hpp:3316
↓ 15 callers
Function
from_json
Common/Source/json.hpp:2697
↓ 15 callers
Method
getLatencySamples
Server/Source/Processor.cpp:1010
↓ 15 callers
Function
getLayoutNumChannels
Common/Source/Utils.hpp:634
↓ 15 callers
Method
getMillisecondsLeft
Common/Source/Metrics.hpp:183
↓ 15 callers
Method
getName
Plugin/Source/PluginProcessor.cpp:449
↓ 15 callers
Method
setSize
Common/Source/Message.hpp:456
↓ 14 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
Common/Source/json.hpp:16691
↓ 14 callers
Method
getHostAndID
Common/Source/Utils.hpp:189
↓ 14 callers
Method
getType
Common/Source/Message.hpp:453
↓ 14 callers
Method
get_token_string
! @return a string representation of the last read byte */
Common/Source/json.hpp:6389
↓ 14 callers
Function
send
Common/Source/Message.cpp:24
↓ 14 callers
Method
setEnabled
Common/Source/Logger.cpp:158
↓ 13 callers
Method
number_unsigned
Common/Source/json.hpp:4447
↓ 13 callers
Function
sendKey
Common/Source/KeyAndMouse.cpp:143
↓ 13 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8921
↓ 13 callers
Method
write
Common/Source/AudioRingBuffer.hpp:95
↓ 12 callers
Function
configParseFile
Common/Source/Utils.hpp:467
↓ 12 callers
Method
contains
Common/Source/Utils.hpp:739
↓ 12 callers
Function
describeLayout
Common/Source/Utils.hpp:533
↓ 12 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
Common/Source/json.hpp:7635
↓ 12 callers
Method
read
Plugin/Source/ImageReader.cpp:17
↓ 12 callers
Method
read
Server/Source/Sandbox.cpp:41
↓ 12 callers
Method
setImage
Common/Source/Message.hpp:731
↓ 12 callers
Method
start
Server/Source/ScreenRecorder.cpp:180
↓ 11 callers
Function
accept
Common/Source/json.hpp:18511
↓ 11 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
Common/Source/json.hpp:16625
↓ 11 callers
Method
getNumBuffers
Plugin/Source/PluginProcessor.hpp:397
↓ 11 callers
Method
getNumber
Common/Source/Message.hpp:484
↓ 11 callers
Function
getPlatform
(args=None)
build.py:81
↓ 11 callers
Method
getProcessor
Server/Source/ProcessorChain.cpp:326
↓ 11 callers
Function
parse
Common/Source/json.hpp:18630
↓ 11 callers
Method
refresh
PluginTray/Source/PluginMonitor.hpp:139
↓ 11 callers
Method
sax_parse
Common/Source/json.hpp:7913
↓ 11 callers
Function
setEnabled
Common/Source/Sentry.cpp:85
next →
1–100 of 1,821, ranked by callers