class FLP::Project

Defined in:

flp/project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def channels : UInt16 #

[View source]
def channels=(channels : UInt16) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def ppq : UInt16 #

[View source]
def ppq=(ppq : UInt16) #

[View source]
def started_at : Time | Nil #

[View source]
def started_at=(started_at : Time | Nil) #

[View source]
def work_time : Time::Span | Nil #

[View source]
def work_time=(work_time : Time::Span | Nil) #

[View source]