Re: [LAD] [LAU] [LAA] Mamba - Virtual Midi keyboard for Jack Audio Connection Kit release 1.8

2021-01-05 Thread Hermann Meyer


Am 24.11.20 um 11:40 schrieb David Kastrup:

Hermann Meyer  writes:


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.

Stupid question: I see you implemented different national keyboard
layouts that basically define a mapping from characters to physical key
positions.  I think that raw X11 key events might actually encode key
positions (or numbers based on a particular arrangement of keys) but
maybe they are not easily available at the layer your key events arrive.

But the actual question is a different one: have you considered offering
a chromatic button accordion arrangement "on top" of that national
remapping?

Basically it would mean that a chromatic scale is encoded as

zsexdrcftvgybhunjimko,lp.;[/'] for C system (with a qwerty keyboard,
starting at C) and
qazwsxedcrfvtgbyhnujmik,ol.p;/ for B system (again, starting at C).

Finnish G system uses the same scale as C system apart from starting
with C♯ rather than C in the first row.  I can provide images if
necessary (there are some at
).

Modern CBA keyboards tend to have 5 rows but the inner 2 rows are
repeats for making transposition and chord fingerings easier and
basically every player can get along without them at least when doing
note entry.  So whether to offer more than 3 rows depends on whether
there is an actual use for the numbers and function keys.

The main advantage for CBA players of course is easier entry.  The main
advantage for everyone else would be access to more notes at the same
time.


I've now implemented the possibility to define 2 keys per note within
the Keymap Editor. That enable you to setup a  chromatic button
accordion arrangement for Mamba.
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAU] [LAA] Mamba - Virtual Midi keyboard for Jack Audio Connection Kit release 1.8

2020-11-24 Thread Hermann Meyer


Am 24.11.20 um 11:40 schrieb David Kastrup:

Hermann Meyer  writes:


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.

Stupid question: I see you implemented different national keyboard
layouts that basically define a mapping from characters to physical key
positions.  I think that raw X11 key events might actually encode key
positions (or numbers based on a particular arrangement of keys) but
maybe they are not easily available at the layer your key events arrive.

But the actual question is a different one: have you considered offering
a chromatic button accordion arrangement "on top" of that national
remapping?

Basically it would mean that a chromatic scale is encoded as

zsexdrcftvgybhunjimko,lp.;[/'] for C system (with a qwerty keyboard,
starting at C) and
qazwsxedcrfvtgbyhnujmik,ol.p;/ for B system (again, starting at C).

Finnish G system uses the same scale as C system apart from starting
with C♯ rather than C in the first row.  I can provide images if
necessary (there are some at
).

Modern CBA keyboards tend to have 5 rows but the inner 2 rows are
repeats for making transposition and chord fingerings easier and
basically every player can get along without them at least when doing
note entry.  So whether to offer more than 3 rows depends on whether
there is an actual use for the numbers and function keys.

The main advantage for CBA players of course is easier entry.  The main
advantage for everyone else would be access to more notes at the same
time.


That's why the custom Keymap editor is implemented, so you could create
the key map which best suite you. The given implemented key maps been
just the essentials.
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


[LAD] [LAU] [LAA] Mamba - Virtual Midi keyboard for Jack Audio Connection Kit release 1.8

2020-11-23 Thread Hermann Meyer

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


___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


[LAD] [LAU] [LAA] Mamba - Virtual Midi keyboard for Jack Audio Connection Kit release 1.8

2020-11-22 Thread Hermann Meyer

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


___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev