BEAST/BSE version 0.5.4 is available for download at:
ftp://beast.gtk.org/pub/beast/v0.5
or
http://beast.gtk.org/beast-ftp/v0.5
BEAST (the Bedevilled Audio SysTem) is a graphical front-end to
BSE (the Bedevilled Sound Engine), a library for music composition,
audio synthesis, MIDI processing and sample manipulation.
The project is hosted at:
http://beast.gtk.org
This new development series of BEAST comes with a lot of
the internals redone, many new GUI features and a sound
generation back-end separated from all GUI activities.
The most outstanding new features are the track editor which allowes
for easy selection of synthesizers or samples as track sources, loop
support and unlimited UnDo/ReDo capabilities.
Note, the .bse file format hasn't fully stabilized yet, so
incompatibilities with future versions may occur, though we're
making every possible attempt to maintain backwards compatibility.
Overview of Changes in BEAST/BSE 0.5.4:
* Ported and improved synthesis module from David A. Bartold:
DavSynDrum - Synthetic drum generator
* Added support for control event editing
* Added per-note velocity and fine-tune editing
* Added support for per-track and per-song special effects
* Some GUI polishing
* Fixes to compile on NetBSD
* Miscellaneous bug fixes
---
ciaoTJ
Hi!
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment and a "small"
Band in a Linux Box. Uses MIDI and the ALSA sequencer for play the rhythm
patterns. Styles, patterns , sounds, and the mixer settings, can be edited
and saved.
Program is released GNU/GPL version 2.
News in v0.05
--------------------
- Major bugs solved now runs 3/4
- Added Play in thirds in Acc2.
- Added Play in sixths in Acc2.
- Added More chords in Batch Play-Editor.
- Added Clear Pattern in Pattern window edit.
- Added Patterns.
- Minor bugs solved.
REQUERIMENTS
--------------------------
Fast Computer
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep
LilyPond is a the GNU project music typesetter. It formats sheet music
automatically and beautifully. You can find the lilypond homepage at
http://lilypond.org/development/
LilyPond 1.7.26 is out! It can be downloaded from
ftp.lilypond.org/pub/LilyPond/v1.7/
This release should be considered as a first 1.8 release
candidate. Relative to 1.7.25, it contains a few small fixes and an
update of the manual. The changes relative to 1.6 are in the NEWS file
attached below
* Binary packagers are kindly invited to try and package it for their
favorite operating system platforms.
Binaries for Cygwin are in the works.
Binaries for RedHat 9 can be found on
ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/
* Translators are kindly invited to update the translations that are
present in the po/ subdirectory of the source archive. If you go
ahead, make sure to coordinate things with the translation project
at
http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?domain=lilypond
* Experienced users are invited to upgrade to 1.7.26, and check
whether their 1.6 files still work as they should on 1.7; don't
forget to run them through convert-ly before trying.
Please report bugs to bug-lilypond(a)gnu.org.
We want to make sure that 1.7.26 is as bug-free as possible.
Because we cannot wait forever with releasing it, we have a pretty
narrow definition of "bug" during the release: everything that
worked in 1.6 should also work in 1.8. If not, then either it's a
new feature (documented in NEWS), or it's a bug.
Of course, you are free report other problems as well, but they
will most likely be fixed by updating the appropriate BUGS section
in the notation manual.
* Newbie users are invited to read through the manual. All sections
from the preface up to the appendices have been revised. Please
read the manual, and report any typos, strange sentences, or
unclear sections to bug-lilypond(a)gnu.org
* If you don't feel qualified to do any of the above, you can help
test my new PayPal account by sending money to hanwen(a)xs4all.nl :-)
At present I am aware of two problems in this release
* Something is broken with drum notation. Rune assured me he would
look into it shortly.
* The PDF output (generated by texinfo + dvips + ps2pdf) of the
manuals has a broken page layout. Suggestions from TeX/DVI/dvips
gurus on how to fix this are very much appreciated.
Greetings,
Han-Wen
(hoping to be deluged by bug-reports and patches)
****************
New features in 1.8 since 1.6
=============================
** There chord entry code has been completely rewritten. It is now
cleaner and more flexible.
** A new syntax has been added for text entry.
This syntax is more friendly than the old mechanism, and it is
implemented in a more robust and modular way.
** Deeper integration of the input language and Scheme. You can now use
LilyPond identifiers in Scheme, and use Scheme expressions instead of
LilyPond identifiers.
** The internal representation of music has been cleaned up completely
and converted to Scheme data structures. The representation may be
exported as XML.
** A new syntax has been added for chords:
<< PITCHES >>
In version 2.0, this syntax will be changed to
< PITCHES > for chords
and
\simultaneous { .. } for simultaneous music.
** A new uniform postfix syntax for articulation has been introduced.
A beamed slurred pair of eighth notes can be entered as
c8-[-( d8-]-)
In version 2.0, postfix syntax will be the only syntax
available, and the dashes will become optional.
** User code may now be executed during interpreting.
The syntax for this code is
\applycontext #SCHEME-FUNCTION
** User code may now be executed on arbitrary grobs durign interpreting.
The syntax for this feature is
\applyoutput #SCHEME-FUNCTION
SCHEME-FUNCTION takes a single argument, and is called for every grob
that is created in the current context.
** New algorithms for chord-name formatting have been installed. They
can be tuned and have ergonomic syntax for entering exceptions.
** Texts may now be put on multimeasure rests, eg.
R1*20^\markup { "GP" }
** Ancient notation now prints ligatures in Gregorian square neumes
notation, roughly following the typographical style of the Liber
hymnarius of Solesmes, published in 1983. Ligatures are still printed
without the proper line breaking and horizontal spacing.
** Glissandi can now be printed using the zigzag style.
** Clusters may now be printed. The syntax is:
\apply #clusters-to-notes { NOTE NOTE .. }
** For irregular meters, beat grouping marks can be printed. The
syntax for this is
#(set-time-signature 7 8 '(3 2 2))
** Nested horizontal brackets for music analysis can now be printed.
NOTE-\startGroup
..
NOTE-\stopGroup
** Ottava brackets are now fully supported as a feature.
The syntax is
#(set-octavation 1)
** Metronome markings are printed when a
\tempo command is processed.
** Fingerings can be put on chords horizontally.
** The appearance of various glyphs has been fine-tuned
** Different types of percent style repeats may now be nested
** The emacs support has been extended.
** The manual has been completely revised and extended.
--
Han-Wen Nienhuys | hanwen(a)cs.uu.nl | http://www.xs4all.nl/~hanwen
JACK-0.74.0
Jack-0.74.0 has been released. It is available at
https://sourceforge.net/projects/jackit/ .
Changes:
More portable/forgiving #defines in headers.
Documentation updates (reference and man page).
New --dither=none option for scripting help.
Transport is initialized to "Stopped, frame zero" when jack is started.
Removed error.h and put its function in jack.h.
Jack no longer sends event messages to clients not yet running a
dedicated JACK thread.
Taybin Rutkin
amSynth - Analogue Modelling SYNTHesizer
****************************************
http://amsynthe.sourceforge.net/amSynth
amSynth 1.0-rc3 is now available!!
Get the source code at
http://sourceforge.net/project/showfiles.php?group_id=47275&release_id=1720…
Changes in this release include:
* somewhat revised GUI
* on-the-fly midi channel selection
* on-the-fly polyphony control
* better stability on startup & shutdown.. "-d" parameter to debug
startup problems
* load and save banks from the menu
* launch utility apps from menu
* support for all 128 standard MIDI controllers
Enjoy!
(and any problems with it please get in touch so I can fix them, details
on website)
-Nick d-.-b
--
nixx(a)nixx.org.uk | amSynth lead developer
JabberID: nixx(a)jabber.org | http://amsynthe.sf.net
Hi!
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment and a "small"
Band in a Linux Box. Uses MIDI and the ALSA sequencer for play the rhythm
patterns. Styles, patterns , sounds, and the mixer settings, can be edited
and saved.
Program is released GNU/GPL version 2.
News on 0.04
--------------------
- New Song File format.
- Added New in Batch Play Menu.
- Added more markers in Batch File Play-Editor.
- Added New marker system salt in Batch File Play-Editor.
- Added Finish point for the entire song in Batch File Play-Editor.
- Added Export Midi Files in Batch File Play Editor.
Hope i create the midi files in a correct way, i checked with pmidi and
rosegarden4 and works fine, but still have some problems with muse.
REQUERIMENTS
--------------------------
Fast Computer
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep
Hi!
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment and a "small"
Band in a Linux Box. Uses MIDI and the ALSA sequencer for play the rhythm
patterns. Styles, patterns , sounds, and the mixer settings, can be edited
and saved.
Program released GNU/GPL version 2.
News on 0.03
--------------------
- New Drum Pattern Edit
- Added some "demo" patterns and songs.
- Lots of bugs solved.
REQUERIMENTS
--------------------------
Fast Computer
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep
Hi!
News gmorgan-0.02
-----------------------------
- Drum "Velocity" Mixer
Is a mixer for correct in a easy way the differences of volumes for each drum
note in differents soundfonts.
- Batch Song Player-Editor
Small attempt to do something like Band in a Box.
Still developing that part... maybe can be usefull and maybe someone can send
me patterns to add. :-)
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment. Uses MIDI
and the ALSA sequencer for play the rhythm patterns. Styles, patterns ,
sounds, and the mixer settings, can be edited and saved.
Program released GNU/GPL version 2.
Tested on Gentoo, debian PIII 933 and PII 300
REQUERIMENTS
--------------------------
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep
Hi!
First Release.
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment. Uses MIDI
and the ALSA sequencer for play the rhythm patterns. Styles, patterns and
sounds, the mixer settings, can be edited and saved.
Tested on Gentoo, debian PIII 933 and PII 300
REQUERIMENTS
--------------------------
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep