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>
28 lines
450 B
Plaintext
28 lines
450 B
Plaintext
/////////////////////////////////////////////
|
|
// Impact 2 C
|
|
// Copyright (C) 2007, David Olofson
|
|
/////////////////////////////////////////////
|
|
|
|
w_format target, MONO16, 16000;
|
|
w_blank target, 16000*.05, 0;
|
|
|
|
w_env AMPLITUDE,
|
|
0, 1,
|
|
.01, .2,
|
|
.04, 0;
|
|
w_env FREQUENCY,
|
|
0, 9000,
|
|
.01, 2000,
|
|
.04, 300;
|
|
w_osc target, NOISE;
|
|
|
|
w_env AMPLITUDE,
|
|
.001, 1,
|
|
.005, .5,
|
|
.044, 0;
|
|
w_env FREQUENCY,
|
|
0, 2200,
|
|
.01, 220,
|
|
.04, 50;
|
|
w_osc target, SINE;
|