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

Develop to main #37

Merged
merged 34 commits into from
Jan 4, 2024
Merged

Develop to main #37

merged 34 commits into from
Jan 4, 2024

Commits on Oct 24, 2023

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

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    c4753f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25a480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89770a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    161aa45 View commit details
    Browse the repository at this point in the history
  2. always set the beat time

    x37v committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a478162 View commit details
    Browse the repository at this point in the history
  3. simplify

    x37v committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dfcfc8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f479076 View commit details
    Browse the repository at this point in the history
  5. update transport time with the first watcher

    as the time restarts
    x37v committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6586ec6 View commit details
    Browse the repository at this point in the history
  6. reorg in prep for control node

    x37v committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    41cef6b View commit details
    Browse the repository at this point in the history
  7. add transport control node

    TODO Seek
    x37v committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    52f1531 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. impl transport seeking

    x37v committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fa3b02e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9e5b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. expose enum params as Int32

    TODO add labels
    x37v committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    eb1338d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. fix IsIntParam

    was always true unless bool as enumValues could be an empty array
    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3ef1774 View commit details
    Browse the repository at this point in the history
  2. WIP expose dataref param

    not actaully using yet
    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9a4fff9 View commit details
    Browse the repository at this point in the history
  3. add WaveTable as a dep

    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c278fea View commit details
    Browse the repository at this point in the history
  4. sketchy initial mapping of datarefs

    unfortunately rnbo is read/write always so.. const cast..
    we should probably make a dupe
    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    81e6ec4 View commit details
    Browse the repository at this point in the history
  5. WIP not working yet

    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    058184e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5efaeb View commit details
    Browse the repository at this point in the history
  7. more progress

    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f37cb65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b9a33d View commit details
    Browse the repository at this point in the history
  9. sucess reading in wave data!!

    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    89e55eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70e284f View commit details
    Browse the repository at this point in the history
  11. add another TODO

    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    878b657 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feature/datarefs' into develop

    closes #21
    x37v committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    308beeb View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. cleanup dead code

    x37v committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2f6aa87 View commit details
    Browse the repository at this point in the history
  2. update param order

    closes #25
    x37v committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e45c866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3636ef View commit details
    Browse the repository at this point in the history
  4. add mutex around pipe launch

    as per Rob at epic's suggestion
    x37v committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4d5c7cf View commit details
    Browse the repository at this point in the history
  5. fix param count

    need to count all parameters
    x37v committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    72a98dd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. remove unused WaveTable references

    fixes #31 for me
    x37v committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    daab06e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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