Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsijben committed Mar 25, 2024
1 parent 6e88075 commit b7a122e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FrequencyAnalyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This FrequencyAnalyzer class is used at the Maastricht Institute of Arts exposit
Students create sketches that react in realtime to audio input (line-in, audio file or microphone).

This library adds functionality like:
- easily switch between input modes (line-in, audio file, microphone)
- easily switch between input modes (audio file, microphone, line-in)
- return raw or normalized values of specific frequency bands
- toggle mute (audio file playing) or monitoring (microphone or line-in)
- reset the max value that is used for mapping normalized values of frequency amplitudes. Can be set to an interval.
Expand Down
4 changes: 2 additions & 2 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ source.repository=https://github.com/vincentsijben/bpm-tmings-for-processing.git
# This is used to compare different versions of the same Library, and check if
# an update is available.

library.version=13
library.version=14


# The version as the user will see it.

library.prettyVersion=1.1.8
library.prettyVersion=1.2.0


# The min and max revision of Processing compatible with your Library.
Expand Down

0 comments on commit b7a122e

Please sign in to comment.