Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The big audio library update #565

Merged
merged 39 commits into from
Nov 8, 2024

Commits on Oct 15, 2024

  1. Fix QB64-Phoenix-Edition#554

    a740g committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c349214 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    93a9f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7142328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc924ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2746f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Add pulse wave support to SOUND

    a740g committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    52c21bd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    f10cc97 View commit details
    Browse the repository at this point in the history
  2. Prep. for multiple PSG

    a740g committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b6b804e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fae3ee View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    5679b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce99581 View commit details
    Browse the repository at this point in the history
  3. Implement multichannel sound

    a740g committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a133238 View commit details
    Browse the repository at this point in the history
  4. Implement multi-channel PLAY

    a740g committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    82faed2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Cleanup multi-voice PSG logic

    a740g committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    89be8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbfe653 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    d0eea22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10160a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    348a180 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    ee3deb5 View commit details
    Browse the repository at this point in the history
  2. Implement SOUND WAIT | RESUME

    a740g committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e677d99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03bed2e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Implement _SNDRAW function

    a740g committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    79a492c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949412c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    03b0692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21a9f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Implement _WAVE & _SNDRAWBATCH

    a740g committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3e0aa22 View commit details
    Browse the repository at this point in the history
  2. Make CHR$(7) beep when used

    a740g committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    df0b4e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de0eff6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    1b9a640 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Cleanup

    a740g committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4094c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e499b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    14400f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0db63fd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    585d4af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from a740g/audio-lib-fixes

    Audio lib fixes
    a740g authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6c119d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a5cad View commit details
    Browse the repository at this point in the history
  4. Fix audio test

    a740g committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    99fee00 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Do panning using pan law

    a740g committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ab9d256 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Simplify pan pot math

    a740g committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3142589 View commit details
    Browse the repository at this point in the history