C# Класс AlphaTab.Model.Beat

A beat is a single block within a bar. A beat is a combination of several notes played at the same time.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddNote ( Note note ) : void
AddWhammyBarPoint ( AlphaTab.Model.BendPoint point ) : void
Beat ( ) : AlphaTab.Audio
CalculateDuration ( ) : int

Calculates the time spent in this bar. (unit: midi ticks)

Clone ( ) : Beat
CopyTo ( Beat src, Beat dst ) : void
Finish ( ) : void
GetAutomation ( AutomationType type ) : AlphaTab.Model.Automation
GetNoteOnString ( int @string ) : Note
RefreshNotes ( ) : void
RemoveWhammyBarPoint ( int index ) : void

Описание методов

AddNote() публичный метод

public AddNote ( Note note ) : void
note Note
Результат void

AddWhammyBarPoint() публичный метод

public AddWhammyBarPoint ( AlphaTab.Model.BendPoint point ) : void
point AlphaTab.Model.BendPoint
Результат void

Beat() публичный метод

public Beat ( ) : AlphaTab.Audio
Результат AlphaTab.Audio

CalculateDuration() публичный метод

Calculates the time spent in this bar. (unit: midi ticks)
public CalculateDuration ( ) : int
Результат int

Clone() публичный метод

public Clone ( ) : Beat
Результат Beat

CopyTo() публичный статический метод

public static CopyTo ( Beat src, Beat dst ) : void
src Beat
dst Beat
Результат void

Finish() публичный метод

public Finish ( ) : void
Результат void

GetAutomation() публичный метод

public GetAutomation ( AutomationType type ) : AlphaTab.Model.Automation
type AutomationType
Результат AlphaTab.Model.Automation

GetNoteOnString() публичный метод

public GetNoteOnString ( int @string ) : Note
@string int
Результат Note

RefreshNotes() публичный метод

public RefreshNotes ( ) : void
Результат void

RemoveWhammyBarPoint() публичный метод

public RemoveWhammyBarPoint ( int index ) : void
index int
Результат void