comparison examples/ZeroCrossing.cpp @ 7:c66551966b5f

* Fix a couple of memory management and corruption bugs * Some textual fixes
author cannam
date Fri, 31 Mar 2006 17:39:49 +0000
parents 8f10d35a4090
children c4662bbef275
comparison
equal deleted inserted replaced
6:8f10d35a4090 7:c66551966b5f
66 } 66 }
67 67
68 string 68 string
69 ZeroCrossing::getMaker() const 69 ZeroCrossing::getMaker() const
70 { 70 {
71 return "QMUL"; 71 return "Queen Mary, University of London";
72 } 72 }
73 73
74 int 74 int
75 ZeroCrossing::getPluginVersion() const 75 ZeroCrossing::getPluginVersion() const
76 { 76 {
78 } 78 }
79 79
80 string 80 string
81 ZeroCrossing::getCopyright() const 81 ZeroCrossing::getCopyright() const
82 { 82 {
83 return "GPL"; 83 return "Freely redistributable (BSD license)";
84 } 84 }
85 85
86 bool 86 bool
87 ZeroCrossing::initialise(size_t channels, size_t stepSize, size_t blockSize) 87 ZeroCrossing::initialise(size_t channels, size_t stepSize, size_t blockSize)
88 { 88 {