| 380 | } |
| 381 | |
| 382 | void afxModel::setSequenceRateFactor(F32 factor) |
| 383 | { |
| 384 | seq_rate_factor = factor; |
| 385 | if (shape_inst != NULL && main_seq_thread != NULL) |
| 386 | shape_inst->setTimeScale(main_seq_thread, seq_rate_factor*mDataBlock->seq_rate); |
| 387 | } |
| 388 | |
| 389 | //~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~// |
| 390 |