kobodl/data/sfx/bleep3.agw
Ville Lindholm dbc223eb84
Initial commit
Import existing source tree; original VCS history is no longer available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-28 16:35:31 +03:00

36 lines
642 B
Plaintext

/////////////////////////////////////////////
// Bleep 3
// Copyright (C) 2007, David Olofson
/////////////////////////////////////////////
w_format target, MONO16, 32000;
w_blank target, 800, 0;
w_env AMPLITUDE, .5;
w_env FREQUENCY, 3400;
w_osc target, SINE;
w_env FREQUENCY, 4600;
w_osc target, SINE;
w_env AMPLITUDE, 1;
w_env BALANCE, 1;
w_env FREQUENCY, 7010;
w_osc target, SINE, MUL;
w_env AMPLITUDE,
.00125, .8,
.00125, .3,
.02, .4,
.0025, 0;
w_env BALANCE,
0, 20,
.0025, 30,
.02, 40,
.0025, 0;
w_env FREQUENCY, 2000;
w_osc target, SINE, FM;
w_env FREQUENCY, 1600;
w_env AMPLITUDE, 5;
w_filter target, HIGHPASS_12;