From bfb7f0427b82933302cf93773b343304e32d2dac Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Mon, 26 Aug 2024 10:11:25 -0700 Subject: [PATCH] removing remaining "additives" --- README.md | 2 +- docs/index.html | 4 ++-- library.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ddbb47..6f923d7 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ def play(sequence, # from partials.sequence ## PCM -AMY comes with a set of 67 drum-like and instrument PCM samples to use as well, as they are normally hard to render with additive or FM synthesis. You can use the type `PCM` and patch numbers 0-66 to explore them. Their native pitch is used if you don't give a frequency or note parameter. You can update the PCM sample bank using `amy_headers.py`. +AMY comes with a set of 67 drum-like and instrument PCM samples to use as well, as they are normally hard to render with additive, subtractive or FM synthesis. You can use the type `PCM` and patch numbers 0-66 to explore them. Their native pitch is used if you don't give a frequency or note parameter. You can update the PCM sample bank using `amy_headers.py`. ```python diff --git a/docs/index.html b/docs/index.html index f7e8478..fdf7839 100644 --- a/docs/index.html +++ b/docs/index.html @@ -150,7 +150,7 @@

AMY examples

-

Try out a web version of AMY, the additive music synthesizer library +

Try out a web version of AMY, music synthesizer library

Before trying anything, click "start AMY" to run the AMY synthesizer. Use "reset voices" to reset all the voices to default.

start AMY @@ -370,7 +370,7 @@

AMY message creator

Message: send message to AMY reset voices -

Powered by AMY - the additive music synthesizer library. Thanks to elf-audio/cpp-to-webaudio-example. +

Powered by AMY - the music synthesizer library. Thanks to elf-audio/cpp-to-webaudio-example.

diff --git a/library.properties b/library.properties index e515c0f..62d8ad9 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=AMY Synthesizer version=1.0.0 author=Brian Whitman , DAn Ellis maintainer=Brian Whitman -sentence=AMY, the Additive Music Synthesizer Library -paragraph=AMY supports many types of oscillators, filters, envelopes, FM, PCM, Karplus-strong, reverb, chorus +sentence=AMY, the Music Synthesizer Library +paragraph=AMY supports many types of oscillators, filters, envelopes, analog, FM, PCM, Karplus-strong, reverb, chorus category=Signal Input/Output url=http://github.com/shorepine/amy architectures=esp32,stm32,rp2040,mbed_rp2040,teensy,STM32F1,STM32F4,nrf52,samd,avr