Somē Cho
Somē Cho
I see! I'm not really sure to be honest. Before 1.0 came out, what I did was import both `vue-p5` and `p5` to my project. Then I can call the...
I tested `vue-p5 0.9.0-rc2` and it still throws the same error I've been encountering. Here is the dependency list from the project: ``` "dependencies": { "core-js": "^3.6.4", "p5": "^1.0.0", "vue":...
Do you mean like instance mode?
With this ``` import VueP5 from "vue-p5"; import "p5/lib/addons/p5.sound"; ////// methods: { setup(sketch) { sketch.createCanvas(200, 200); sketch.background(0); this.osc = new sketch.Oscillator('Sine'). //
No problem! :) I just checked and p5.sound does work in instance mode! Like so: ``` const s = (sketch) => { sketch.setup = () => { sketch.createCanvas(200,200) sketch.background(0) let...
I had the same issue with Python osc 1.7.4. I was able to receive OSC messages but unable to send it. I downgrade to 1.7.2 and sending worked. Might be...
This issue should be submitted to nixpkgs instead. Also, agree with @thheller, you can always just `npx shadow-cljs` or add shadow-cljs as a dev dependency.
Closing this because 1. Inactive 2. After having worked on creating libraries using p5.sound, [I found that it is hard](https://github.com/p5cljs-editor/p5cljs-editor.github.io/issues/25) if not downright impractical to wrap p5.sound due to the...
Very sorry to bump this issue, but I also have the same issue on Manjaro `Linux version 5.4.60-2-MANJARO` ``` drive version: 0.3.9.1 Commit Hash: Go Version: OS: BuildTime: ``` Neither...
Is this a problem with Vite then?