Mercurial > hg > svcore
comparison plugin/plugins/SamplePlayer.cpp @ 573:bdc9bb371a9f
...
author | Chris Cannam |
---|---|
date | Fri, 13 Mar 2009 17:53:43 +0000 |
parents | 65311fb86166 |
children | 5eb5449432f5 |
comparison
equal
deleted
inserted
replaced
572:d3faa6447c5b | 573:bdc9bb371a9f |
---|---|
16 Based on trivial_sampler from the DSSI distribution | 16 Based on trivial_sampler from the DSSI distribution |
17 (by Chris Cannam, public domain). | 17 (by Chris Cannam, public domain). |
18 */ | 18 */ |
19 | 19 |
20 #include "SamplePlayer.h" | 20 #include "SamplePlayer.h" |
21 #include "system/System.h" | |
21 | 22 |
22 #include <dssi.h> | 23 #include <dssi.h> |
23 #include <cmath> | 24 #include <cmath> |
24 #include <cstdlib> | 25 #include <cstdlib> |
25 | 26 |