# ;; -*- mode: org; coding: utf-8 -*-

#+TITLE: Guile-Fluidsynth README

#+BEGIN_COMMENT

Copyright (C) 2025 - 2026
David Pirotte (david at altosw dot be)

This document is part of Guile-Fluidsynth.

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.  This file is offered as-is, without any
warranty.

#+END_COMMENT


           Guile-Fluidsynth - History of user-visible changes
              ===========================================

              Please send Guile-Fluidsynth bug reports to
                          guile-user@gnu.org


* Latest News

** January 2026

Guile-Fluidsynth version 0.2.0 is released.

*** Noteworthy changes in 0.2.0

Here is a summary of the noteworthy changes in this release. See
Guile-Fluidsynth [[https://git.savannah.nongnu.org/cgit/guile-fluidsynth.git][summary]] and [[https://git.savannah.nongnu.org/cgit/guile-fluidsynth.git/log][log]] for a complete list and description.

**** Dependencies

Fixing a missing dependency.

***** Nyacc

  Nyacc  >=  3.00.0

* Older News

** January 2026

Guile-Fluidsynth version 0.1.0 is released.

This is the first release, In summary, this release will let you:

  - instantiate synthesizer
  - play (unplay) a note
  - listing soundfont programs
  - selecting a soundfont program

Please consult the documentation, which contains an introduction, a
using guile-fluidsynth as well as a reference manual section, which
describes the available commands.

** October 2025

Guile-Fluidsynth first steps
