Hi,
io GNU/Linux 2015.01 has been released (32 and 64-bits).
io GNU/Linux is a Live DVD/USB based on Debian Sid and focused on multimedia.
This new version includes an installer (without support for EFI/GPT based
systems for now)
Kernel 3.16.7-ck7, Jack2 as default sound server, e18 as desktop environment
and a big collection of installed software... Full persistence for USB install
(with encryption) and more cool stuff...
For more infos: manual, packages list, screenshots, video etc... Check:
-> http://io.gnu.linux.free.fr/ (work in progress)
-> https://sourceforge.net/projects/io-gnu-linux/
Feedbacks welcome, enjoy :)
MK
DrumGizmo version 0.9.8.1-hotfix released!
After releasing 0.9.8 we discovered a rather serious bug in the
resampling code that would cause sample skewing over the channels when
resampling was enabled. This release fixes that.
Download it from http://www.drumgizmo.org
Visit us at the official irc channel at the Freenode network. Channel
name #DrumGizmo. We would love to hear from you!
// The DrumGizmo team
LSA 0.1.1 has been released. Nothing revolutionary, looks like this:
[mark@arch 1978-Shiny-Beast-(Bat-Chain-Puller)]$ lsa -tbp
rate B f # mm:ss kbps peak file
44100 16 s 2 03:51 932 0.896606 01. The Floppy Boot Stomp.flac
44100 16 s 2 04:49 959 0.818634 02. Tropical Hot Dog Night.flac
44100 16 s 2 03:38 952 0.910522 03. Ice Rose.flac
44100 16 s 2 03:43 827 0.868317 04. Harry Irene.flac
44100 16 s 2 03:14 919 0.901825 05. You Know You're A Man.flac
44100 16 s 2 05:27 883 0.953827 06. Bat Chain Puller.flac
44100 16 s 2 05:04 877 1.000000 07. When I See Mommy I Feel Like A Mummy.flac
44100 16 s 2 04:07 915 1.000000 08. Owed T'Alex.flac
44100 16 s 2 03:24 884 0.936371 09. Candle Mambo.flac
44100 16 s 2 05:03 785 0.833496 10. Love Lies.flac
44100 16 s 2 04:25 886 0.963104 11. Suction Prints.flac
44100 16 s 2 00:40 654 0.381744 12. Apes-Ma.flac
47:25 887 1.000000 12 files
Improvements in this version:
* added option to display bit-rate (kbps);
* improved precision of things (rounding instead of truncation and other
stuff).
Options to display perceived loudness and loudness range will be
available in future releases.
Here is GitHub repo: https://github.com/mrkkrp/lsa
Best,
-- Mark Karpov
I'm happy to announce MIDA 0.4.0.
Improvements:
* fixed bug in batch mode;
* added tab completion based on contents of current input line,
including completion of file names for some commands;
* detection and rejection of recursive definitions;
* improved interface;
* wholly refactored (and sometimes rewritten) code (it's finally
sufficiently elegant);
* more intuitive logic of evaluation in some corner cases;
* optional displaying of simplified principles (for debug and
educational purposes);
* ability to set tempo and program for preview;
* improved documentation.
GitHub repository: https://github.com/mrkkrp/mida
Where to download: https://github.com/mrkkrp/mida/releases/tag/0.4.0
Documentation: https://mrkkrp.github.io/mida/
Regards,
-- Mark Karpov
A relatively small change. The GUI controls are now fully implemented and
tested so that you can quickly hop between root paths, banks and instrument
lists, with banks far more clearly laid out. The old controls are still in
place.
Now this really does wrap up this part of Yoshimi's development.
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Hello All,
The 2.5.0 Release of ZynAddSubFX is now available.
This release is mainly focused on fixing some of the core architectural flaws
that have historically existed.
As a result this release should behave much better under jack and interfacing
with the realtime side of things is *much* easier now.
To give a qualitative feel of how much has changed, git diff --stat indicates
that around 27k lines of code have been added in this release with just 2k
lines of code between with the two previous releases.
Additionally the callgraph of the realtime safe hazards can be seen in two
large images:
http://fundamental-code.com/2.4.4-realtime-issues.pnghttp://fundamental-code.com/2.5.0-realtime-issues.png
green nodes are functions which are annotated realtime
red nodes are realtime functions which call a possibly unsafe function
black nodes are possibly unsafe functions
Both images were generated via https://github.com/fundamental/stoat
As can be seen, the number of faults in 2.5.0 boils down to one remaining set
of memory allocation issues and a few mostly harmless printfs, whereas 2.4.4
had numerous deeply ingrained issues.
While that aspect might not be of much interest to general users, exposure of
virtually all parameters over OSC and experimental MIDI learn may be.
To try out the MIDI learn, simply use middle click on a knob/slider
and then feed in a midi CC and the system will attempt to create a binding
out of the two.
ChangeList:
- Add Rtosc
- Add tlsf RT Memory Allocator
- Add --dump-oscdoc Flag
- Add OSC API
- Add Jack-OSC Support
- Add MIDI Learn
- Add Undo/Redo
- Add Multi-Out JACK Engine
- Add Multi-Out OSS Engine
- Add Top Level Window Icon
- Add OSS env Vars MIDI_DEVICE/DSP_DEVICE
- Add OSC port/PID file
- Remove Master::mutex
- Remove Almost All RT Unsafe Actions
- Disable (temporarily) DSSI
- Disable (temporarily) Copy/Paste
- Massive Internal Refactoring
Project Page:
http://zynaddsubfx.sf.net/
Download:
https://sourceforge.net/projects/zynaddsubfx/files/zynaddsubfx/2.5.0/
Mailing List:
https://sourceforge.net/p/zynaddsubfx/mailman/
Forums:
http://www.kvraudio.com/forum/viewforum.php?f=47
IRC:
##zynaddsubfx on FreeNode
Enjoy and please report bugs,
--Mark McCurry
With some help I found many missing but needed features in osc2midi. These
have been resolved, tested, and now, I think they're ready for release.
OSC2MIDI is a highly configurable osc to jack midi (and back) bridge for
linux. It is useful for controlling jack midi apps with a mobile device, or
controlling OSC apps like Ardour or the Non-Daw applications with a midi
device. Configuration is done through a simple text file, with several
examples included.
notable changes:
-can now use constant arguments or even ranges of constants in the OSC or
the Midi message to map lots of messages quickly
-You can linearly scale values on the osc or midi message side making it
much easier if making maps for converting midi to osc
-You can map values from osc or midi messages to multiple values on the
other side
Please download and give it a try:
https://sourceforge.net/projects/osc2midi/files/
Please leave feedback on our sourceforge project page.
Enjoy!
_ssj71