Skip to content

Commit c1d1283

Browse files
committed
Added MIXER LADSPA identifier
1 parent 66d9392 commit c1d1283

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/lsp-plug.in/shared/meta/developers.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@
6161
#define LSP_LADSPA_OSCILLOSCOPE_BASE (LSP_LADSPA_BASE + 108)
6262
#define LSP_LADSPA_MB_DYNA_PROCESSOR_BASE (LSP_LADSPA_BASE + 120)
6363
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 128)
64+
#define LSP_LADSPA_MIXER_BASE (LSP_LADSPA_BASE + 140)
6465

6566
namespace lsp
6667
{
6768
namespace developers
6869
{
6970
extern const meta::person_t v_sadovnikov;
7071
extern const meta::person_t s_tronci;
71-
}
72-
}
72+
} /* namespace developers */
73+
} /* namespace lsp */
7374

7475

7576
#endif /* LSP_PLUG_IN_SHARED_META_DEVELOPERS_H_ */

0 commit comments

Comments
 (0)