Rev 2311 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2311 | Rev 2335 | ||
---|---|---|---|
Line 142... | Line 142... | ||
142 | 142 | ||
143 | void beat2value::setaccent (multi_curve& ac) { |
143 | void beat2value::setaccent (multi_curve& ac) { |
144 | accent = ∾ |
144 | accent = ∾ |
145 | accentsol (accent); |
145 | accentsol (accent); |
146 | }
|
146 | }
|
- | 147 | ||
- | 148 | void powbeat (const string& name, beat2value& bv, float p) { |
|
- | 149 | float b = bv.get_bpm () * p; |
|
- | 150 | bv.set_bpm (b); |
|
- | 151 | cons << GREEN << name << " bpm = " << b << eol; |
|
- | 152 | }
|
|
- | 153 |