Skip to content

CLASS

OSReactiveReceiver

public class OSReactiveReceiver: NSObject

OSReactiveReceiver contains RxSwift Observables reacting to the Live set data changes.

If a reactive approach doesn't fit your needs, consider implementing OSCallbackReceiver instead.

  • Since: 0.1

Properties

tempo

public var tempo: Observable<Float>

Returns the Live set global tempo as Observable.

  • Returns: the Live set global tempo as Observable
  • Since: 0.1

deviceParameter

public var deviceParameter: Observable<OSDeviceParameter>

Returns the last changing device parameter as Observable.

  • Returns: the last changing device parameter as Observable
  • Since: 0.1