Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backlit-studio/vst-js
/ functions
Functions
18,119 in github.com/backlit-studio/vst-js
⨍
Functions
18,119
◇
Types & classes
2,880
↓ 23 callers
Method
addChannel
include/JUCE/modules/juce_audio_basics/buffers/juce_AudioChannelSet.cpp:256
↓ 23 callers
Function
chunkName
include/JUCE/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp:42
↓ 23 callers
Method
ensureAllocatedSize
Increases the amount of storage allocated if it is less than a given amount. This will retain any data currently held in the array, but wil
include/JUCE/modules/juce_core/containers/juce_ArrayAllocationBase.h:96
↓ 23 callers
Method
getData
Returns a pointer to the data that has been written to the stream. */
include/JUCE/modules/juce_osc/osc/juce_OSCSender.cpp:43
↓ 23 callers
Method
getEnd
Returns the end of the range. */
include/JUCE/modules/juce_core/maths/juce_Range.h:94
↓ 23 callers
Method
peekNextChar
include/JUCE/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniserFunctions.h:530
↓ 23 callers
Method
pipe
Set the pipe of the streambuf.
include/boost/process/pipe.hpp:206
↓ 23 callers
Function
png_create_colormap_entry
NOTE: E_LINEAR values to this routine must be 16-bit, but E_FILE values must * be 8-bit. */
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngread.c:1619
↓ 23 callers
Function
png_fixed
include/JUCE/modules/juce_graphics/image_formats/pnglib/png.c:3082
↓ 23 callers
Method
readIntBigEndian
include/JUCE/modules/juce_core/streams/juce_InputStream.cpp:75
↓ 23 callers
Method
release
include/JUCE/modules/juce_gui_basics/mouse/juce_MouseCursor.cpp:98
↓ 23 callers
Method
upToFirstOccurrenceOf
include/JUCE/modules/juce_core/text/juce_String.cpp:1616
↓ 23 callers
Method
write
include/JUCE/modules/juce_core/text/juce_String.cpp:1349
↓ 23 callers
Method
writeCompressedInt
include/JUCE/modules/juce_core/streams/juce_OutputStream.cpp:107
↓ 22 callers
Method
GetBody
include/JUCE/modules/juce_box2d/box2d/Dynamics/b2Fixture.h:273
↓ 22 callers
Function
b2Abs
include/JUCE/modules/juce_box2d/box2d/Common/b2Math.h:627
↓ 22 callers
Function
b2Free
include/JUCE/modules/juce_box2d/box2d/Common/b2Settings.cpp:32
↓ 22 callers
Method
countNumberOfSetBits
include/JUCE/modules/juce_core/maths/juce_BigInteger.cpp:369
↓ 22 callers
Method
followedBy
==============================================================================
include/JUCE/modules/juce_graphics/geometry/juce_AffineTransform.cpp:89
↓ 22 callers
Method
getCharacter
include/JUCE/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp:425
↓ 22 callers
Function
getComponent
Returns the component that's being watched. */
include/JUCE/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h:69
↓ 22 callers
Method
getNumChannels
include/JUCE/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp:2008
↓ 22 callers
Function
isEmpty
Returns true if the string contains no characters. Note that there's also an isNotEmpty() method to help write readable code. @see c
include/JUCE/modules/juce_core/text/juce_String.h:305
↓ 22 callers
Function
jdiv_round_up
include/JUCE/modules/juce_graphics/image_formats/jpglib/jutils.c:71
↓ 22 callers
Function
png_save_uint_16
Place a 16-bit number into a buffer in PNG byte order. * The parameter is declared unsigned int, not png_uint_16, * just to avoid potential proble
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngwutil.c:36
↓ 22 callers
Method
read
include/JUCE/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp:374
↓ 22 callers
Function
report
include/JUCE/modules/juce_audio_formats/codecs/oggvorbis/bitwise.c:472
↓ 22 callers
Method
set
include/JUCE/modules/juce_core/text/juce_StringArray.cpp:178
↓ 22 callers
Method
setHeight
include/JUCE/modules/juce_graphics/fonts/juce_Font.cpp:444
↓ 22 callers
Method
setSize
include/JUCE/modules/juce_gui_basics/components/juce_Component.cpp:1218
↓ 22 callers
Function
warnOnFailure
include/JUCE/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:56
↓ 21 callers
Function
b2Alloc
Memory allocators. Modify these to use your own allocator.
include/JUCE/modules/juce_box2d/box2d/Common/b2Settings.cpp:27
↓ 21 callers
Method
clear
include/boost/process/environment.hpp:148
↓ 21 callers
Function
crc32
========================================================================= */
include/JUCE/modules/juce_core/zip/zlib/crc32.c:219
↓ 21 callers
Method
getBus
Returns the audio bus with a given index and direction. If busIdx is invalid then this method will return a nullptr. */
include/JUCE/modules/juce_audio_processors/processors/juce_AudioProcessor.h:481
↓ 21 callers
Method
getCentre
Returns the centre point of the rectangle. */
include/JUCE/modules/juce_graphics/geometry/juce_Rectangle.h:132
↓ 21 callers
Method
getWidth
Returns the width of the rectangle. */
include/JUCE/modules/juce_graphics/geometry/juce_Rectangle.h:114
↓ 21 callers
Method
isHorizontal
Returns true if the line's start and end y coordinates are the same. */
include/JUCE/modules/juce_graphics/geometry/juce_Line.h:133
↓ 21 callers
Function
png_write_chunk_data
Write the data of a PNG chunk started with png_write_chunk_header(). * Note that multiple calls to this function are allowed, and that the * sum o
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngwutil.c:126
↓ 21 callers
Method
reduceClipRegion
include/JUCE/modules/juce_graphics/contexts/juce_GraphicsContext.cpp:82
↓ 21 callers
Method
setRange
include/JUCE/modules/juce_core/maths/juce_BigInteger.cpp:325
↓ 21 callers
Method
wait
==============================================================================
include/JUCE/modules/juce_core/threads/juce_Thread.cpp:250
↓ 21 callers
Function
zmemcpy
(dest, source, len)
include/JUCE/modules/juce_core/zip/zlib/zutil.c:147
↓ 20 callers
Method
Combine
Combine an AABB into this one.
include/JUCE/modules/juce_box2d/box2d/Collision/b2Collision.h:187
↓ 20 callers
Method
GetType
include/JUCE/modules/juce_box2d/box2d/Dynamics/Joints/b2Joint.h:182
↓ 20 callers
Method
Length
Get the length of this vector (the norm).
include/JUCE/modules/juce_box2d/box2d/Common/b2Math.h:112
↓ 20 callers
Function
OK
include/JUCE/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp:882
↓ 20 callers
Method
addElement
include/JUCE/modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp:115
↓ 20 callers
Method
applyTransform
==============================================================================
include/JUCE/modules/juce_graphics/geometry/juce_Path.cpp:920
↓ 20 callers
Method
clear
include/JUCE/modules/juce_core/text/juce_String.cpp:259
↓ 20 callers
Method
convertSamples
Writes a stream of samples into this pointer from another pointer. This will copy the specified number of samples, converting between for
include/JUCE/modules/juce_audio_basics/buffers/juce_AudioDataConverters.h:440
↓ 20 callers
Method
getAddressPattern
include/JUCE/modules/juce_osc/osc/juce_OSCMessage.cpp:38
↓ 20 callers
Method
getFile
include/JUCE/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp:49
↓ 20 callers
Method
getInt32
include/JUCE/modules/juce_osc/osc/juce_OSCArgument.cpp:57
↓ 20 callers
Method
getNextEvent
include/JUCE/modules/juce_audio_basics/midi/juce_MidiBuffer.cpp:202
↓ 20 callers
Method
handle
include/boost/process/detail/windows/group_handle.hpp:97
↓ 20 callers
Method
hasKeyboardFocus
include/JUCE/modules/juce_gui_basics/components/juce_Component.cpp:2892
↓ 20 callers
Method
hasTagName
==============================================================================
include/JUCE/modules/juce_core/xml/juce_XmlElement.cpp:413
↓ 20 callers
Function
initialise
include/JUCE/modules/juce_opengl/opengl/juce_OpenGLImage.cpp:38
↓ 20 callers
Method
isDigit
include/JUCE/modules/juce_core/text/juce_CharacterFunctions.cpp:72
↓ 20 callers
Function
png_app_error
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngerror.c:396
↓ 20 callers
Function
png_icc_profile_error
include/JUCE/modules/juce_graphics/image_formats/pnglib/png.c:1690
↓ 20 callers
Method
removeRange
include/JUCE/modules/juce_core/text/juce_StringArray.cpp:238
↓ 20 callers
Method
testFlags
Tests a set of flags for this object. @returns true if any of the flags passed in are set on this object. */
include/JUCE/modules/juce_graphics/placement/juce_Justification.h:66
↓ 20 callers
Function
toString128
include/JUCE/modules/juce_audio_processors/format_types/juce_VST3Common.h:71
↓ 19 callers
Method
Set
include/JUCE/modules/juce_box2d/box2d/Collision/Shapes/b2PolygonShape.cpp:120
↓ 19 callers
Method
getArrayOfWritePointers
Returns an array of pointers to the channels in the buffer. Don't modify any of the pointers that are returned, and bear in mind that
include/JUCE/modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h:292
↓ 19 callers
Method
getBusCount
==============================================================================
include/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp:1642
↓ 19 callers
Method
getFirst
Returns the first element in the array, or a default value if the array is empty. @see operator[], getUnchecked, getLast */
include/JUCE/modules/juce_core/containers/juce_Array.h:279
↓ 19 callers
Method
getGreen
include/JUCE/modules/juce_blocks_basics/blocks/juce_LEDGrid.h:40
↓ 19 callers
Method
getLeft
Returns the gap that should be left at the top of the region. */
include/JUCE/modules/juce_graphics/geometry/juce_BorderSize.h:75
↓ 19 callers
Method
getRed
include/JUCE/modules/juce_blocks_basics/blocks/juce_LEDGrid.h:39
↓ 19 callers
Function
getSampleRate
include/JUCE/modules/juce_audio_devices/native/juce_win32_ASIO.cpp:944
↓ 19 callers
Function
indexOf
include/JUCE/modules/juce_core/text/juce_CharacterFunctions.h:481
↓ 19 callers
Method
isOpaque
include/JUCE/modules/juce_graphics/colour/juce_Colour.cpp:251
↓ 19 callers
Function
isVisible
Tests whether the component is visible or not. this doesn't necessarily tell you whether this comp is actually on the screen becau
include/JUCE/modules/juce_gui_basics/components/juce_Component.h:121
↓ 19 callers
Method
matchesWildcard
include/JUCE/modules/juce_core/text/juce_String.cpp:1165
↓ 19 callers
Function
png_image_error
include/JUCE/modules/juce_graphics/image_formats/pnglib/png.c:4284
↓ 19 callers
Function
png_push_have_row
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngpread.c:1243
↓ 19 callers
Function
png_read_push_finish_row
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngpread.c:1163
↓ 19 callers
Function
png_write_complete_chunk
Write a PNG chunk all at once. The type is an array of ASCII characters * representing the chunk name. The array must be at least 4 bytes in * l
include/JUCE/modules/juce_graphics/image_formats/pnglib/pngwutil.c:175
↓ 19 callers
Method
setFill
include/JUCE/modules/juce_gui_basics/drawables/juce_DrawableShape.cpp:87
↓ 19 callers
Method
setX
Sets the point's x coordinate. */
include/JUCE/modules/juce_graphics/geometry/juce_Point.h:72
↓ 19 callers
Method
signal
include/JUCE/modules/juce_core/native/juce_win32_Threads.cpp:54
↓ 19 callers
Method
stop
()
include/JUCE/modules/juce_core/native/java/JuceAppActivity.java:149
↓ 19 callers
Function
toString
==============================================================================
include/JUCE/modules/juce_audio_processors/format_types/juce_VST3Common.h:64
↓ 19 callers
Method
toString
include/JUCE/modules/juce_core/javascript/juce_JSON.cpp:496
↓ 19 callers
Function
visit
include/JUCE/modules/juce_core/maths/juce_Expression.cpp:351
↓ 18 callers
Function
FLAC__bitmath_ilog2
include/JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/include/private/bitmath.h:127
↓ 18 callers
Method
addListener
==============================================================================
include/JUCE/modules/juce_gui_basics/widgets/juce_Label.cpp:406
↓ 18 callers
Function
b2Min
include/JUCE/modules/juce_box2d/box2d/Common/b2Math.h:643
↓ 18 callers
Function
clear
include/JUCE/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.cpp:65
↓ 18 callers
Method
clearQuick
include/JUCE/modules/juce_core/text/juce_StringArray.cpp:110
↓ 18 callers
Method
closeSubPath
include/JUCE/modules/juce_graphics/geometry/juce_Path.cpp:370
↓ 18 callers
Function
compare
Compares two characters. */
include/JUCE/modules/juce_core/text/juce_CharacterFunctions.h:391
↓ 18 callers
Method
getBlue
include/JUCE/modules/juce_blocks_basics/blocks/juce_LEDGrid.h:41
↓ 18 callers
Method
getBounds
include/JUCE/modules/juce_graphics/images/juce_Image.cpp:269
↓ 18 callers
Method
getCentreX
Returns the x coordinate of the rectangle's centre. */
include/JUCE/modules/juce_graphics/geometry/juce_Rectangle.h:126
↓ 18 callers
Method
getClipBounds
include/JUCE/modules/juce_graphics/contexts/juce_GraphicsContext.cpp:124
↓ 18 callers
Method
getDistanceFrom
Returns the straight-line distance between this point and another one. */
include/JUCE/modules/juce_graphics/geometry/juce_Point.h:149
← previous
next →
301–400 of 18,119, ranked by callers