mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 01:39:19 +02:00
configurable complex_sound stop during beginning behavior
This commit is contained in:
11
Globals.h
11
Globals.h
@@ -359,9 +359,18 @@ class Global
|
||||
{
|
||||
linear,
|
||||
scaled,
|
||||
compat
|
||||
compat,
|
||||
};
|
||||
|
||||
enum soundstopmode_t
|
||||
{
|
||||
queue,
|
||||
playstop,
|
||||
stop
|
||||
};
|
||||
|
||||
static soundmode_t soundpitchmode;
|
||||
static soundmode_t soundgainmode;
|
||||
static soundstopmode_t soundstopmode;
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user