diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-18 16:33:39 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-18 16:33:39 -0500 |
| commit | 23eadbf9246280ce6473a4fe4d3605cd730eb8c8 (patch) | |
| tree | 99a742ea61a71eb7e65ad881acfa652b3030d096 /lib | |
| parent | 3ce46cc90fa5c488f1c41cd4cace0b2a98f3d143 (diff) | |
| download | ulab-23eadbf9246280ce6473a4fe4d3605cd730eb8c8.tar.gz ulab-23eadbf9246280ce6473a4fe4d3605cd730eb8c8.zip | |
Add channel controls to scope
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libtqtrla/src/tqtrla.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h index 129eac9..be105b8 100644 --- a/lib/libtqtrla/src/tqtrla.h +++ b/lib/libtqtrla/src/tqtrla.h @@ -33,6 +33,13 @@ // ============================================================================= +typedef TQValueList<float> TQFloatList; +typedef TQValueList<double> TQDoubleList; +typedef TQValueList<TQ_INT32> TQInt32List; +typedef TQValueList<TQ_INT16> TQInt16List; + +// ============================================================================= + namespace KParts { class RemoteInstrumentPartPrivate; |
