We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d9392 commit c1d1283Copy full SHA for c1d1283
include/lsp-plug.in/shared/meta/developers.h
@@ -61,15 +61,16 @@
61
#define LSP_LADSPA_OSCILLOSCOPE_BASE (LSP_LADSPA_BASE + 108)
62
#define LSP_LADSPA_MB_DYNA_PROCESSOR_BASE (LSP_LADSPA_BASE + 120)
63
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 128)
64
+#define LSP_LADSPA_MIXER_BASE (LSP_LADSPA_BASE + 140)
65
66
namespace lsp
67
{
68
namespace developers
69
70
extern const meta::person_t v_sadovnikov;
71
extern const meta::person_t s_tronci;
- }
72
-}
+ } /* namespace developers */
73
+} /* namespace lsp */
74
75
76
#endif /* LSP_PLUG_IN_SHARED_META_DEVELOPERS_H_ */
0 commit comments