Skip to content

Commit

Permalink
Fix typo in microwave/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Apr 23, 2021
1 parent ce3414a commit 684532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microwave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ This waveform has three stages:
1. Generate a sine wave with the waveform's nominal frequency *F* and an amplitude of 440. Write this waveform to buffer 0.
1. Generate a triangle wave with frequency *F* and an amplitude of 1.0. Modulate the waveform's frequency (in Hz) sample-wise by the amount stored in buffer 0. Write the modulated waveform to buffer 1.
1. Apply a second-order high-pass filter to the samples stored in buffer 1. The high-pass's resonance frequncy is modulated by the envelope named `Piano` and ranges from 2*F* to 4*F*. Write the result to `AudioOut`.
1. Apply a second-order high-pass filter to the samples stored in buffer 1. The high-pass's resonance frequency is modulated by the envelope named `Piano` and ranges from 2*F* to 4*F*. Write the result to `AudioOut`.

To create your own waveforms use the default waveforms file as a starting point and try editing it by trial-and-error. Let `microwave`'s error messages guide you to find valid configurations.

Expand Down

0 comments on commit 684532f

Please sign in to comment.