Download from http://www.notam02.no/arkiv/src/snd/
Screenshot: http://www.notam02.no/arkiv/src/snd/snd-ls-0.9.1.png
Snd-ls v0.9.1
-------------
Released 17.8.2004
Contains
--------
Snd v7.6 from 2.8.2004
About
-----
Snd-ls is a distribution of the sound editor Snd. Its target is
people that don't know scheme very well, and don't want
to spend too much time configuring Snd. It can also serve
as a quick introduction to Snd and how it can be set up.
Install
-------
1. Edit the file config.scm, for configuration settings.
2. Run ./build
3. Run ./install as root.
Its not necessarry to uninstall any previously installed versions of
Snd. Snd-ls should not interfere with already installed versions.
After installing, the name of the executable is "snd-ls".
To uninstall, run ./uninstall
Required packages
-----------------
guile
gtk-2
jack
libsamplerate
ladspa
liblrdf
fftw3
(guile-devel, gtk-2-devel and liblrdf-devel is also needed at runtime)
Changes
-------
0.9.0 -> 0.9.1:
-Official announced.
-Upgraded SND from 20.7.2004 to 2.8.2004
-Huge amount of testing at Notam by 14 unexperienced guinea pigs for
a whole week; many bugs fixed.
Links
-----
Snd: http://ccrma.stanford.edu/software/snd/
Guile: http://www.gnu.org/software/guile/guile.html
Credits
-------
Snd is made by Bill Schottstaedt. This small package is put
together by Kjetil Matheussen / Notam, with consulting
help from Bill Schottstaedt.
--
Hi all,
here is a list of all changes between 1.0.5a and 1.0.6a release.
The 1.0.6a driver package fixes the /proc problem with loading of the
sequencer client modules.
* alsa-driver
- core
- fixed the detection of x86-64 arch
- 2.6 kernel sync - mostly __user stuff
- This patch removes snd_kcalloc() from the kernel and updates callers to
use the new generic kcalloc().
- Removal and replacement of magic memory allocators and casts
- Clean up of obsolete MODULE_* stuff (core part)
- Removed MODULE_CLASSES() and MODULE_SYNTAX().
- Replaced MODULE_DEVICES() with MODULE_SUPPORTED_DEVICE()
- Clean up the PCI resource allocation.
- Clean up the suspend/resume: save/restore of pci state
- use ARRAY_SIZE() instead of sizeof() computations
- Clean up: removed ifdefs and obsolete codes.
- Unlock BKL in ioctl callback to avoid the long preempt-disabling.
- Clean up DMA buffer allocation routines.
- Fix up sound driver proc-reading interfaces.
- PCM midlevel
- stack usage reduction
- Clean up and optimization of PCM format-specific functions
- Clean up the buffer management in the PCM runtime record
- Fix the mmap via io_remap_page_range() on nm256, rme32 and rme96.
Added SNDRV_PCM_INFO_MMAP_IOMEM to handle this case.
- Clean up the indirect accessing on RME32/RME96 drivers.
- Clean up of indirect PCM data transfer with helper functions.
- snd_pcm_timer_resolution_change() - better precision
- The PCM prepare callback is now non-atomic, so that the driver can
use the functions calling schedule (e.g. kmalloc with GFP_KERNEL).
- Fixed/improved XRUN detection
- don't print XRUN message in the case of draining.
- pointer callback can return SNDRV_PCM_POS_XRUN to notify the middle layer.
- ioctl32 - Added the wrapper for sync_ptr and hwsync ioctls.
- Serialize runtime->status->state access
- PCM OSS emulation
- reduce stack usage
- sequencer
- use separate functions for some ioctls to reduce stack usage
- Clean up Makefiles for the sequencer stuff using reverse selections.
- Added Intel ICH6 HD Audio (Azalia) driver.
- Added Audigy-LS driver
- Added snd-atiixp driver for ATI IXP AC97 modem controllers.
- Moved back pc98-specific stuff again to alsa-driver tree.
- ICE1724
- SPDIF output fixes
- Fixed the volume update on aureon.
- Removed the bogus master volume from aureon.
- Fixed the wrong number of ADCS (not used, though).
- Don't access GPIO high bits on VT1720.
- Fixed the buffer byte alignment for SPDIF and independen PCMs.
- Proper rate constraints according to the I2S/AC-link connection.
- Clean up the private data for PCM callbacks.
- Clean up spinlocks.
- aureon - Added master volume control.
- Added the (experimental) support of Terratec Phase 88.
- Added the support of Pontis MS300 to snd-ice1724 driver.
- Added the support of ZNF3-250 (supposed to be ZNF3-150 compatible).
- CS46xx
- add memory allocation checks in cs46xx_dsp_proc_register_scb_desc()
- reduce stack usage
- intel8x0
- Added the PCI ID for nVidia CK8
- Fixed the calculation of the current DMA position on some sloppy devices.
- Fixed the detection of sample rates with no VRA support.
- Added the support of nVidia CK804.
- Added the support of MCP04.
- Fixed the handling of unknown irqs on ICH5.
- Added an ac97 quirk for ICH/AD1885 mobo.
- Added buggy_irq module parameter to intel8x0 driver.
- intel8x0m
- Added the support of SIS7013 modem.
- via82xx
- Fixed the calculation of the current DMA position at the period boundary.
- Added the ac97_quirk entry for ECS K7VTA3 v8.0 mobo.
- Fixed the check of invalid DMA position.
- Added the quirk entry for ECS L7VMM2 uATX.
- Added the DXS whitelist entry for Acer Inspire 1353LM.
- ali5451
- Fixed the suspend/resume.
- Opti9xx
- Fixed spin deadlocks
- USB audio
- Quattro USB: handle the different endianness of playback and recording
sample data
- handle devices that allow setting but not reading sample rate
- new functions snd_usbmidi_input_stop() and snd_usbmidi_input_start()
needed by snd-usb-usx2y to be able to use usb_set_interface()
- add support for Yamaha CVP-301, CVP-303, CVP-305, CVP-307, CVP-309,
CVP-309GP, PSR-1500, PSR-3000, ELS-01, ELS-01C, PSR-295, PSR-293,
DGX-205, DGX-203, DGX-305, DGX-505, DGP-7, DGP-5, PM5D, DME64N,
DME24N, DTX, UB99
- USX2Y
- all pcm streams have to operate at the same rate and format
- renamed functions
- set NRPACKS to 1 as default setting to improve latency
- Don't sleep in START/STOP callbacks anymore.
- us428 channels C/D not handled just for this version, sorry.
- MixArt
- reduce stack usage
- ES1938
- fixed quake playback
- ES1968
- Fix the crash at unloading the module due to the shared interrupt
with other devices.
- Dummy
- Do the buffer allocation in hw_params callback instead of open
callback.
- emu10k1
- Merge EFX playback and capture streams to the single device (hw:0,2).
- Fix Audigy + FX8010 capture (hw:x,2)
- Audigy 2 ZS - side support
- Enable low latency EFX capture on emu10k1
- au88x0
- Fixed the wrong pointer cast on 64bit architectures.
- CMIPCI
- reduce stack usage
- don't sleep in prepare callback
- Fix the i/o port range of gameport on cmipci
- AC97 codec
- Fixed the detection of STAC9708/11 surround control.
- Check the validity of registers before creating controls.
- move AC'97 bus callbacks into seperate ops record;
- remove ac97_bus_t template requirement from snd_ac97_bus()
- replace ac97_t template with ac97_template_t
- Fixed the reset problem of shared audio/modem drivers.
- Don't use mute bit in REC_GAIN register during tests.
- Add more timeout to avoid not respond messages
- emu10kx
- added capture support
- added S/PDIF support (untested)
- fixed interrupt bug when playing multiple channels
- split channels into separate PCMs
- documented some of the registers
- added support for more periods (up to 512 for playback)
- formatting clean up
- MIDI support
- voice clean up
- delayed interrupt enable/disable
- playback/capture constraints added
- fixed max number of periods
- nm256
- Added AC97 CD register to the list of allowed registeres.
- RME32
- Added the experimental fullduplex support.
- OPL4
- reorganize locking
- optimize memory accesses
- PPC drivers
- Added the PCM beep support
- PMAC
- pmac also apply the DMA stop work around to fix capture on iBook2
- Removed non-functional 48kHz support from pmac driver.
- soundfont
- Fixed messy locks in soundfont support code.
* alsa-lib
- emu10k1 config
- Added surround71 and side pcm definitions.
- Added the support of side speakers on Audigy 2 ZS.
- ice1724
- Fixed iec958 capture using asym plugin.
- Added the support of side and surround71 PCM types.
- pcm_rate plugin
- This patch fixes a number of different bugs in pcm_rate.c.
- pcm_plug plugin
- Fixed problem with the route plugin and ttable
* alsa-utils
- aplay
- Show warning if the format is changed due to the file type.
(e.g. WAV yields little-endian)
* alsa-tools
- ac3dec
- Fixed to support non-48k AC3 files.
- sbiload
- Support -P option to specify the patch path.
- Distribute the missing patch files.
- us428control
- Added MMC support
- Tascam US-224/428 MMC Implementation
* alsa-oss
- Added the wrapper for fopen()
- Checks more device file names for fopen() wrappers.
- Fixed manpage.
- The below patch [also attached] fixes the check for device files in
/dev/sound/ [for users of devfs who have configured their apps to use
/dev/sound/dsp, etc..] and adds a note to the aoss manpage
about the state of mmap support.
-----
Jaroslav Kysela <perex(a)suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Alsa-announce mailing list
Alsa-announce(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-announce
http://www.notam02.no/arkiv/src/
Mammut will FFT your sound in one single gigantic analysis (no windows).
These spectral data, where the development in time is incorporated in
mysterious ways, may then be transformed by different algorithms prior to
resynthesis. An interesting aspect of Mammut is its completely
non-intuitive sound transformation approach.
This is very minor update. If you already have mammut, theres probably not
much point in upgrading. The "big" change in this release is the first
entry in the changelog. I must also warn that mammut can be a bit hard
to compile up, now that pygtk1 has been replaced with pygtk2 in all
recent distributions I know about.
0.16 -> 0.17
-Initialize sound at startup, so that mammut appears in jack patch bays.
-Removed the included sndlib binary.
-Added a point in the INSTALL file about how to configure mammut to
find the pygtk1 files.
-Added a note in the INSTALL file about that sndlib for some reason
does not work with delta cards when using the alsa driver. The oss
driver (under alsa emulation), and the jack driver works just fine.
--
The second stable release (0.9.0) of JAMin - the JACK Audio Mastering
interface is now available for download.
JAMin is a GPL-licensed, realtime mastering processor designed to
bring out the detail in recorded music and provide a final layer of
polish. Every effort has been made to ensure a clean, distortion-free
signal path. All processing elements use linear-phase filtering to
eliminate phase distortion.
JAMin runs on Linux using the JACK Audio Connection Kit, a low-latency
audio server. JACK connects multiple applications to a single sound
device, and also share audio among themselves. We rely on other JACK
applications (like ardour, ecasound, or rezound) for playback and
recording.
Homepage
http://jamin.sourceforge.net/
Download
http://prdownloads.sourceforge.net/jamin/jamin-0.9.0.tar.gz?download
New dependencies (since jamin-0.8.0)
swh-plugins >= 0.4.6 <http://www.plugin.org.uk>
liblo >= 0.5 <http://plugin.org.uk/liblo>
(optional, for OSC scene change control)
All other dependencies remain unchanged, the README file has a
complete list.
Usage instructions
http://jamin.sourceforge.net/Using_JAMin.html
Changes since jamin-0.8.0
* Limiter improvements:
-- uses new fast lookahead limiter (LADSPA:1913) from the
swh-plugins >= 0.4.6. The old limiter had some undesirable
sonic artifacts.
-- changed order of final gain and limiter stages.
* OSC control for scene changes:
-- accepts "osc.udp://localhost:4444/jamin/scene" messages
-- new `jamin-scene' command sends them
-- new jamin-cont plugin (LADSPA:1912) sends scene change
messages to the JAMin process via OSC.
(This plugin works with ardour, ecamegapedal and
applyplugin, but segfaults in jack-rack when removed.)
* Increase number of scenes from 6 to 20
* GUI improvements
-- extensive context-sensitive help
-- color editor for highlights and text
-- options pulldown menu for spectrum, crossfade, and EQ
* Better bypass control
-- specific bypass controls for EQ and limiter
-- separate Active/Solo/Bypass for each crossover band
* Global state settings saved in XML file.
* Expanded Russian translation
* Many bug fixes.
--
joq
+-----------------------------------------------------------------+
| ______ ______ _ _ _ |
| /\ / _____) ___ \| | | | | /\ |
| / \ | / ___| | | | | | | | / \ |
| / /\ \| | (___) | | | | | | | / /\ \ |
| | |__| | \____/| | | | |___| | |_____| |__| | |
| |______|\_____/|_| |_|\______|_______)______| |
| |
+-----------------------------------------------------------------+
[Sorry for cross-posting. Feel free to forward around]
Florence, 6 August 2004
+++ AGNULA/DEMUDI 1.2.0-rc2 IS OUT
The second release candidate of AGNULA/DeMuDI 1.2.0, the Debian-based
GNU/Linux distribution for audio/video, has been released.
+++
The second release candidate of AGNULA/DeMuDI 1.2.0, the Debian-based
GNU/Linux distribution for audio/video, has been released.
This version is the second release candidate for the 1.2.0 , which
sports tighter integration with Debian, using the Sarge Debian
Installer and the CDD (Custom Debian Distributions) framework.
It's almost completed and quite usable.
Instructions on how to download and install it can be found here:
http://www.agnula.org/download/demudi/demudi_1_2_0_iso
and a list of frequently asked questions here:
http://www.agnula.org/download/demudi/1.2.0-FAQ
The available packages along with their versions can be checked here:
http://apt.agnula.org/demudi/indices/Available
Highlights:
o Installer
* ethernet card configuration with etherconf
* fixed discover-data module names, using ALSA again
Please note that most members of the AGNULA team will be offline for
vacation till August 23rd, so that posts to the mailing lists might be
replied with long delays.
However feel free report all bugs, requests, criticisms using our
development portal [0], they will be taken into account later on.
Instructions on how to report bugs and requests are
available here:
http://www.agnula.org/development/agnula_bugs_requests/
We hope you enjoy AGNULA/DeMuDi! For any information, do not hesitate
to contact us writing to:
<info(a)agnula.org>
And/or visiting our web site, http://www.agnula.org/.
+++
About AGNULA: Agnula (acronym for A GNU/Linux Audio distribution,
pronounced with a strong g) is the name of a project funded until
April 2004 by the European Commission (number of contract:
IST-2001-34879; key action IV.3.3, Free Software: towards the critical
mass). After the end of the funded period, AGNULA is continuing as a
volunteer based project, aiming to spread Libre Software in the
professional audio/video arena.
Best regards,
--
The AGNULA Team info(a)agnula.org
Our mailing lists: http://lists.agnula.org/
Our web site: http://www.agnula.org/
"There's no free expression without control on the tools you use"
[0] http://devel.agnula.org/
ROSEGARDEN GOES BETA! - 0.9.9 RELEASED
The Rosegarden team are delighted to announce the 0.9.9 release of
Rosegarden 4, an audio and MIDI sequencer and musical notation editor
for Linux.
http://www.rosegardenmusic.com/
This release is feature complete for 1.0 and marks the start of
official beta testing.
Rosegarden is one of the most comprehensive Linux music software
projects, and is the only Linux application to offer full composition
and recording capabilities to musicians who prefer to use classical
notation. We encourage anyone who may be interested in using the 1.0
release to try out 0.9.9 and provide bug reports and other feedback
via the mailing lists and bug trackers.
http://www.rosegardenmusic.com/getting/http://www.rosegardenmusic.com/support/
New features of the 0.9.9 release include:
o Plugin synth support using the DSSI system (http://dssi.sf.net/).
Rosegarden now comes with integrated sample-synchronous synth
support, with LADSPA effects and mixer routing for synth tracks,
and configuration both through the built-in plugin GUI and plugins'
own native GUIs.
o Triggered segments for pattern sequencing & performable ornaments
o New menu layout, many new keyboard shortcuts for everyday usability
o Recording from multiple MIDI sources
o Cautionary accidentals and configurable key-signature cancellations
o Pedal marks, mordents, trill lines, repeat bars
o Fine positioning and visibility control of notation elements
o Visual metronome
o Several new example files
Other features of interest include:
o Piano-roll, score, event list and track overview editors
o MIDI and audio playback and recording with ALSA and JACK
o JACK transport support for synchronisation with other software
o Ability to build and run without JACK support for MIDI-only use
o Audio plugin support using LADSPA
o Score interpretation of performance MIDI data
o MIDI and Hydrogen file import
o MIDI, Csound, Lilypond and MusicXML file export
o Clear, consistent and polished user interface
o Shareable device (.rgd) files to ease MIDI portability
o User interface in Russian, Spanish, German, French, Welsh,
Italian, Swedish and Estonian, as well as UK and US English.
Rosegarden is Free Software under the GNU General Public License.
Chris
+-----------------------------------------------------------------+
| ______ ______ _ _ _ |
| /\ / _____) ___ \| | | | | /\ |
| / \ | / ___| | | | | | | | / \ |
| / /\ \| | (___) | | | | | | | / /\ \ |
| | |__| | \____/| | | | |___| | |_____| |__| | |
| |______|\_____/|_| |_|\______|_______)______| |
| |
+-----------------------------------------------------------------+
[Sorry for cross-posting. Feel free to forward around]
Florence, 29 July 2004
+++ AGNULA/DEMUDI 1.2.0-rc1 IS OUT
AGNULA/DeMuDi 1.2.0-rc1, the Debian-based GNU/Linux distribution for
audio/video, has been released.
+++
AGNULA/DeMuDi 1.2.0-rc1, the Debian-based GNU/Linux distribution for
audio/video, has been released.
This version is the first release candidate for the 1.2.0 , which
sports tighter integration with Debian, using the Sarge Debian
Installer and the CDD (Custom Debian Distributions) framework.
It's almost completed and quite usable.
Instructions on how to download and install it can be found here:
http://www.agnula.org/download/demudi/demudi_1_2_0_iso
and a list of frequently asked questions here:
http://www.agnula.org/download/demudi/1.2.0-beta-FAQ/
The available packages along with their versions can be checked here:
http://apt.agnula.org/demudi/indices/Available
Highlights:
o Installer
* new isolinux boot splash image
* setting non-zero default volume
* ejecting the cd after installation is completed
* removed unnecessary applications from the base system
* improved video card detection and configuration
* fixed X11 keymap configuration, now matches the console one
o New/updated applications
* alsa-tools 1.0.5
* solfege 2.0.4
* kernel-sources 2.4.25
* mozplugger 1.5.1
* ams 1.8.6
o Snapshot
* pushed the sarge snapshot forward (2004/07/14)
o Menus
* added entry for SuperCollider, QSynth
o Configuration
* easier network setup with etherconf
* fixed timidity configuration file
* added upgrade-demudi script for clean upgrades
Please report all bugs, requests, criticisms using our development
portal [0]. Instructions on how to report bugs and requests are
available here:
http://www.agnula.org/development/agnula_bugs_requests/
We hope you enjoy AGNULA/DeMuDi! For any information, do not hesitate
to contact us writing to:
<info(a)agnula.org>
And/or visiting our web site, http://www.agnula.org/.
+++
About AGNULA: Agnula (acronym for A GNU/Linux Audio distribution,
pronounced with a strong g) is the name of a project funded until
April 2004 by the European Commission (number of contract:
IST-2001-34879; key action IV.3.3, Free Software: towards the critical
mass). After the end of the funded period, AGNULA is continuing as a
volunteer based project, aiming to spread Libre Software in the
professional audio/video arena.
Best regards,
--
The AGNULA Team info(a)agnula.org
Our mailing lists: http://lists.agnula.org/
Our web site: http://www.agnula.org/
"There's no free expression without control on the tools you use"
[0] http://devel.agnula.org/
Hi everybody,
It is finally here! The long awaited: <drumroll>
====================================================
# # ###### #### #####
## ## # # ## #
# # # # # # #### # # # # #
# # # # # ## # #### # # # #
# # # # ## # ## # #
# # # # # ## # # # ## #
# # #### #### ###### #### ## #
====================================================
</drumroll><crash>
[Introduction]
A new stable release of MusE has finally seen the light of day. This release
has been in development for over half a year and the list of changes is huge.
This milestone release has internal as well as external redesigns resulting
in much improved stability. MusE 0.7 has also improved usability as well as
plenty new and improved features.
[Overview]
Muse is an integrated midi and audio sequencer with support for Alsa, Jack,
LADSPA, internal and external softsynths and much more. All in all it is a
complete music creation environment.
See the MusE homepage: http://lmuse.sourceforge.net for a more comprehensive
overview.
[New and improved]
This new version of MusE has a huge amount of changes, some highlights:
* New look
- MusE has a new look with both visual and usability improvements
* Lots of performance improvements
- Internal redesign leading to realtime performance greatly improved
* Softsynths
- MusE can now utilize win32 VST-Instruments natively
- Internal synth interface redesigned for better performance
* MusE is now always a Jack application
- Interface to jack extended greatly
- support for jack transport (both master and slave)
- freewheeling mode for mixdown etc...
* Audio functionality extended
- Mixer merged with midi-mixer
- Audio routing redesigned
- New types of generic 'tracks' Input/Output/Aux/Group/etc
* Automation
- A new automation subsystem (first version)
* Configuration and customization
- lots of new customization options
- shortcut editor
* Editor improvements
- drum editor improved with many shortcuts
- arranger keyboard navigation and shortcuts
[On the minus side]
* Score editor is no longer available
* Song format changed, no converter has been produced as of yet.
* MusE can no longer be started 'stand alone', jack is always used.
See http://lmuse.sourceforge.net/wiki/index.php/Features for a list of more
bells and whistles.
[Download]
The source download is available at:
http://sourceforge.net/projects/lmuse
[Known issues]
Have a look at the Errata at
http://lmuse.sourceforge.net/wiki/index.php/Errata0.7 for a list of known
issues with this release.
[Many more changes]
* do not save midi controller information in ~/.MusE file
* Added message boxes when alsa and jack fails to initialize
* added icons for drum-/listeditor in the arranger on rightclick
* disabled midi mtc sync as its not implemented; disabled
midi sync slave modes as they are currently not working
* enabled sending midi clock
* splitted removeTrack()/insertTrack() into three phases: pre realtime
actions - realtime actions - post realtime actions; this allows
to move memory allocations out of realtime task
* changed undo/redo of tracks: synti instances are now really deleted on
delete track
* jack connection changes with qjackctrl are now recognized by MusE
* applied patch from John Check to add a panic button to pianoroll
editor
* impl. "all notes off" for organ synti
* disabled buttons for not implemented functions
* added muse/wave/solo button in the trackinfo
* enabled some midi sync code
* dialogs for change of drummap when converting miditrack to drumtrack
or changing port.
* automatic trackchange in tracklist when selecting parts in arranger
* added modify velocity to drumeditor + bugfix for modify velocity
* fixed midi step recording
* fixed bug in arranger: pressing enter after renaming part started
editor
* fixed --enable-rtcap configuration option
* fix make MusE work on 64 bit architectures
* added aux send for syntis
* added info box which explains why when MusE gets kicked by Jack
* added instrument definition for roland MC-505
* store a backup upon saving a new version of a song
* transpose + grid patch added
* added new config option: disable splash screen
* fixed a crash when moving an event to tick positions < 0
* fixed: selecting a note in pianoroll editor and changing a value
with note-info toolbar crashed MusE
* added pianoroll velocity variation when clicking on virtual keyboard
* hopefully a fix for drum in & outmap-issues in midi.cpp
* FluidSynth: added support for drum patches
* MusE now will not start if RTC is not available.
* changed default start behaviour to open default.med template
* Lots of new icons
* Autodetect of browser for help system
* pitch bend handling and import fixed
* show one more measure in pianoroll and drum editor
* list editor: implemented input mode for program change messages
* fixed routing for stereo LADSPA plugins used in mono strips
* midi import fixes
* auxSend chorusSend and reverbSend enabled in midi mixer strip if
corresponding controllers are added
* implemented "Add New Controller" in list editor / edit controller
* midi controller values now saved in *.med file
* drag & drop import of wave and midi files
* updated roland-XP30.idf instrument definition
* Custom guis for plugins work again
* Splash screen
* LADCCA/LASH support updated
* Cleaned up shortcuts
* Single key shortcuts for edit tools
* Update marker list on tempo change
* Allow adding markers from the ruler with shift-click
* Metronom now sends proper note off events
* Clip list editor deaktivated
* After loading of template, treat current project as "untitled"
* Song format changed due to bugfixes
* Shortcuts to bug reporting tool and homepage from help menu
* Updated AboutBox
* Fixed QT version check in m4/qt.m4
check the Changelog
http://cvs.sourceforge.net/viewcvs.py/lmuse/muse/ChangeLog?rev=1.214&view=a…
for a complete list of changes (no this wasn't all).
Have lots of fun and tell us what you think!
Regards,
/MusE Development team/