| 43 | } |
| 44 | |
| 45 | void JAISeq::playSeqData_(const JASSoundParams ¶ms, JAISoundActivity activity) |
| 46 | { |
| 47 | #line 72 |
| 48 | JUT_ASSERT(JASTrack_isFreeOrStopped( & inner_.outputTrack )) |
| 49 | inner_.outputTrack.setSeqData(inner_.mSeqData._0, inner_.mSeqData._4); |
| 50 | if (audible_) |
| 51 | { |
| 52 | initTrack_JAISound_(&inner_.outputTrack); |
| 53 | } |
| 54 | else |
| 55 | { |
| 56 | inner_.outputTrack.setChannelMgrCount(1); |
| 57 | inner_.outputTrack.assignExtBuffer(0, &inner_.mSoundParams); |
| 58 | } |
| 59 | mixOut_(params, activity); |
| 60 | inner_.outputTrack.startSeq(); |
| 61 | } |
| 62 | |
| 63 | void JAISeq::reserveChildTracks_(int count) |
| 64 | { |
nothing calls this directly
no test coverage detected