Work-in-progress UDP server sampler for use with the ORCΛ live-programming environment.
# Install dependencies
npm install
# Start the server
npm run start
Samples are triggered by providing the filename (minus the .wav) to ORCΛ's UDP operator (;
). Any .wav files in the samples
directory will be invokable.
- Ensure ORCΛ is sending messages to the default UDP port (49161).