C Polyphony

Open-source C projects categorized as Polyphony

Top 3 C Polyphony Projects

  • Polyphony

    Fine-grained concurrency for Ruby

  • Project mention: Should You Be Scared of Unix Signals? | news.ycombinator.com | 2023-10-16

    When using green threads/fibers/coroutines, an interesting technique to make signal handling safer is to run the signal handler asynchronously on a separate fiber/green thread. That way most of the problems of dealing with signals go away, and there's basically no limitation on what you can do inside the signal handler.

    I've successfully used this technique in Polyphony [1], a fiber-based Ruby gem for writing concurrent programs. When a signal occurs, Polyphony creates a special-purpose fiber that runs the signal handling code. The fiber is put at the head of the run queue, and is resumed once the currently executed fiber yields control.

    [1] https://github.com/digital-fabric/polyphony

  • pico-dco

    Polyphonic Digitally Controlled Oscillator (DCO) controlled by Raspberry Pi Pico PIO

  • Project mention: Best Oscillators for Frequency Stability? | /r/synthdiy | 2023-06-01

    here's a project made by polykit who posts here with some really good stuff.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ptttl

    Polyphonic Tone Transfer Language: superset of NOKIA's RTTTL, supports polyphony & vibrato

  • Project mention: PTTTL: extension of Nokia's RTTTL, adds polyphony and vibrato (+ fuzz harness) | /r/C_Programming | 2023-08-31

    The top-level README has much more detail about PTTTL syntax and usage: https://github.com/eriknyquist/ptttl

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Polyphony related posts

Index

What are some of the best open-source Polyphony projects in C? This list will help you:

Project Stars
1 Polyphony 651
2 pico-dco 110
3 ptttl 13

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com