|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| int | juce::findHighestSetBit (uint32 n) noexcept |
| Returns the index of the highest set bit in a (non-zero) number. | |
| OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const BigInteger &value) |
| Writes a BigInteger to an OutputStream as a UTF8 decimal string. | |
| void | juce::writeLittleEndianBitsInBuffer (void *targetBuffer, uint32 startBit, uint32 numBits, uint32 value) noexcept |
| Writes a number of bits into a memory buffer at a given bit index. | |
| uint32 | juce::readLittleEndianBitsInBuffer (const void *sourceBuffer, uint32 startBit, uint32 numBits) noexcept |
| Reads a number of bits from a buffer at a given bit index. | |