diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-19 18:09:47 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-19 18:09:47 +0000 |
| commit | 52f95cf1678e8a4b98f6cdd53b3613bbcb3d242d (patch) | |
| tree | 1462564546e42ca875d8fc0765baea9209847d34 /rotord/src/nodes_audio_analysis.cpp | |
| parent | 51af04445f10a457d46ae5d92f6899d488268781 (diff) | |
increment waveform data counter
Diffstat (limited to 'rotord/src/nodes_audio_analysis.cpp')
| -rw-r--r-- | rotord/src/nodes_audio_analysis.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/nodes_audio_analysis.cpp b/rotord/src/nodes_audio_analysis.cpp index 11598f4..1890b8c 100644 --- a/rotord/src/nodes_audio_analysis.cpp +++ b/rotord/src/nodes_audio_analysis.cpp @@ -60,6 +60,7 @@ namespace Rotor{ for (auto sample: audiodata){ if (i>0) vdata+=","; vdata+=toString(sample); + i++; } XML.addValue("data",vdata); } |
