GUI: add more options for selection drag
ability to copy by dragging selection
This commit is contained in:
parent
e22d46e619
commit
b64c06dd4d
6 changed files with 21 additions and 7 deletions
|
|
@ -409,6 +409,7 @@ void DivPlatformMSM6258::setFlags(const DivConfig& flags) {
|
|||
for (int i=0; i<1; i++) {
|
||||
oscBuf[i]->rate=rate;
|
||||
}
|
||||
variableRate=flags.getBool("variableRate",false);
|
||||
}
|
||||
|
||||
int DivPlatformMSM6258::init(DivEngine* p, int channels, int sugRate, const DivConfig& flags) {
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ class DivPlatformMSM6258: public DivDispatch {
|
|||
unsigned char sampleBank, msmPan, msmDivider, rateSel, msmClock, clockSel;
|
||||
signed char msmDividerCount, msmClockCount;
|
||||
bool updateSampleFreq;
|
||||
bool variableRate;
|
||||
short msmOut;
|
||||
|
||||
int delay, updateOsc, sample, samplePos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue