Beat Drawing Type: Defines how beat positions should be drawn with the WaveForm:
| None | No beat positions will be drawn at all. |
| Top | The beat position lines will be drawn at the top of the WaveForm. |
| Bottom | The beat position lines will be drawn at the bottom of the WaveForm. |
| Middle | The beat position lines will be drawn in the middle of the WaveForm. |
| TopBottom | The beat position lines will be drawn at the top and bottom of the WaveForm. |
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No beat position will be drawn at all. | |
| Top | 1 | The beat position lines will be drawn at the top of the WaveForm. | |
| Bottom | 2 | The beat position lines will be drawn at the bottom of the WaveForm. | |
| Middle | 3 | The beat position lines will be drawn in the middle of the WaveForm. | |
| TopBottom | 4 | The beat position lines will be drawn at the top and bottom of the WaveForm. |
Remarks
See Also