implement be_synth behavior for BSynth. behavior taken from bebook specification and R5 testing.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -23,11 +23,14 @@
|
|||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "Synth.h"
|
#include "Synth.h"
|
||||||
|
|
||||||
|
BSynth *be_synth = 0;
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
BSynth::BSynth()
|
BSynth::BSynth()
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
|
be_synth = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
@@ -35,6 +38,7 @@ BSynth::BSynth()
|
|||||||
BSynth::BSynth(synth_mode synth)
|
BSynth::BSynth(synth_mode synth)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
|
be_synth = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
@@ -42,6 +46,7 @@ BSynth::BSynth(synth_mode synth)
|
|||||||
BSynth::~BSynth()
|
BSynth::~BSynth()
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
|
be_synth = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user