! @excsafety{No-fail} */
| 824 | |
| 825 | /*! @excsafety{No-fail} */ |
| 826 | void Envelope::SetOffset(double newOffset) |
| 827 | { |
| 828 | mOffset = newOffset; |
| 829 | } |
| 830 | |
| 831 | /*! @excsafety{No-fail} */ |
| 832 | void Envelope::SetTrackLen( double trackLen, double sampleDur ) |
no outgoing calls
no test coverage detected