Skip to content
logo
Supriya
offline
Initializing search
    supriya
    • Getting Started
    • Tutorials
    • How-to Guides
    • API Reference
    • Internals
    • Appendix
    supriya
      • Installation
      • Core concepts
      • Realtime
      • Non-realtime
      • Open Sound Control
      • Synth Definitions
      • Providers
      • Clocks
      • Patterns
      • Controllers
      • Dynamics
      • Offline Analysis
      • Routing
      • Samplers
          • asynchronous
          • bases
          • ephemera
          • eventqueue
          • offline
            • CAsyncOfflineClock
              • Mget_current_time
            • COfflineClock
              • Mget_current_time
              • Mstart
              • Mstop
          • threaded
        • commands
        • conversions
        • enums
        • exceptions
        • ext
        • intervals
        • io
        • nonrealtime
        • osc
        • patterns
        • providers
        • querytree
        • realtime
        • sclang
        • scsynth
        • soundfiles
        • synthdefs
        • system
        • typing
        • ugens
        • utils
      • CICD
      • Graphviz
      • IPython
      • Sphinx
      • Glossary
    • CAsyncOfflineClock
      • Mget_current_time
    • COfflineClock
      • Mget_current_time
      • Mstart
      • Mstop

    offline¶

    class AsyncOfflineClock¶

    Bases: supriya.clocks.asynchronous.AsyncClock

    get_current_time() → float¶
    class OfflineClock¶

    Bases: supriya.clocks.bases.BaseClock

    get_current_time() → float¶
    start(initial_time: Optional[float] = None, initial_offset: float = 0.0, initial_measure: int = 1, beats_per_minute: Optional[float] = None, time_signature: Optional[Tuple[int, int]] = None)¶
    stop()¶
    Back to top
    Previous eventqueue
    Next threaded
    © Copyright 2014-2022, Josiah Wolf Oberholtzer.
    Created using Sphinx 4.3.2. and Sphinx-Immaterial