[linux-audio-announce] [ANN] Gneutronica 0.32

Stephen Cameron smcameron at yahoo.com
Sat Jun 24 23:06:26 EDT 2006


Gneutronica 0.32, Http://gneutronica.sourceforge.net

Changes since 0.31:

* Added drumkit definition for a Roland TR808 sound font.
* Bugfix: inserted measures might get bogus tempo -- fixed.
* MIDI output method abstraction... two instantiations raw MIDI
  and ALSA sequencer interface.
* Now uses ALSA sequencer interface instead of raw MIDI..
* Bugfix: Scramble function had overflow bug that caused it to be
  non-random.  Fixed.
* Combined Pattern Editor widnow and Arrangement Editor window into
  a single window by putting them both into tabs in a Gtk notebook.
* Output is assignable to up to 16 ALSA sequencer ports ("tracks")
  on a per-pattern basis to allow routing different patterns to
  different MIDI devices or softsynths.
* Now there is a rudimentary melodic sequencer as well as a percussion
  sequencer.
* Arrangement editor marks every 8 measures instead of every 10

Here's a diffstat between 0.31 and 0.32:

 BUGS                                          |    5
 Makefile                                      |   16
 TODO                                          |    4
 documentation/arranger_window.png             |    0
 documentation/drumkit_editor.png              |    0
 documentation/gneutronica.html                |  110 ++-
 documentation/gneutronica_jack_connection.png |    0
 documentation/gneutronica_logo.png            |    0
 documentation/pattern_editor.png              |    0
 documentation/pattern_editor1.png             |    0
 drumkits/tr808.dk                             |   19
 gneutronica.c                                 |  765 ++++++++++++++++++-------- gneutronica.h    
                            |   59 --
 lang.h                                        |    5
 midioutput.h                                  |   58 +
 midioutput_alsa.c                             |  156 +++++
 midioutput_alsa.h                             |   57 +
 midioutput_raw.c                              |  156 +++++
 midioutput_raw.h                              |   57 +
 old_fileformats.c                             |  268 +++++++++
 old_fileformats.h                             |    2
 sched.c                                       |   23
 sched.h                                       |    5
 versionnumber.txt                             |    2
 24 files changed, 1465 insertions(+), 302 deletions(-)


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Linux-audio-announce mailing list