From 4785c7d631f53ce97e1c6810df7d847c68a59dbd Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 18 Feb 2024 17:14:48 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9593f9b5..4261e2b5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![ci](https://github.com/ideoforms/signal/workflows/ci/badge.svg) [![stability-beta](https://img.shields.io/badge/stability-beta-33bbff.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#beta) -SignalFlow is a sound synthesis framework designed for clear and concise expression of complex musical ideas. It has an extensive Python API, for fluid audio experimentation in iPython/Jupyter. Its core is written in C++11, so it can also be embedded into other cross-platform applications. +SignalFlow is a sound synthesis framework designed for clear and concise expression of complex musical ideas. It has an extensive Python API, for fluid audio experimentation in iPython/Jupyter, with its core written in portable, hardware-accelerated C++11. SignalFlow is in beta status. Interfaces may be subject to change.