Hi
Mamba release v1.9 is out
Mamba is a Virtual MIDI keyboard with some extended, unique features.
This is a quick fix release as I've forgotten to implement jack MIDI
input forwarding to ALSA MIDI output.
Also it implement proper French translation thanks to Olivier Humbert.
Mamba is released under the BSD Zero Clause License license
The GUI is build on libxputty - A damn tiny abstraction Layer to create
X11 window/widgets with cairo surfaces
https://github.com/brummer10/libxputty
To build Mamba from source, the following dependencies must be meat.
* libfluidsynth-dev
* libc6-dev
* libsmf-dev
* libcairo2-dev
* libx11-dev
* liblo-dev
* libsigc++-2.0-dev
* libjack-(jackd2)-dev
* libasound2-dev
So, here is the project page:
https://github.com/brummer10/Mamba
and here you'll find the last release:
https://github.com/brummer10/Mamba/releases/tag/v1.9
regards
hermann
DrumGizmo 0.9.19 Released!
DrumGizmo is an open source, multichannel, multilayered, cross-platform
drum plugin and stand-alone application. It enables you to compose drums
in midi and mix them with a multichannel approach. It is comparable to
that of mixing a real drumkit that has been recorded with a multimic setup.
This release is a feature release with some rather interesting new
features in it.
Highlights:
* Default midimaps now read from drumkit file so no explicit loading
of midimap are needed for kits that provide these.
* Add OSX retina display UI scaling.
* Sample selection default values improved
* UI rendering speed improvements
* New powermap feature, to make it easier to get a good natural
feeling when playing a midi-drumkit.
* Improved dgvalidater tool to include a lot more validation checks.
* Add gettext support to plugin UI with French translation.
* Per instrument voice limit feature to enable playing very fast with
low latency without the engine dropping out.
* Resampling quality (and thereby cpu usage) can now be controlled.
And a lot of bugfixes.
As usual read the detailed description of all the new shiny features,
see the detailed changelog: [1].
And now, without further ado, go grab 0.9.19!!! [2]
[1]: https://drumgizmo.org/wiki/doku.php?id=changelog:drumgizmo-0.9.19
[2]: https://drumgizmo.org/wiki/doku.php?id=getting_drumgizmo
Hi
Mamba release v1.8 is out
Mamba is a Virtual MIDI keyboard with some extended, unique features.
Virtual MIDI Keyboard
Mamba comes with some predefined key-maps, qwertz, qwerty, azerty(fr)
and azerty(be), but you could define your own with the included Key-map
Editor as well. Beside the computer keyboard and mouse, Mamba supports
jack-interconnect-ALSA MIDI I/O. Every channel use it's own Color to
display the played Notes per channel.
Jack and ALSA connections could be managed within the connection menu.
16 Channel Live MIDI Looper:
To record a loop, press "Play" and then to start recording press
"Record". To stop recording press record again. Playback will start
immediately.
The first recorded channel will become the Master channel. This one set
the time frame for all later recorded loops. For the Master Channel the
recording time will be stretched/clipped to match the next full beat
time point.
To record a new loop, switch to a other channel, select your instrument
and press "Record" again to start recording.
The later recorded loops will be synced to the master loop. When the
recording time extend the absolute Master loop time record will be
switched off. Absolute time is not bound to the loop point, so you could
record loops crossing it. You could as well stop recording by press
"Record" again before the time expires.
Each Channel could be cleared and re-recorded separate at any time. even
when you press "Record" on a already recorded channel, it will be
cleared before recording starts.
You could record the connected input device or play the Keyboard itself.
MIDI File player
You could select a MIDI file with the File Selector, or just drag'n drop
it in from your Filemanager. It will be loaded in the play buffer of the
first channel, regardless how much channels it use. You could use then
channel 2 - 16 to record your own playing into it. To play along with it
you could use any channel. A loaded file will become the Master channel
for the looper.
To save your work just go to Menu -> "File" -> "Save MIDI file as",
select the path and enter a file name. If you don't give the usual file
extension Mamba will add the extension .midi befor save it.
Fluidsynth
When you load a Sound-font via the Menu -> "Fluidsynth" -> "Load
Sound-font", or just drag'n drop it in from your Filemanager Mamba will
start the Fluidsynth engine and do the needed connections so that you
could just play along. Menu -> "Fluidsynth" -> "Settings" will pop-up a
new Window were you could select the Instrument for the channel and do
settings for Fluisynth Reverb and Chorus. All your Settings will be
saved on exit, so on next start you could just play along.
Mamba is released under the BSD Zero Clause License license
The GUI is build on libxputty - A damn tiny abstraction Layer to create
X11 window/widgets with cairo surfaces
https://github.com/brummer10/libxputty
To build Mamba from source, the following dependencies must be meat.
* libfluidsynth-dev
* libc6-dev
* libsmf-dev
* libcairo2-dev
* libx11-dev
* liblo-dev
* libsigc++-2.0-dev
* libjack-(jackd2)-dev
* libasound2-dev
So, here is the project page:
https://github.com/brummer10/Mamba
and here you'll find the last release:
https://github.com/brummer10/Mamba/releases/tag/v1.8
regards
hermann
Zrythm v1.0.0-alpha.5.0.1 has been released!
Screenshot:
https://forum.zrythm.org/uploads/default/original/1X/45020ec616e93930ed4e02…
Zrythm is a digital audio workstation designed to be featureful and
easy to use. It allows limitless automation through curves, LFOs and
envelopes, supports multiple plugin formats including LV2, LADSPA,
DSSI, SFZ, SF2, VST2 and VST3 (via Carla), works with multiple backends
including JACK, RtAudio/RtMidi and SDL2, assists with chord
progressions via a special Chord Track and chord pads, and can be used
in multiple languages including English, French, Portuguese, Japanese
and German.
Zrythm is free software written in C using the GTK+3 toolkit and can be
extended using GNU Guile (Scheme).
Current state:
Zrythm is still in the alpha stage and we are working towards
stabilizing the project format and entering the beta phase.
Roadmap: https://redmine.zrythm.org/projects/zrythm/roadmap
Changes in 1.0.0-alpha.5.0.1:
### Added
- Write audio files during recording (every 2 sec)
- F1 shortcut to open manual
- F2 shortcut to rename regions
- Add vertical flip action for automation
- Add menu option to reset plugin parameter values
- Add option to show automation values in automation editor
- Show border around selected UI section
### Changed
- Split graph cycle at loop points
- Update Russian, Portuguese, Japanese, German, Norwegian, Greek,
French, Chinese, Italian, Spanish, Galician, Polish translations
- Remember tab selection in bot/left/right panels
- Update editor toolbar based on region type
- User manual: various updates
- Change deselect all shortcut from ctrl-backslash to ctrl-shift-a
- Show region name instead of track name in editor margin
- Update some icons (select, audition, sends, inserts, etc.)
### Fixed
- Fix chord pad not updating when a chord changes
- Fix select/deselect all actions not working
- Fix track not shown as selected in the tracklist when clicking on it
in the mixer
- Fix critical error when moving track with automation
- Fix other regions not drawn in editor ruler when automation region
selected
- Fix broken MIDI track inspector page on project load
- Fix chord pad remaining pressed during drag n drop
- Fix clip editor region's automation track index not being updated
when switching automation lanes
- Fix/refactor copy-paste of arranger selections
- Fix crash when muting MIDI region
- Fix not being able to re-select a track's send target after selecting
None
- Fix crash during recording when loop traverses back
- Fix crash when splitting chord region
- Fix SFZ/SF2 support
- Fix MIDI note getting skipped when traversing transport loop end
- Fix crash when deleting a region with erase mode
### Removed
- Remove bottom arranger from automation editor
You can view the whole changelog here:
https://git.zrythm.org/cgit/zrythm/tree/CHANGELOG.md
# Links
Home page: <https://www.zrythm.org>
Installer downloads: <https://www.zrythm.org/en/download.html>
Git repositories: <https://git.zrythm.org/cgit/>
Manual: <https://manual.zrythm.org/en/index.html>
Developer reference: <https://docs.zrythm.org/>
Bug reports: <https://redmine.zrythm.org/projects/zrythm/issues>
Releases: <https://www.zrythm.org/releases/>
Hello everybody,
On behalf of the LAC 2020 organization team we'd like to welcome you all to
LAC 2020 which due to the current confining situation in France will take
place via teleconferencing on Nov 25-27.
A Big Blue Button (BBB) instance, the teleconferencing software that we use,
has been set up for conducting the conference. We will follow up by
publishing the official link both by mail and on the conference website
<https://lac2020.sciencesconf.org/> when the conference starts.
Additionally, in case you cannot attend, note that all talks will be
recorded.
The programme is beinng finalized and is available here:
https://lac2020.sciencesconf.org/program
If you plan to attend, please take the time and register here:
https://lac2020.sciencesconf.org/registration
As usual, the conference can be attended free of charge.
We apologies for the delays in announcements
See you at LAC 2020!
MelMatchEQ is a profiling EQ in LV2 plugin format, using a 26 step Mel
Frequency Band.
It could analyze the spectral profile of 2 sound sources, and calculate
the needed EQ settings so that there profile in the Mel spectrum match
each other.
The dsp is mainly written in Faust.
The GUI use plain X11 with cairo bindings.
It's released under the GPL
more info here:
https://github.com/brummer10/MelMatchEQ.lv2/tree/master