Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Perform.Warning

Documentation

data Warning Source #

Constructors

Warning 

Fields

  • warn_msg :: String
     
  • warn_event :: Stack.Stack
     
  • warn_pos :: Maybe (RealTime, RealTime)

    Range that the warning covers. It should be within the event's range. It's in real time, so it needs to be converted back to score time, and it's (start, end) rather than (start, dur). TODO: convert these back to ScoreTime with the tempo map then I can put them in the stack

Instances

Instances details
Show Warning Source # 
Instance details

Defined in Perform.Warning

DeepSeq.NFData Warning Source # 
Instance details

Defined in Perform.Warning

Methods

rnf :: Warning -> () #

Eq Warning Source # 
Instance details

Defined in Perform.Warning

Methods

(==) :: Warning -> Warning -> Bool #

(/=) :: Warning -> Warning -> Bool #