Skip to content

First sound

This guide mirrors episode 01 of the series: osc -> out.

The goal is tiny on purpose: make one tone, then hear how pitch and waveform change it.

Press A O to add an osc node.

An oscillator is the simplest sound source in blzr.

Press A U to add an out node.

out is the final destination that sends signal to your speakers.

Connect osc.audio-out to out.audio-in.
Press Space Space in the out node to activate audio.

You should hear a tone immediately.

Move frequency on osc.

Lower values sound lower. Higher values sound higher.

Switch type between sine, square, sawtooth, and triangle.

You are still hearing one note, but the character of that note changes.

This is a patch: two nodes and one connection.

That simple graph is the base pattern for everything else in blzr.