Style fixes
This commit is contained in:
@@ -21,8 +21,7 @@
|
|||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
class BMidiGlue: public BMidiLocalConsumer
|
class BMidiGlue: public BMidiLocalConsumer {
|
||||||
{
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
BMidiGlue(BMidi* midiObject, const char* name = NULL);
|
BMidiGlue(BMidi* midiObject, const char* name = NULL);
|
||||||
@@ -60,12 +59,11 @@ public:
|
|||||||
virtual void TempoChange(int32 beatsPerMinute, bigtime_t time);
|
virtual void TempoChange(int32 beatsPerMinute, bigtime_t time);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
BMidi* fMidiObject;
|
BMidi* fMidiObject;
|
||||||
};
|
};
|
||||||
|
|
||||||
class BMidiPortGlue: public BMidiLocalConsumer
|
|
||||||
{
|
class BMidiPortGlue: public BMidiLocalConsumer {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
BMidiPortGlue(BMidiPort* midiObject, const char* name = NULL);
|
BMidiPortGlue(BMidiPort* midiObject, const char* name = NULL);
|
||||||
@@ -103,7 +101,6 @@ public:
|
|||||||
virtual void TempoChange(int32 beatsPerMinute, bigtime_t time);
|
virtual void TempoChange(int32 beatsPerMinute, bigtime_t time);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
BMidiPort* fMidiObject;
|
BMidiPort* fMidiObject;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -29,10 +29,8 @@
|
|||||||
BSamples::BSamples()
|
BSamples::BSamples()
|
||||||
{
|
{
|
||||||
if (be_synth == NULL)
|
if (be_synth == NULL)
|
||||||
{
|
|
||||||
new BSynth();
|
new BSynth();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user