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
446 B
Plaintext
28 lines
446 B
Plaintext
/////////////////////////////////////////////
|
|
// Impact 2
|
|
// 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, 8000,
|
|
.01, 4000,
|
|
.04, 50;
|
|
w_osc target, NOISE;
|
|
|
|
w_env AMPLITUDE,
|
|
.002, 1,
|
|
.018, .5,
|
|
.03, 0;
|
|
w_env FREQUENCY,
|
|
0, 2000,
|
|
.01, 250,
|
|
.04, 50;
|
|
w_osc target, SINE;
|