#sync #vst-plugin #gui #augmented-atomics

augmented-atomics

Implements some extra types and utilities over atomics for building audio-thread / GUI synchronization

9 releases

0.2.0 May 22, 2023
0.1.2 Oct 22, 2022
0.1.1 Sep 22, 2022
0.1.0-alpha.8 May 25, 2022
0.1.0-alpha.3 Feb 9, 2022

#1457 in Audio

Download history 82/week @ 2024-12-11 23/week @ 2024-12-18 24/week @ 2025-01-01 19/week @ 2025-01-08 39/week @ 2025-01-15 9/week @ 2025-01-22 17/week @ 2025-01-29 26/week @ 2025-02-05 7/week @ 2025-02-12 28/week @ 2025-02-19 89/week @ 2025-02-26 9/week @ 2025-03-05 23/week @ 2025-03-12 6/week @ 2025-03-19 22/week @ 2025-03-26

81 downloads per month
Used in 21 crates (6 directly)

MIT license

15KB
248 lines

This crate is part of https://github.com/yamadapc/augmented-audio/. It exposes a couple of extra very limited atomic data types which are useful for this repository.

In particular, it exposes:

  • AtomicF32
  • AtomicF64
  • AtomicEnum
  • AtomicOption

In addition, an AtomicValue trait is provided, which allows AtomicOption to be available.


augmented-atomics

This crate is part of https://github.com/yamadapc/augmented-audio/. It exposes a couple of extra very limited "atomic" data types which are useful for audio development.

In particular, it exposes:

  • AtomicF32
  • AtomicF64
  • AtomicEnum
  • AtomicOption

In addition, an AtomicValue trait is provided, which allows AtomicOption to be available.

License: MIT

Dependencies

~0.4–1MB
~22K SLoC