Skip to content
logo
Supriya
shm
Initializing search
    supriya
    • Introduction
    • Core tutorials
    • Advanced tutorials
    • Examples
    • For developers
    • API Reference
    • Appendices
    supriya
      • Installation
      • History and background
      • Core Concepts
      • Core tutorials overview
      • Contexts
      • Realtime Servers
      • Nodes
      • Buses
      • Buffers
      • SynthDefs
      • Open Sound Control
      • Non-realtime Scores
      • Advanced tutorials overview
      • Clocks
      • Patterns
      • Extensions
      • Examples overview
      • Hello, world!
      • Hello, world!, context-agnostic
      • Hello, world!, debugged
      • Keyboard input
      • Keyboard input, async
      • Developer overview
      • Testing
      • Documentating
      • Releasing
      • supriya
        • clocks
        • contexts
          • allocators
          • core
          • entities
          • nonrealtime
          • realtime
          • requests
          • responses
          • scopes
          • shm
            • C ServerSHM
              • M __delitem__
              • M __getitem__
              • M __setitem__
              • M describe_scope_buffer
              • M read_scope_buffer
        • conversions
        • enums
        • exceptions
        • ext
          • book
          • ipython
          • mypy
        • io
        • osc
        • patterns
          • eventpatterns
          • events
          • noise
          • patterns
          • players
          • structure
        • 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
      • examples
        • hello_world
        • hello_world_contexts
        • hello_world_debugged
        • keyboard_input
        • keyboard_input_async
      • Glossary
    • C ServerSHM
      • M __delitem__
      • M __getitem__
      • M __setitem__
      • M describe_scope_buffer
      • M read_scope_buffer

    shm¶

    class ServerSHM¶

    Bases: object

    Server shared memory interface.

    __delitem__(key, /)¶

    Delete self[key].

    __getitem__(key, /)¶

    Return self[key].

    __setitem__(key, value, /)¶

    Set self[key] to value.

    describe_scope_buffer(index) → tuple[int, int]¶
    read_scope_buffer(index) → tuple[int, list[float]]¶
    Previous
    scopes
    Next
    conversions
    © Copyright 2014-2025, Joséphine Wolf Oberholtzer.
    Created using Sphinx 8.2.3. and Sphinx-Immaterial