Move to Max 8 App Folder | ||
modulators | ||
node_modules | ||
Presets | ||
public | ||
Sound Banks | ||
vbap.mxo/Contents | ||
.gitignore | ||
create_webinterface.maxpat | ||
djster_webcontrol.js | ||
DJsterModulatorsMockup.maxpat | ||
hss-distributed-client.maxpat | ||
hss-distributed-server.maxpat | ||
hss-distributed-server.maxpatHSSPiece.json | ||
hss.piecemaker.js | ||
HSSPieces.json | ||
HSSPiecesNN.json | ||
lfogui.html | ||
maxnode-getmyip.js | ||
npm-debug-u78521490196.log | ||
package-lock.json | ||
package.json | ||
poly-vbap.maxpat | ||
README.md | ||
temp.txt | ||
vbap.mxe | ||
vbap.mxe64 |
healing-soundscapes modulator branch
PLEASE DON'T USE THE PRESET OBJECT TO SAVE PRESETS! CLICK ON THE CIRCLES NUMBERED 1-5. MAKE SURE YOU CLICK ON THE EXACT CENTER YOU THEN CAN USE THE PRESET OBJECT TO LOAD PRESETS
Things not yet implemented:
- Phase syncing with the global transport for metrical LFO periods. If you ask for a 4 bar period LFO with a phase of 0, this will phase sync according to the instantiation of the [jweb] object, and NOT the start of a 4/4 bar
- User defined wavetable. I actually have this working already in a different repo but I don't want to merge it quite yet
- Noise functions. I'm thinking of having random values, linear interpolated random values, sine interpolated random values, and perlin noise. I'm not going to start working on this until earliest October
- The necessary interfacing allowing for training and control by the MLP. Similarly, this should wait until October or later.