Hi all,
Time for another update for general consumption, minor changes done but
quite a few of them!
Nearly arbitrary list of changes from the changelog:
- Allow reading old drummaps for new style drumtracks
- Added metronome icon in main window
- Fixed moving events with keyboard in Drum editor
- Added theme support, Light, Dark and Ardour so far
- Added missing line draw shortcut (F) to drum editor.
- Added new french translation from Yann Collette
- Added: Pan and Zoom tools to editors. P + Z shortcuts. Added a Settings
item for alternate behaviour.
- Fixed: Pianoroll and Drum Editor 'Snap' boxes not remembering 1st or 3rd
columns.
- Fixed: Arranger 'Snap' was not stored or remembered.
- Fixed: Accelerator buttons shift/ctrl/alt for moving/copying/cloning /
restricting movement.
- Fixed: Shift key restricting movement: Ignore snap setting now.
- Fixed: Resize shift key ignore snap setting now.
- Fixed: Draw new item shift key ignore snap setting now.
- Fixed: Shift key was not snapping to vertical.
- Fixed: ALL 'Speaker' related playing of notes. Works with new notes,
moving notes, piano press etc.
- Fixed: ALL 'Speaker' related notes now send true note-offs instead of
zero-velocity note-ons.
- Fixed: Drum 'Cursor' mode was playing double notes.
- Fixed: New Drums 'Cursor' mode and instrument up/down movement was
broken, jumping all over the place.
- Added prebuilt PDF of manual (work in progress)
- Improved: Shortcut listings: Added Wave/Score categories. Re-categorized
several keys. Updated README.shortcuts
- Improved: Right-click menus expanded. Now also shows 'Tools' menu when
clicked on parts.
- Added choice of new metronome with different sounds and adjustable volume.
- Fixed gain adjustment with 'Other' choice in wave editor, it was reversed
For more information and additional changes see the full changelog:
http://lmuse.svn.sourceforge.net/viewvc/lmuse/trunk/muse2/ChangeLog?revisio…
Find the download at:
https://sourceforge.net/projects/lmuse/files/
MusE on!
The MusE Team
CALL FOR MUSICIANS
==================
If you are a musician and interested in Free Software, the Beast project
needs your input. You can contribute with testing, feature feedback,
demos and tutorials. Please see our website: http://beast.testbit.eu/
BEAST RELEASE
=============
BEAST version 0.8.0 is available for download at:
http://beast.testbit.eu/beast-ftp/v0.8/
This release opens a new development branch which focuses on improving
interoperability and feature integration. A new dependency on Rapicorn
is introduced, which can be found here:
http://dist.testbit.eu/rapicorn/
This is a development version of BEAST/BSE, the Better Audio System
and the Better Sound Engine. BEAST is a powerful music composition
and modular synthesis application released as Free Software under the
GNU LGPL that runs under Unix. The "Better" portion of the name
refers to the complexity and many iterations involved in implementing
such a "BEAST" (pun intended). The About page covers more details:
http://beast.testbit.eu/about
Contact information about mailing lists, IRC, Bugzilla and more is at:
http://beast.testbit.eu/Beast_Contact
GUI skins, example sounds and instrumets for BEAST/BSE as well as
screenshots can be found at:
http://beast.testbit.eu/Beast_Sound_Galleryhttp://beast.testbit.eu/Beast_Screenshots
TRANSLATORS: Please help us to improve the BEAST translation, just
download the tarball, edit po/<LANGUAGE>.po and email it to us or
submit translations directly via transifex:
https://www.transifex.net/projects/p/gnome-org-beast/resource/messagespot/
Overview of Changes in BEAST/BSE 0.8.0: (2013-03-25)
* Added use of the Rapicorn library, require version 13.0.0.
* Adapted IDL types to other projects.
* Adapted code to make use of C++11 and STL threads.
* Various performance improvements through EventFD, Spinlocks, lambdas, etc.
* Major documentation improvements, see: http://dev.testbit.eu/beast/latest/
* Fixed printf format-security issues (#665097). [Alessio Treglia]
* Lots of code cleanups, licensing cleanups.
--
Yours sincerely,
Tim Janik
---
http://timj.testbit.eu/ - Free software Author
Spring is nigh.
Qtractor 0.5.8 (india romeo) is out, singing a serenade...
Nothing but the change-log (see below:))
Enjoy && lots of fun.
Website:
http://qtractor.sourceforge.net
Project page:
http://sourceforge.net/projects/qtractor
Downloads:
- source tarball:
http://downloads.sourceforge.net/qtractor/qtractor-0.5.8.tar.gz
- source package (openSUSE 12.3):
http://downloads.sourceforge.net/qtractor/qtractor-0.5.8-5.rncbc.suse123.sr…
- binary packages (openSUSE 12.3):
http://downloads.sourceforge.net/qtractor/qtractor-0.5.8-5.rncbc.suse123.i5…http://downloads.sourceforge.net/qtractor/qtractor-0.5.8-5.rncbc.suse123.x8…
- quick start guide & user manual:
http://downloads.sourceforge.net/qtractor/qtractor-0.5.x-user-manual.pdf
Weblog (upstream support):
http://www.rncbc.org
License:
Qtractor is free, open-source software, distributed under the terms
of the GNU General Public License (GPL) version 2 or later.
Change-log:
- Dropped old audio ramping spin-locks as its glitching reduction
weren't that effective anymore.
- Audio bus and track gain may now be set for amplification again, from
+0dB up to +6dB, while using the Mixer strip sliders/faders (an old
function found missing ever since pre-TYOQA).
- Basic LV2 X11 UI support has been added through libSUIL but only
really effective if plugins doesn't support the LV2 External UI
extension in addition which takes precedence on any case.
- Improved precision tolerance on the Tempo Map / Markers dialog.
- Reinstated and fixed (old) warning and impending re-conversion on
loading session files which the original sample-rate differs from
current audio device engine (aka. JACK).
- LV2 Plugin State/Preset name discrimination fix (after a ticket by
Jiri Prochaszka aka. Anchakor, thanks:)
- Linked/ref-counted audio clips must not overlap and now must have a
buffer-size worth of a gap between each other.
- Something fishy has been detected in the SSE (not so) optimized code
from SoundTouch's-inspired WSOLA time-stretching.
- Splitting clips apart is now easier than ever: a brand new entry
enters the main menu scene: Edit/Split (Ctrl+Y) splits up clips
according to current range/rectangular selection.
- Audio clip offsets are now properly corrected when time-stretching is
applied via Shift/Ctrl+dragging any of the clip edges.
- One semi-colon typo was hiding proper descrimination of peak files
used to draw distinct waveforms of time-stretched audio clips.
- Track automation curves are now also affected by Edit/Insert/Range
commands.
- Finally, some visual feedback is shown while audio track export is
running, in he form of a main status progress bar.
- New user option: save backup versions of existing session files.
- Default session directory now set to regular file's path on load.
- A convenient minimum slack duration has been fixed for MIDI SysEx
messages.
- LV2 Time/position information is now asynchronously fed back into
their parameter (control input) ports when designated.
- LV2 State is now properly restored for plugins inserted on buses,
probably solving the Calf Fluidsynth SoundFont information missing on
buses ticket, reported by Albert Graef, thanks.
- Fixed an immediate null pointer crash on creating a parentless new
group while on the files organizer widget.
- Preparations for future Qt5 migration.
Cheers!
--
rncbc aka Rui Nuno Capela
rncbc(a)rncbc.org
Laborejo, Esperanto for "Workshop", is used to craft music through notation. It is a Lilypond GUI front-end, a MIDI creator and finally a tool collection to inspire and help you compose.
Laborejo 0.6 is released.
It now has an internal soundfont (and sfz) engine, comes with a lightweight General Midi sample set and supports jack midi outputs.
New Midi-In implementation.
Parameters and values for both engines are separated. You can use the same file for big orchestrated playback with gigabytes over gigabytes of sampled instruments and external synthesizers and maintain a parallel General Midi version which can be played back even if the samples are not there or running (laptop, work in a train, "just compose for 10 minutes", send it to friends for a preview etc.)
This marks the end of the Alpha phase and beginning of the Beta phase. That means the current features are enough to make and handle a reasonable range of music and notation and also that the save format is now stable. If you manage to save a file you will be able to load it in later versions.
Versions from now up to 1.0 will be only bug fixes and improvements:
Stability, Performance, Documentation, Convenience as well as Look&Feel.
(There are a few new features I would like to see in 1.0, but these are convenience features that do not disturb the save format or internal data format. Read-Only)
Documentation and Translation can now be based on a somewhat stable program. Yes, there will be documentation.
Cross Platform versions, stand-alone/portable packages and collaboration with distribution package maintainers is now on the Roadmap.
Further information and instructions
Connect to Laborejos Facebook, Twitter or Google Plus!
https://www.facebook.com/Laborejohttps://twitter.com/#!/Laborejohttps://plus.google.com/b/116744898976321238325/
Screenshot: http://www.laborejo.org/images/screenshots/latestscreenshot.png
Download: https://github.com/nilsgey/Laborejo/tarball/0.6
Dependencies and Compilation instrunctions: http://www.laborejo.org/Download
Start the GUI Editor with:
./laborejo-qt
For commandline parameters:
./laborejo-qt --help
and the Collection Editor with:
./laborejo-collection-editor
Then use the number- and cursor keys for immediate success!
Check Help->Manual for navigational and note/rest entry keys. Everything else is in the menus.
Greetings,
Nils
http://www.laborejo.org
The Ardour team is happy to announce the release of Ardour 3.0 for Linux
systems (OS X releases will follow in a few weeks)
This is the first release of Ardour that features support for MIDI
recording, playback and editing. It also features a huge number of
changes to audio workflow, which for many users may be more
significant than the MIDI support. For an overview of the changes,
please read the What's New page at http://ardour.org/whatsnew.html
Please Plan On Updating
-------------------------------
You should visit expect subsequent releases of 3.0 to follow at a
rapid rate. We plan to release a new version every 2-4 weeks. Since
3.0 has many areas that need to be improved in addition to actual
bugs, please plan on upgrading and keeping track of the program as it
develops. There is every chance that the problem you encounter today
will be solved in a short time.
No Need To Remove Other Versions
---------------------------------------------
This release can be installed on your system at the same time as any
previous or future version of Ardour. They will not interfere with
each other in anyway, except for possibly sharing your Ardour
preferences.
Working with 2.X Sessions
--------------------------------
Although Ardour 3.0 will open most sessions created with Ardour 2.X,
we recommend NOT working on such sessions with Ardour 3.0. Ardour 2.X
will continue to be available and may even see occasional maintainance
updates from time to time. If you have old sessions, continue to work
on them with Ardour 2.
If you insist on opening existing Ardour 2.X sessions with 3.0, be aware
that...
- a backup copy of the 2.X version of the session file will be created
- panning information will be lost
- crossfades may not precisely match their 2.X counterparts
- once you save a session in Ardour 3.0, Ardour 2.X will not be able
to open the main session file again. It will, however, be able to
use the backup that 3.0 created
Download
------------
As usual, you can get Ardour 3.0 from our Download page at
http://ardour.org/download
GeoSonix, a graphical composition environment for Linux, Mac and
Windows has been released.
For details see http://www.geosonix.com/top
New features include image sonification, enhanced rhythm and harmony
processors, and much more.
Free and open source.
Laborejo, Esperanto for "Workshop", is used to craft music through notation.
It is a Lilypond GUI frontend, a MIDI creator and finally a tool collection to inspire and help you compose.
It works by reducing music-redundancy and by seperating layout and data.
Before you read the details make sure to connect to Laborejos Facebook, Twitter or Google Plus!
https://www.facebook.com/Laborejohttps://twitter.com/#!/Laborejohttps://plus.google.com/b/116744898976321238325/
Screenshot: http://www.laborejo.org/latestscreenshot.png
and: http://laborejo.org/Screenshots
This marks the release of version 0.5
Download: https://github.com/nilsgey/Laborejo/tarball/0.5
Dependencies: http://www.laborejo.org/Download
Linux Instructions: Unpack, cd into the created directoy, start the GUI Editor with:
./laborejo-qt
and the Collection Editor with:
./laborejo-collection-editor
Then use the number- and cursor keys for immediate success!
Check Help->Manual for navigational and note/rest entry keys. Everything else is in the menus.
Important New Features:
* Laborejo Collections: A new file format (.lbj), editable by the new GUI tool "Laborejo Collection Editor" or with a text-editor, because it is very easy.
* Combine several score files (.lbjs) into a bigger one during export: Multi-movement symphonies, songbooks, collections of your band songs in one pdf etc.
* Doesn't touch your actual music data but reformats for the new format and can add extra information like piece-numbering, transposition of the whole music and more.
* Load a lbj file in the standard Score editor to open all used .lbjs files.
* Can also combine several .lbjs scores into one, seamlessly. If you like to write long, progressive rock pieces with no breaks (in the music or pdf) you can still edit and keep them in separate pieces. Just keep the names of the tracks the same in each lbjs file.
* Can use different templates (Lilypond, Ardour3 etc. layout and style files) and override the original score file template.
* Part Extraction / Voice Extraction (aka. Custom Export):
* Create multiple PDFs or MIDI files from one .lbjs. Does not touch your music, all automated. Simply choose a parameter as extract basis (Track, Group, Instrument, a special Extract parameter for complete individual control [recommended]) and hit "Export".
* Can be combined with Collections! Combine your songs into a song collection and then export parts, one songbook/PDF for the guitarist, one songbook for the bassist. The singer and the drummer can't read notes, though.
* Collapse/Shrink Tracks to save space.
* Reverse Selections by 1.simply reverse order 2.reverse only pitch 3. reverse only rhythm
* Non-Transparent Containers. Can contain any objects, represented by a colored "block" in the GUI. Editable in its own windows. Screenshot: http://www.laborejo.org/dl3&display
* Edit any container (including transparent containers, whole tracks and substitutions) in its own tab.
* Mini Lilypond Parser so you can insert notes by a script, using Lilypond syntax (just the music, no ornaments, no scheme functions)
* And of course the usual GUI improvements, bug fixes and stability improvements.
Greetings,
Nils Gey
http://www.laborejo.org
Apologies for x-posting.
Pd-L2Ork v. 20130223 is now available with following fixes/updates/new
features:
*further refinements to the zoom algorithm involving gop subpatchers
*made scrolling algorithm more robust
*cleaned up sequencer help file
*improved/sped-up gop redrawing when using non-accelerated objects
*improved compatibility with 0.43 and 0.44 branch API
*removed flatgui due to its buggy nature
*improved modularity of the dev installer
*bug fix http://sourceforge.net/tracker/?func=detail&aid=3605384
*bug fix http://sourceforge.net/tracker/?func=detail&aid=3605379
*updated TODO list
*updated pdp_opencv to make it compile with latest version of libs
*bug fix/improvement of the select object
*improved fftw3 support
*bugfix (http://sourceforge.net/tracker/?func=detail&aid=3605257
*added fftw flag
*tree clean-up
*first step towards supporting wiimote plus (does not work yet)
*minor version bump to distinguish it from pd-extended
*added Jonathan Wilkes' canvasinfo and pdinfo externals
*added additional dependency to the control file for the proper pdp build
*improved deb control file and minimized conflicts with other pd
distributions
*2nd part of pdp/pidip update (new files)
*updated sigpack and fixed freqshift~ bug
*1st step in syncing latest pdp and pidip with fixes/changes to make it
compile on Ubuntu 12.04
*added support for tcl/tk8.6
*improved building of gem2pdp on Arch Linux
For more info see:
http://l2ork.music.vt.edu/main/?page_id=56http://puredata.info/downloads/Pd-L2Ork
Please note that due to L2Ork's migration to 64-bit platform we may not
provide 32-bit builds as often until we set up Launchpad or some other
auto-building system. Until then, current release is available only as
64-bit. The source is buildable into deb as well as binary script-based
installer using a single command provided all dependencies are satisfied.
See http://l2ork.music.vt.edu/main/?page_id=56 for more info.
Best wishes,
Ivica Ico Bukvic, D.M.A.
Composition, Music Technology
Director, DISIS Interactive Sound & Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Dept. of Music - 0240
Blacksburg, VA 24061
(540) 231-6139
(540) 231-5034 (fax)
ico(a)vt.edu
http://www.music.vt.edu/faculty/bukvic/