Skip to content

Commit

Permalink
added header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Feb 23, 2021
1 parent 5b3202f commit 3d3b53b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/sound-generators/DiscreteSoundGenerator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// Copyright 2019-2020, University of Colorado Boulder

/**
* DiscreteSoundGenerator produces sounds based on the value of a number property. It monitors the property value and
* maps it to one of a finite number of bins, and produces a discrete sound when the bin to which the value is mapped
* changes.
*
* @author John Blanco (PhET Interactive Simulations)
*/

import Range from '../../../dot/js/Range.js';
import merge from '../../../phet-core/js/merge.js';
Expand Down

0 comments on commit 3d3b53b

Please sign in to comment.