mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Sshh.
git-svn-id: svn://localhost/ardour2/branches/3.0@11523 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
66f9f3061f
commit
fdca23a791
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ LV2PluginUI::write_to_ui(void* controller,
|
||||||
const void* buffer)
|
const void* buffer)
|
||||||
{
|
{
|
||||||
LV2PluginUI* me = (LV2PluginUI*)controller;
|
LV2PluginUI* me = (LV2PluginUI*)controller;
|
||||||
fprintf(stderr, "MESSAGE FROM PLUGIN %u BYTES\n", buffer_size);
|
|
||||||
suil_instance_port_event((SuilInstance*)me->_inst,
|
suil_instance_port_event((SuilInstance*)me->_inst,
|
||||||
port_index, buffer_size, format, buffer);
|
port_index, buffer_size, format, buffer);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue