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

Missing features in the pybind API #7763

Open
1 of 10 tasks
baconpaul opened this issue Aug 17, 2024 · 0 comments
Open
1 of 10 tasks

Missing features in the pybind API #7763

baconpaul opened this issue Aug 17, 2024 · 0 comments
Labels

Comments

@baconpaul
Copy link
Collaborator

baconpaul commented Aug 17, 2024

Pybind isn't quite complete. Here's the list of bits we need. This issue will happen over time but put them all here.

wavetable

  • set patch wt from path.
  • extract wt binary from a patch

We are good if you can semantically write

s = surge
s.set osc 1 type (wt)
s.set wt 1 (/path/to/factor/foo/sin.wt)
s.save patch

and the saved patch is all set up

Param features

  • extend / can extend
  • temposync / can tempo sync
  • deform / can deform
  • extend / can extend
  • portamento options (low prio but why not)

Formula modulator

  • get set lua body

mseg modulator

  • data structure as table
  • an isvalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants