Figure53 / QLabKit.objc

An Objective C library for controlling QLab using the OSC API introduced in QLab 3.
MIT License
26 stars 7 forks source link

QLKCue all times report 0.00000 #9

Closed jason-tratta closed 9 years ago

jason-tratta commented 10 years ago

(QLKCue )cue... NSNumber qDuration = [NSNumber numberWithDouble:cue.duration];
and NSLog ("DurationCheck:%f",cue.duration);

Prewait, postWait, and duration all report 0.000000 times no matter how long the file in Qlab is.

the notes key value also appears to only return null, as well.

jason-tratta commented 9 years ago

Cues must be updated with the workspaces fetchBasicPropertiesForCue. The QLKCueUpdatedNotification posts when the cue is updated. This is not a bug.