13
0
git-svn-id: svn://localhost/ardour2/branches/3.0@11523 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2012-02-25 20:55:57 +00:00
parent 66f9f3061f
commit fdca23a791

View File

@ -68,7 +68,6 @@ LV2PluginUI::write_to_ui(void* controller,
const void* buffer)
{
LV2PluginUI* me = (LV2PluginUI*)controller;
fprintf(stderr, "MESSAGE FROM PLUGIN %u BYTES\n", buffer_size);
suil_instance_port_event((SuilInstance*)me->_inst,
port_index, buffer_size, format, buffer);
}