Mercurial > hg > svcore
diff plugin/plugins/SamplePlayer.h @ 143:0f0c9cf65d5e
* Add Hz tuning dial to sample player plugin. Need to figure out the best
way to get this passed through from the main program's configuration.
* Add ConfigFile class to deal with configuration load/save
* Add an organ sample (it's a bit big, though)
author | Chris Cannam |
---|---|
date | Wed, 26 Jul 2006 15:32:10 +0000 |
parents | b2067aff8cd6 |
children | 9a6b50d3cc50 |
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.h Mon Jul 24 14:36:35 2006 +0000 +++ b/plugin/plugins/SamplePlayer.h Wed Jul 26 15:32:10 2006 +0000 @@ -39,9 +39,10 @@ OutputPort = 0, RetunePort = 1, BasePitchPort = 2, - SustainPort = 3, - ReleasePort = 4, - PortCount = 5 + ConcertAPort = 3, + SustainPort = 4, + ReleasePort = 5, + PortCount = 6 }; enum { @@ -79,6 +80,7 @@ float *m_output; float *m_retune; float *m_basePitch; + float *m_concertA; float *m_sustain; float *m_release;