As a Eurorack musician, I’d treat the NSA selector less like a conventional voice module and more like a data-to-audio sound source / network instrument. Based on the manual, it is:
So this is not an oscillator, sampler, or audio interface in the normal sense. It literally turns packet activity into audio.
The key sentence in the manual is essentially:
any bit on the network will be sent to the audio output
That means your “melody” does not come from pitch CV going into a VCO. Instead, melody emerges from:
In practice, this gives you a module that can produce:
The manual mentions a sequencer/ folder containing a shell script that “mimics a sequencer by network pings of different size.”
This is probably the most direct melodic use.
Different ping packet sizes create different bit patterns and durations on the wire. Those become distinct audio events at the output. If you send them in a repeating order, you get a crude stepped note sequence.
If you make several ping sizes correspond to several recognizable timbres, you can compose phrases by ordering those sizes like notes in a scale.
The most explicitly melodic feature in the manual is the upconverter/ tool. It converts a mono 16-bit 48 kHz WAV into a 4-bit 25 MHz .nsa file using delta-sigma style conversion.
This is huge for melody, because it means you can prepare pitched material externally and then “play it” over the network.
Instead of hoping random traffic sounds musical, you intentionally encode:
Then transmit those files over the network so the NSA selector outputs them as audio.
.nsaNSA selector → low-pass filter → VCA → mixer
for taming the harshness into a more playable lead
NSA selector → resonant band-pass filter
to isolate partials that behave like a stable pitch center
NSA selector → quantizer is not needed on audio, but use:
This is your best route to actual recognizably melodic phrases. The quality is intentionally lo-fi and packet-corrupted, but that can sound beautiful in an industrial / glitch / electroacoustic context.
The manual says uncompressed, unencrypted BMP image transfers can be heard, effectively letting you “hear the pixels.”
Images are organized data. Repeated structures in an image can create:
A striped or patterned image can generate surprisingly sequence-like audio.
Design BMPs intentionally as “graphic scores”:
Then transfer the BMP and process the result through your modular.
This won’t produce equal-tempered notes directly, but it can generate melodic contours and motifs.
The manual notes that saturating the link introduces artifacts, retransmissions, and extra texture.
Think of this as ornament generation:
So a clean encoded melody can become expressive when pushed into overload.
Start with a simple converted WAV melody, then: - intentionally saturate the network - add simultaneous traffic - let the melody degrade into glitchy harmonization
This works especially well for: - IDM - noise-pop - electro - broken transmission ambient - cyberpunk soundtrack textures
The module has two Ethernet jacks and forwards traffic unmodified while tapping it for audio.
That means you can create layers of musical behavior: - controlled traffic = your intended melody - ambient traffic = live counterpoint/noise layer
.nsa melody or ping sequenceThe output becomes a hybrid of: - intentional notes - accidental accompaniment
Use the dry channel for articulation and the processed channel for harmonic smear. This can make packet melodies feel bigger and more “composed.”
The manual describes a trick where dumping network traffic to console can effectively double the activity, creating a kind of echo.
This is especially useful for melodic phrasing.
If you transmit a short sequence or encoded note phrase, then add:
- tcpdump -ni eth0
- or more verbose variants
you can generate repeating or thickened events.
It is not tempo-locked delay in the Eurorack sense, but musically it behaves like: - slapback - stutter - burst-repeat - data haze
Because the NSA selector has only audio out and no CV inputs, the “using modules together” part is mostly about what you patch after it.
A resonant filter is probably the most important partner.
Why: - packet audio is bright and aggressive - filtering can isolate stable spectral areas - resonance can emphasize apparent pitch
Use: - low-pass for smoother lead lines - band-pass for vowel-like melodic tones - high resonance for whistle-like digital notes
Helps impose phrasing.
Use a gate source or trigger sequencer to: - chop continuous network texture into note lengths - accent certain events - create rhythmic articulation independent of the traffic itself
Excellent if you want the module to feel more “played” and less like a data stream.
Turns fragmented packet events into melodic ambience.
Especially good for:
- sparse ping sequences
- image-data scans
- short .nsa note phrases
Can turn weakly pitched digital noise into richer lead or bass material.
A sleeper pairing. Derive CV from the audio amplitude and use it to modulate: - filter cutoff - VCA level - another oscillator’s FM amount
That creates self-animated melodic movement from the network data itself.
If you have a pitch-tracking utility or PLL, you may be able to extract unstable but interesting pitch CV from the output and use that to drive another oscillator. That gives you: - NSA selector = chaotic melodic source - analog/digital VCO = stabilized harmonic shadow
This gives percussive, glitch-melodic phrases.
.nsaThis is the clearest path to actual lead melodies.
This gives scanning, abstract melodic contours.
.nsa melodyThis creates melody plus noisy accompaniment from the same source.
This module is best for:
It is less suited for: - clean tonal melodies - precise 1V/oct playing - traditional keyboard-style performance - harmonically pure subtractive synthesis
The NSA selector is basically a network sonification voice. To get melodic results, the trick is to stop thinking like “pitch CV into oscillator” and instead think:
If I were building a melodic patch around it, my first choice would be:
.nsa phrase from a WAV melodyThat would give the best mix of: - recognizable melody - packet grit - playable modular dynamics