https://github.com/flucoma/fluid.waveform
https://github.com/flucoma/fluid.waveform
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flucoma/fluid.waveform
- Owner: flucoma
- Created: 2021-10-22T15:04:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T11:26:58.000Z (10 months ago)
- Last Synced: 2025-07-31T15:14:59.071Z (10 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fluid Waveform Build Package
The bits needed to build the Max-JS compatible version of fav.js, assemble the ingredients for including in a Max package.
## TODO
* Document what Babel is doing: tl;dr converting ES6 to Max's older and somewhat idiosyncratic JS. The horrible bit is that the `requires` stuff ends up needing extra massaging with a custom plugin
## Building
You can use whichever package manager you prefer `npm`, `pnpm`, `yarn`. In this case let's pretend we are using `npm`.
1. `npm i`
2. `npm run build`
3. `npm run bundle`
Everything you need to use the object in Max should be in the `max_package` subtree.