awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesPolyphonic Voice Allocation

Logic for managing note priority, keyboard ranges, and assigning incoming notes to available synthesis engines.

Distinct from Note Outputs: Candidates refer to raw MIDI output, text note-taking, or medical notes, not synthesizer voice management.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Polyphonic Voice Allocation. Refine with filters or upvote what's useful.

Awesome Polyphonic Voice Allocation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tonejs/tone.jsAvatar de Tonejs

    Tonejs/Tone.js

    14,657Ver en GitHub↗

    Tone.js is a web-based audio synthesizer and framework for the Web Audio API. It provides a digital signal processing toolkit, a musical timing engine, and a library for MIDI processing to create interactive music and synthesizers directly in the browser. The project features a musical timing engine that coordinates audio events and loops using BPM-relative timing and a global transport. It includes a MIDI processing library capable of converting binary MIDI files into JSON format to trigger sounds and control audio parameters in real time. Its capabilities cover polyphonic sound synthesis,

    Manages multiple simultaneous sound instances by assigning available oscillators to new note triggers.

    TypeScript
    Ver en GitHub↗14,657
  • alda-lang/aldaAvatar de alda-lang

    alda-lang/alda

    5,906Ver en GitHub↗

    Alda is a text-based music programming language and command-line tool for composing, playing, and live-coding musical scores. It functions as a MIDI composition engine that renders plain-text scores into audio output, and as a live coding environment where code entered in a read-eval-print loop produces real-time playback without restarting the interpreter. The system distinguishes itself through an event-driven playback engine that schedules timed note events, an instrument-attribute inheritance model that cascades properties like volume and tempo from global defaults to individual parts, an

    Constructs chords and polyphonic voices by playing multiple notes simultaneously on one instrument.

    Goaldahacktoberfestmusic
    Ver en GitHub↗5,906
  • pichenettes/eurorackAvatar de pichenettes

    pichenettes/eurorack

    2,917Ver en GitHub↗

    This project is a set of digital signal processing routines and firmware designed for building modular synthesis hardware and control voltage modules. It functions as a comprehensive system for Eurorack synthesis, incorporating a physical modeling synthesis engine, a granular synthesis module, and a dedicated control voltage processor. The system distinguishes itself through a specialized synthesis engine that simulates the acoustic properties of strings, reeds, and percussion using modal resonators. It also features a MIDI to CV converter for monophonic and polyphonic operation and a step se

    Manages voice allocation, keyboard ranges, and note priority to map input to output.

    C++
    Ver en GitHub↗2,917
  1. Home
  2. Graphics & Multimedia
  3. Polyphonic Voice Allocation

Explorar subetiquetas

  • Chord and Voice ConstructionPlays multiple notes simultaneously on one instrument using slash-separated chords or separate voice tracks. **Distinct from Polyphonic Voice Allocation:** Distinct from Polyphonic Voice Allocation: constructs chords and voices in a score rather than managing synthesizer voice priority.