|
LMMS
|
#include "juce_lv2_config.h"#include "lilv/lilv/lilv.h"#include "lv2/atom/atom.h"#include "lv2/atom/forge.h"#include "lv2/atom/util.h"#include "lv2/buf-size/buf-size.h"#include "lv2/data-access/data-access.h"#include "lv2/dynmanifest/dynmanifest.h"#include "lv2/instance-access/instance-access.h"#include "lv2/log/log.h"#include "lv2/midi/midi.h"#include "lv2/options/options.h"#include "lv2/parameters/parameters.h"#include "lv2/patch/patch.h"#include "lv2/port-groups/port-groups.h"#include "lv2/presets/presets.h"#include "lv2/resize-port/resize-port.h"#include "lv2/state/state.h"#include "lv2/time/time.h"#include "lv2/ui/ui.h"#include "lv2/units/units.h"#include "lv2/worker/worker.h"#include "serd/serd/serd.h"#include <map>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | juce |
| namespace | juce::lv2_shared |
Macros | |
| #define | X(str) |
| #define | X(str) |
Typedefs | |
| using | juce::lv2_shared::SequenceFrame = ScopedFrame<SequenceTraits> |
| using | juce::lv2_shared::ObjectFrame = ScopedFrame<ObjectTraits> |
| using | juce::lv2_shared::SequenceIterator = Iterator<SequenceIteratorTraits> |
Functions | |
| JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant", "-Wcast-align", "-Wparentheses", "-Wnullability-extension", "-Wsign-conversion") extern "C" | |
| template<typename OtherWordType, typename Word> | |
| static auto | juce::lv2_shared::wordCast (Word word) |
| static std::vector< ParsedGroup > | juce::lv2_shared::findStableBusOrder (const String &mainGroupUid, const std::map< String, std::set< SinglePortInfo > > &groupedPorts, const std::set< SinglePortInfo > &ungroupedPorts) |
Variables | |
| const std::map< String, AudioChannelSet::ChannelType > | juce::lv2_shared::channelDesignationMap |
| #define X | ( | str | ) |
| JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE | ( | "-Wzero-as-null-pointer-constant" | , |
| "-Wcast-align" | , | ||
| "-Wparentheses" | , | ||
| "-Wnullability-extension" | , | ||
| "-Wsign-conversion" | ) |