mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Update libvamp to 2.5.
This commit is contained in:
@@ -250,7 +250,7 @@ string describe_output(Plugin *plugin, Plugin::OutputDescriptor o)
|
||||
res+=" vamp:bin_count "+to_string(o.binCount)+" ;\n";
|
||||
|
||||
bool haveBinNames = false;
|
||||
for (int i=0; i < o.binNames.size(); i++) {
|
||||
for (unsigned int i=0; i < o.binNames.size(); i++) {
|
||||
if (o.binNames[i] != "") {
|
||||
haveBinNames = true;
|
||||
break;
|
||||
@@ -309,7 +309,7 @@ string describe_output(Plugin *plugin, Plugin::OutputDescriptor o)
|
||||
res+=" vamp:bin_count "+to_string(o.binCount)+" ;\n";
|
||||
|
||||
bool haveBinNames = false;
|
||||
for (int i=0; i < o.binNames.size(); i++) {
|
||||
for (unsigned int i=0; i < o.binNames.size(); i++) {
|
||||
if (o.binNames[i] != "") {
|
||||
haveBinNames = true;
|
||||
break;
|
||||
|
@@ -29,7 +29,7 @@
|
||||
foaf:maker "Chris Sutton";
|
||||
foaf:maker "Yves Raimond";
|
||||
foaf:maker "David Pastor Escuredo";
|
||||
dc:date "$Date: 2008-12-29 22:00:31 $";
|
||||
dc:date "$Date: 2008/05/21 17:05:11 $";
|
||||
.
|
||||
|
||||
vs:term_status a owl:AnnotationProperty.
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user