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>
26 lines
444 B
Plaintext
26 lines
444 B
Plaintext
/////////////////////////////////////////////
|
|
// Noise Burst 2
|
|
// Copyright (C) David Olofson, 2002
|
|
/////////////////////////////////////////////
|
|
|
|
w_format target, MONO16, 32000;
|
|
w_blank target, 16000, 0;
|
|
|
|
w_env AMPLITUDE,
|
|
0, .5,
|
|
.01, .06,
|
|
.12, .02,
|
|
.3, 0;
|
|
w_env FREQUENCY, 0, 6000;
|
|
w_osc target, NOISE;
|
|
|
|
w_env AMPLITUDE,
|
|
0, 10,
|
|
.02, 50,
|
|
.1, 20;
|
|
w_env FREQUENCY,
|
|
0, 3000,
|
|
0.01, 2093;
|
|
w_env MOD1;
|
|
w_filter target, BANDPASS_12;
|