Skip to content
logo
Supriya
asynchronous
Initializing search
    supriya
    • Getting Started
    • Tutorials
    • API Reference
    • Appendix
    supriya
      • Installation
      • Contexts
      • Realtime Servers
      • Non-realtime Scores
      • Nodes
      • Buses
      • Buffers
      • SynthDefs
      • Open Sound Control
      • Clocks
      • Patterns
      • supriya
        • clocks
          • asynchronous
            • C AsyncClock
              • M cancel
              • M start
              • M stop
          • core
          • offline
          • threaded
        • contexts
          • allocators
          • core
          • entities
          • errors
          • nonrealtime
          • realtime
          • requests
          • responses
          • shm
        • conversions
        • enums
        • exceptions
        • ext
          • book
          • ipython
          • mypy
        • io
        • osc
          • asynchronous
          • messages
          • protocols
          • threaded
          • utils
        • patterns
          • eventpatterns
          • events
          • noise
          • patterns
          • players
          • structure
          • testutils
        • sclang
        • scsynth
        • soundfiles
        • typing
        • ugens
          • basic
          • beq
          • bufio
          • chaos
          • convolution
          • core
          • delay
          • demand
          • diskio
          • dynamics
          • envelopes
          • factories
          • ffsinosc
          • filters
          • gendyn
          • granular
          • hilbert
          • info
          • inout
          • lines
          • mac
          • ml
          • noise
          • osc
          • panning
          • physical
          • pv
          • reverb
          • safety
          • triggers
        • utils
          • intervals
          • iterables
      • Glossary
    • C AsyncClock
      • M cancel
      • M start
      • M stop

    asynchronous¶

    class AsyncClock¶

    Bases: BaseClock[AsyncClockCallback]

    An async clock.

    cancel(event_id: int) → Action | None¶
    async start(initial_time: float | None = None, initial_offset: float = 0.0, initial_measure: int = 1, beats_per_minute: float | None = None, time_signature: tuple[int, int] | None = None) → None¶
    async stop() → None¶
    © Copyright 2014-2025, Joséphine Wolf Oberholtzer.
    Created using Sphinx 8.2.3. and Sphinx-Immaterial