Skip to content

1.2.3

Latest
Compare
Choose a tag to compare
@charlesneimog charlesneimog released this 03 Mar 18:29
· 52 commits to main since this release

This release fix minor errors, but it also prepare to pd4web for WebMidi support.

We started to isolate wasm pd module. Now we need to start pd using PureData. It also remove the extra js scripts. To load pd4web you just use main.js and it will load everything else.

Others

  • Better look for vu;
  • add support to send List for PureData sendList(receiver, array).
  • add --nogui flag for pd4web command line.