Mercurial > hg > svcore
comparison plugin/LADSPAPluginInstance.h @ 1429:48e9f538e6e9
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | a1cd5abcb38b |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1428:87ae75da6527 | 1429:48e9f538e6e9 |
---|---|
87 friend class LADSPAPluginFactory; | 87 friend class LADSPAPluginFactory; |
88 | 88 |
89 // Constructor that creates the buffers internally | 89 // Constructor that creates the buffers internally |
90 // | 90 // |
91 LADSPAPluginInstance(RealTimePluginFactory *factory, | 91 LADSPAPluginInstance(RealTimePluginFactory *factory, |
92 int client, | 92 int client, |
93 QString identifier, | 93 QString identifier, |
94 int position, | 94 int position, |
95 sv_samplerate_t sampleRate, | 95 sv_samplerate_t sampleRate, |
96 int blockSize, | 96 int blockSize, |
97 int idealChannelCount, | 97 int idealChannelCount, |
98 const LADSPA_Descriptor* descriptor); | 98 const LADSPA_Descriptor* descriptor); |
99 | 99 |
100 void init(int idealChannelCount = 0); | 100 void init(int idealChannelCount = 0); |
101 void instantiate(sv_samplerate_t sampleRate); | 101 void instantiate(sv_samplerate_t sampleRate); |
102 void cleanup(); | 102 void cleanup(); |