Changed my mind.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8153 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -230,7 +230,7 @@ void BMidiLocalProducer::SpraySystemExclusive(
|
|||||||
void BMidiLocalProducer::SpraySystemCommon(
|
void BMidiLocalProducer::SpraySystemCommon(
|
||||||
uchar status, uchar data1, uchar data2, bigtime_t time) const
|
uchar status, uchar data1, uchar data2, bigtime_t time) const
|
||||||
{
|
{
|
||||||
size_t len = 0;
|
size_t len;
|
||||||
uchar data[3];
|
uchar data[3];
|
||||||
data[0] = status;
|
data[0] = status;
|
||||||
data[1] = data1;
|
data[1] = data1;
|
||||||
|
|||||||
Reference in New Issue
Block a user