Browse Source

Remove useless lv2 warning

tags/1.9.4
falkTX 10 years ago
parent
commit
4fc6cd3652
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/utils/CarlaLv2Utils.hpp

+ 2
- 0
source/utils/CarlaLv2Utils.hpp View File

@@ -654,9 +654,11 @@ const LV2_RDF_Descriptor* lv2_rdf_new(const LV2_URI uri, const bool doInit)
else if (node.equals(lv2World.time_position))
rdfPort->Types |= LV2_PORT_DATA_TIME_POSITION;

#if 0
// something new we don't support yet?
else if (std::strstr(node.as_uri(), "lv2plug.in/") != nullptr)
carla_stderr("lv2_rdf_new(\"%s\") - port '%s' is of atom type but has unsupported data '%s'", uri, rdfPort->Name, node.as_uri());
#endif
}
}
else if (lilvPort.is_a(lv2World.port_event))


Loading…
Cancel
Save