Home
Information
Classes
Download
Usage
Mail List
Requirements
Links
FAQ
Tutorial
include
ModalBar.h
1
#ifndef STK_MODALBAR_H
2
#define STK_MODALBAR_H
3
4
#include "Modal.h"
5
6
namespace
stk {
7
8
/***************************************************/
36
/***************************************************/
37
38
class
ModalBar
:
public
Modal
39
{
40
public
:
42
ModalBar
(
void
);
43
45
~ModalBar
(
void
);
46
48
void
setStickHardness
( StkFloat hardness );
49
51
void
setStrikePosition
( StkFloat position );
52
54
void
setPreset
(
int
preset );
55
57
void
setModulationDepth
( StkFloat mDepth );
58
60
void
controlChange
(
int
number, StkFloat value );
61
};
62
63
}
// stk namespace
64
65
#endif
The Synthesis ToolKit in C++ (STK)
©1995--2014 Perry R. Cook and Gary P. Scavone. All Rights Reserved.