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

Upgrade @strudel/* packages to v1.1.0; add @strudel/draw #292

Merged
merged 4 commits into from
Sep 15, 2024

Conversation

munshkr
Copy link
Owner

@munshkr munshkr commented Aug 17, 2024

No description provided.

@munshkr
Copy link
Owner Author

munshkr commented Aug 17, 2024

I'm having some undefined errors when evaluating code:

for instance: sound("casio")

TypeError: pattern.docId is not a function
    at StrudelWrapper.tryEval (strudel-wrapper.ts:148:44)

a more complex example:

let chords =("<[C|C9] Am7 FM7 <Dm9 Dm11>>")
$: n(run("[6,3,12]"))
  .chord(chords)
  .gain(0.25)
  .voicing()
  .jux(off(.25,add(4)))
  .dec(perlin.range(0.05,3).slow(4))
TypeError: n(...).chord(...).gain(...).voicing is not a function
    at eval (eval at bi (@strudel_core.js?v=3f9116ff:2794:10), <anonymous>:4:52)
    at eval (eval at bi (@strudel_core.js?v=3f9116ff:2794:10), <anonymous>:5:209)
    at bi (@strudel_core.js?v=3f9116ff:2794:21)
    at _i (@strudel_core.js?v=3f9116ff:2802:47)
    at Object.evaluate (@strudel_core.js?v=3f9116ff:3039:44)
    at async StrudelWrapper.tryEval (strudel-wrapper.ts:146:23)

@munshkr munshkr marked this pull request as ready for review September 14, 2024 23:49
@munshkr munshkr merged commit bc810e4 into main Sep 15, 2024
2 checks passed
@munshkr munshkr deleted the chore/upgrade-strudel branch September 15, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant