AV Linux 2018.4.12 has been Released!!
*BUGFIXES
-Updated 4.9.76 RT Kernel with KPTI 'Meltdown' security patch (64bit
AVL Only) - Thanks Trulan Martin!
*KPTI can be disabled at boot, see Manual page 76, Be aware no 32bit
KPTI patch exists!
-Numerous important fixes to compatibility with KXStudio Repos -
Thanks falkTX!
-Updated and fixed outdated Cin 5.1 and Spotify Repositories.
-WineASIO now works properly.
-Removed Grub-Customizer because it doesn't work on UEFI installs.
*NEW ADDITIONS
-ISO files now have accompanying MD5 and SHA256 files, verify your
downloads! (Manual page 5)
-Optional 'lowlatency' Kernels (Required for Proprietary Video
Drivers) - Thanks Trulan Martin!
-Optional 'SGFXI' Proprietary Video Driver Install (Requires
'lowlatency' Kernel).
-UEFI install (64bit AVL only) *So far only tested in VBox! - Thanks
korakios and arjepsen!
-Wine-Staging replaces Debian's Wine packaging and WineHQ Repos have
been added.
-Added firmware for Echo Audio devices
-Dynamic CPU Frequency adjustment (in 'Settings' menu) - Thanks
korakios!
-Realtime Quick Config scan to check system tuning - Thanks raboof!
-Standalone AV Linux DD LiveUSB Writer to create ISOHybrid LiveUSB
keys - Thanks Tony Brijeski!
-Simple Killswitch Utility to shut down unwanted processes.
-Kdenlive is back on the menu!
-Yoshimi comes back! - Thanks Will Godfrey!
-Xhip Synth and Plugins http://xhip.net/ [1] - Thanks acidose!
-LinVST (64bit AVL only) - Thanks osxmidi!
-SFZero SFZ Instrument Plugin - Thanks osxmidi!
-Noise Repellent Noise Reduction Plugin - Thanks lucianodato!
-Added new Shuriken Beat Slicer Repositories - Thanks rockhopper!
-Added Dragonfly Reverb plugins - Thanks Michael Willis, rghvdberg!
-Cool Retro Terminal... it's just for fun!
*NOTEWORTHY UPDATES
-AVL User Manual is now 130 pages with numerous additions, expanded
content and clarifications.
-Official bundled builds of Ardour 5.12, ArdourVST 5.12 (32bit AVL
only) - Thanks Paul Davis, Robin Gareus et al!
-Harrison Mixbus 4.3 and Plugin Demos- Thanks Ben Loftis, Robin
Gareus!
-All Applications and Plugins from the KXStudio Repos are synced and
updated - Thanks falkTX and all FOSS developers!
-AVL Drumkits LV2 0.2.3 - Thanks Robin Gareus!
-Cinelerra 'Cin 5.1' Video Editor (SO many improvements!!) - Thanks
Goodguy, Phyllis!
-LSP Plugins 1.1.1 - Thanks sadko4u!
-Shuriken Beat Slicer 0.5.1 - Thanks rockhopper!
-Polyphone 1.8.
-Quick Updater Utility cleaned up.
*THANKS!
anahata, ByteMark, and Jeremy Jongepier at linuxaudio.org for Download
facilities!
rockhopper, NUMAflex, drwhat - ISO Testing
jjfro, drwhat, ufug, magicalex and all other Manual Proofreaders!
*KNOWN ISSUES
-KPTI will introduce a performance hit, it's debatable how much it
will impact Audio work but it does have an impact.
*KPTI can be disabled which will restore performance but leave your
machine vulnerable to the 'Meltdown' exploit.
-Booting is slower on UEFI computers and getting to login takes
longer.
-A recent update of Unetbootin no longer works to create bootable
LiveUSB Keys of AV Linux 2018.
-AV Linux contains a new AV Linux DD LiveUSB Writer to write LiveUSB
Keys with DD
-For those on other Deb-based Distros this is packaged here:
http://www.bandshed.net/packages/avl2us ... -1_all.deb [2]
-Otherwise writing to USB Key with DD from commandline will also work.
*NOT SO FAST!!
If you're new to AV Linux or Linux Audio in general you NEED to RTFM!
http://bandshed.net/pdf/AVL2018UserManual.pdf [3]
*OK, GET AV Linux 2018 HERE!:
http://www.bandshed.net/avlinux/ [4]
*PLEASE DONATE IF YOU CAN...
The documentation for AV Linux alone is a time investment of many
hours not to mention curating an entire OS that is convenient to use
and ready for professional grade Audio and Video production at your
fingertips. My sincere and heartfelt thanks to those who have already
donated and supported the project. It is my own choice to share my
time and efforts on making AV Linux available but I think in the
bigger picture communities work best when when there is engagement by
both sides. I would also ask that that people consider donating to
falkTX's KXStudio project which has greatly enriched not only AV Linux
but also all Debian/Ubuntu derivatives..
Please consider hitting the yellow Paypal button on the AV Linux
website, ANY amount is welcomed and appreciated thanks!
Glen MacArthur - AV Linux Maintainer
Links:
------
[1] http://xhip.net/
[2]
http://www.bandshed.net/packages/avl2usb/avl2usb_0.1.1-avlinux8-1_all.deb
[3] http://bandshed.net/pdf/AVL2018UserManual.pdf
[4] http://www.bandshed.net/avlinux/
spectmorph-0.4.0 has been released.
Overview of Changes in spectmorph-0.4.0:
----------------------------------------
* Windows is now supported: provide 64-bit Windows VST plugin
* Plugin UI redesign
- use pugl library for portability (uses GL + cairo) instead of Qt5
- use categories for instruments
- directly support instrument names in linear morphing
- get rid of Qt5 dependency for libspectmorph, smjack, VST and LV2 plugins
- UI now has "Zoom" feature to support higher DPI displays
* Use non-linear configurable new velocity -> volume mapping for midi
* New instrument: French Horn
* Improved tools for building custom instruments
- tools are now installed by default
- sminstbuilder files support new syntax for relative paths
- encoder cache moved to ~/.cache/smenccache, which is created if necessary
- use number of processors as default for jobs
* LPC/LSF support removed
* Some portability fixes for macOS (which however isn't supported yet)
What is SpectMorph?
-------------------
SpectMorph is a free software project which allows to analyze samples of
musical instruments, and to combine them (morphing). It can be used to
construct hybrid sounds, for instance a sound between a trumpet and a flute; or
smooth transitions, for instance a sound that starts as a trumpet and then
gradually changes to a flute.
SpectMorph ships with many ready-to-use instruments which can be combined using
morphing.
SpectMorph is implemented in C++ and licensed under the GNU LGPL version 3
Integrating SpectMorph into your Work
-------------------------------------
SpectMorph is currently available for Linux and Windows users. Here is a quick
overview of how you can make music using SpectMorph.
- VST Plugin, especially for proprietary solutions that don't support LV2.
(Available on Linux and 64-bit Windows)
- LV2 Plugin, for any sequencer that supports it.
- JACK Client.
- BEAST Module, integrating into BEASTs modular environment.
Note that at this point, we may still change the way sound synthesis works, so
newer versions of SpectMorph may sound (slightly) different than the current
version.
Links:
------
Website: http://www.spectmorph.org
Download: http://www.spectmorph.org/downloads/spectmorph-0.4.0.tar.bz2
There are many audio demos on the website, which demonstrate morphing between
instruments.
--
Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan
Radium is a vertical music editor. Radium is inspired by trackers, but uses
more graphics to show musical data. Radium is also a multitracker and
supports MIDI sequencing and hard disk recording.
Radium has features like smooth scrolling, zooming, automation, piano roll,
embedded Pure Data (Pd), and embedded Faust.
* Homepage: http://users.notam02.no/~kjetism/radium/
* Screenshot:
http://users.notam02.no/~kjetism/radium/pictures/radium_5_5_8.png
* Videos: http://www.youtube.com/user/KjetilMatheussen/videos
* Demonstration video by Tobias Lutzenkirchen showing some of the features:
https://www.youtube.com/watch?v=FhwmT0G5EwM (Radium 3.9.1)
*Demonstration video showing developing Faust programs inside Radium:
https://www.youtube.com/watch?v=LJm9Lox1WFA (Radium 3.9.4)
Changes between 5.3.0 and 5.5.8:
* Sequencer: Support for audio files in the sequencer. The files are played
from HD, not from memory.
* Sequencer: Automatic cross fades for audio files.
* Sequencer: Realtime stretching and resampling of audio files.
* Sequencer: Convenient option to split audiofiles under mouse pointer.
* Sequencer: Sequencer block fade in/out.
* Sequencer: Sequencer block volume envelope.
* Sequencer: Several interface and GUI improvements.
* Editor: Support high DPI displays (retina, etc.).
* Modulators: Added Random type.
* Mixer Strips: Easier to read text.
* Audio: Convenient support for 8 channel mixes.
* Edit: Add "Randomly delete notes" function to the Randomize / Skew /
Shuffle tab.
* Two new demo songs.
* Many other bug fixes and improvements.
* 185 other changes. (305 git commits)
Virtual MIDI Piano Keyboard is a MIDI events generator and receiver. It
doesn't produce any sound by itself, but can be used to drive a MIDI
synthesizer (either hardware or software, internal or external). You can
use the computer's keyboard to play MIDI notes, and also the mouse.
You can use the Virtual MIDI Piano Keyboard to display the played MIDI
notes from another instrument or MIDI file player.
Changes for v0.7.0:
* New features
Direct output (plugin) synth for Linux: EASSynth
Direct output (plugin) synth for macOS: Apple DLS Synth
#50 Shortcut key in extra controls editor for 'Button Ctl'
* Fixes for several drivers (provided by Drumstick 1.1.1 libraries)
* Fixed vmpk tickets:
#37 - duplicated midi events on touch screens
#32, #35, #40, #47 - crashes at startup on macOS,
so FluidSynth direct output driver for all platforms has been removed
Compilation minimum requirements for all platforms: CMake 3.0, Qt 5.x and
Drumstick 1.1 or later.
Please use the mailing list <vmpk-devel(a)lists.sourceforge.net> for
questions and comments. Thanks.
Copyright (C) 2008-2018, Pedro López-Cabanillas and others
License: GPL v3
More info
http://vmpk.sourceforge.net
Downloads
http://sourceforge.net/projects/vmpk/files/0.7.0
On behalf of the entire Rivendell development team, I'm pleased to announce the availability of Rivendell v2.19.1. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available under the GNU General Public License version 2.
From the NEWS file:
*** snip snip ***
Changes:
HPI Support. Implemented support for DMA bus-mastering for AudioScience
HPI devices.
RDHpiInfo. Removed rdhpiinfo(8). Replaced by the stand-alone 'hpiinfo'
package.
RDCatch Play Events. Removed the event time check for Playout events in
rdcatch(1), as there is no sane way to determine a consistently 'free'
playout time in the face of shifting cut lengths.
RDLogManager. Fixed a bug in rdlogmanager(1) that caused DB corruption
when a clock was deleted while still being assigned to a grid.
Database Update:
This version of Rivendell uses database schema version 275, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.
As always, be sure to run RDAdmin immediately after upgrading to allow
any necessary changes to the database schema to be applied.
*** snip snip ***
Further information, screenshots and download links are available at:
http://www.rivendellaudio.org <http://www.rivendellaudio.org/>
Cheers!
|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|----------------------------------------------------------------------|
| Don't tell me I'm burning the candle at both ends -- tell me where |
| to get more wax!! |
|----------------------------------------------------------------------|
I'm pleased to announce the 1.1.0 release of hexter, a DSSI softsynth
plugin that models the sound generation of a Yamaha DX7 synthesizer.
This release provides support for DSSI hosts which don't support
run_multiple_synths(), for example, Carla and Renoise. Each instance of
the plugin is run separately, and support for the global polyphony
limit has been removed.
Several bugs and numerous compiler warnings have been fixed.
Find hexter here:
http://smbolton.com/hexter.html
The distribution tarball is here:
https://github.com/smbolton/hexter/releases/tag/version_1.1.0
More information on the DSSI plugin standard, available hosts and
plugins can be found here:
http://dssi.sourceforge.net/
hexter is written and copyright (c) 2018 by Sean Bolton, and licensed
under the GNU General Public License, version 2 or later.
Thanks to Andreas Müller for contributing a bug fix.
Have fun!
-Sean
NIME 2018 Call for submissions
Please pardon the cross-posting,
*A friendly reminder that the submission deadline of March 1st, 2018,
for the NIME 2018 conference workshops and non-paper demos is now less
than 24 hours away. Additional information is available on the website
(**NIME2018.ORG <http://nime2018.org>).
* *We sincerely look forward to your submissions. In the meantime,
should you have any questions, please do not hesitate to contact us.*
*About NIME*
NIME (New Interfaces for Musical Expression) is the premier conference
in human-machine interfaces and interactions for musical performance.
NIME is a gathering of researchers, designers, musicians, who come
together to share knowledge, perform music, and build community through
research presentations, concerts, installations, and workshops.
On behalf of the 2018 NIME Committee I am pleased to announce that the
NIME 2018 "Mirrored Resonances" Conference call for submissions is now
officially open! Co-organized between Virginia Tech and the University
of Virginia, the conference will take place June 3-6, 2018 in
Blacksburg, Virginia. We welcome submissions of papers, posters, panels,
musical performances, installations, demos, and workshops, particularly
those that may respond to the overarching conference theme of “Mirrored
Resonances” and its thematic areas in any of the many ways they might be
interpreted. Likewise, we encourage potential participants to consider
exploring the unique Virginia Tech facilities, including the Institute
for Creativity, Arts, and Technology’s Cube with a massive high density
loudspeaker array. The deadline for the *double-blind peer reviewed
submissions*, including papers, panels, demo papers, music, and
installations is January 20th, 2018. Submissions created by January 20th
will continue to be editable until January 27th when the submission
process will close. Demos without paper and workshops will be *curated
*and have an extended submission deadline until March 1st, 2018. In
addition to the NIME and academic communities, we also invite industry,
as well as non-academic creatives to consider participating in the
aforesaid categories. For a complete list of important dates visit the
Participate <http://nime2018.icat.vt.edu/Participation/#dates> page.
We are excited to announce that the conference will feature four keynote
artists:
*Onyx Ashanti**
**Benjamin Knapp**
**Ikue Mori**
**Pamela Z*
If interested in sponsorship opportunities please do not hesitate to
contact us
<mailto:conference-chairs@nime2018.org?Subject=NIME%202018%20Sponsorship>
On behalf of the entire NIME 2018 Committee, we look forward to
welcoming you in Virginia next June!
Go to the website
<http://virginiatech.cmail19.com/t/j-l-otlirdl-ydiykltyik-r/>
NIME2018.ORG <http://nime2018.org>
Facebook <http://virginiatech.cmail19.com/t/j-l-otlirdl-ydiykltyik-y/>
Twitter <http://virginiatech.cmail19.com/t/j-l-otlirdl-ydiykltyik-j/>
Instagram <http://virginiatech.cmail19.com/t/j-l-otlirdl-ydiykltyik-t/>
Website <http://virginiatech.cmail19.com/t/j-l-otlirdl-ydiykltyik-i/>
Moss Arts Center
190 Alumni Mall
Blacksburg, VA 24060
Like <http://virginiatech.cmail19.com/t/j-fb-otlirdl-ydiykltyik-d/>
Tweet <http://virginiatech.cmail19.com/t/j-tw-otlirdl-ydiykltyik-h/>
Share <http://virginiatech.cmail19.com/t/j-li-otlirdl-ydiykltyik-p/>
Forward
<http://virginiatech.forwardtomyfriend.com/j-ydiykltyik-61B1A90A-otlirdl-l-x>