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

add basic csound output #275

Merged
merged 21 commits into from
Dec 2, 2022
Merged

add basic csound output #275

merged 21 commits into from
Dec 2, 2022

Commits on Nov 28, 2022

  1. add csound minimal example

    felixroos committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ac2aa7f View commit details
    Browse the repository at this point in the history
  2. continue tutorial

    felixroos committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e621020 View commit details
    Browse the repository at this point in the history
  3. baasic csound output

    felixroos committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    43aa224 View commit details
    Browse the repository at this point in the history
  4. baasic csound output

    felixroos committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    eab8684 View commit details
    Browse the repository at this point in the history
  5. fix typo

    felixroos committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    729e0af View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. improve csound bindings:

    - better timing
    - can now pass instrument to .csound(...)
    - can now write instruments with csound(...)
    felixroos committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c40078f View commit details
    Browse the repository at this point in the history
  2. mock csound

    felixroos committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0a098e3 View commit details
    Browse the repository at this point in the history
  3. tiny time improvement

    felixroos committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    517ada6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    713da88 View commit details
    Browse the repository at this point in the history
  2. get rid of csound warning on reevaluation:

    - only compile on init, use evalCode after
    - pull presets into csd file
    - use custom logging
    felixroos committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9052ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d78da55 View commit details
    Browse the repository at this point in the history
  4. cleanup

    felixroos committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f599088 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5727c0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e531f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fa3ebe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4ee421 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    e8fb7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486cd00 View commit details
    Browse the repository at this point in the history
  3. update tunes

    felixroos committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c67b02b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf2287 View commit details
    Browse the repository at this point in the history
  5. fix loadOrc in tests

    felixroos committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f491d0c View commit details
    Browse the repository at this point in the history