All Projects

IDProjectCategoryTask TypeSeveritySummaryStatusProgress  asc
 1211 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow hydrogen : nouvelle version 1.0.1 Closed
100%
Task Description

https://github.com/hydrogen-music/hydrogen/releases/tag/1.0.1

 1213 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : sequencer64 0.96.8 Closed
100%
Task Description

Inclus une rustine pour la gestion sous NSM

https://github.com/ahlstromcj/sequencer64/pull/192

À appliquer sur le paquet LZK-3.

 1215 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : Mamba 1.4 Closed
100%
Task Description

J’ai travaillé avec Hermann (brummer) ces derniers jours, et mamba (dans sa version 1.4) possède maintenant une interface localisée en français.

 1220 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : ardour 6.3 Closed
100%
Task Description

https://ardour.org/whatsnew.html

 1221 LZK - (FR) suivi des tâches / (EN) tasks trackingdistributionDemande fonctionnalité / Feature requestLow LZK3 : publication du 15 octobre 2020 Closed
100%
Task Description

Ceci est une tâche mère avec les tâches prêtes sur lesquelles je souhaite vraiment travailler pour cette publication du 15 octobre, et celles prêtes à être publiées.

Gros axe de travail :

  • finaliser la mise à jour des logiciels de rncbc
  • new-session-manager tâche #1127

PS :

Avant publication :

  • refaire les paquets librazik-menu (et autres librazik-* si besoin)
  • passer librazik-apt 3.03 dans users
  • faire un tour des pouets mastodon
  • vérifier les liens dans le billet de blogue
  • ajouter des captures d’écran dans le billet de blogue
  • vérifier les numéros de version dans la liste de la page paquets

Publication

  • préparer la tâche pour le mois prochain tâche 1242

Diffusion :

 1222 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : Mamba 1.6 Closed
100%
Task Description
Hi

Mamba release v1.6 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 MIDI in and ALSA (seq) MIDI in. Output goes to jack MIDI out. Every channel use it's own Colour to display the played Notes per channel.
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. 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" 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.6

regards

hermann
Hi

Mamba release v1.5 is out

Mamba is a Virtual MIDI keyboard with some extended, unique features.

So it could load/play and save MIDI files, it visualize the played files on the keyboard, were it use a unique color for each channel. you could visualize a single channel, or all together at once.

It could record your playing and play it back as endless loop. You could record a loop for each channel while the other channels still play. Note, that the loops don't be synced. So this is not for composing classic music, but to create Psychedelic Trance floors. Truly you could save your work as MIDI file and rework it in the DAW of your choice.

It will record as well all incoming MIDI messages, so you could use it as well to record your external MIDI controller.

Mamba also includes support by fluidsynth, you could load a soundfont and directly play along.

It include controls for the fluidsynth reverb and chorus, and a selector to select a instrument/patch for each channel.

Mamba will keep it's settings, so once a soundfont is loaded, on the next start you could just play along with the keyboard. You could load a new soundfont at any time.

To use it as a plain MIDI keyboard again, you just need to exit fluidsynth via the menu and connect Mamba with the synth of your choice.

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

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.5

regards

hermann
 1223 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : jamulus 3.5.12 Closed
100%
Task Description

https://github.com/corrados/jamulus/releases/tag/r3_5_11 https://github.com/corrados/jamulus/releases/tag/r3_5_12

 1227 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow Amélioration de l'environnement du bureau : ActionMenuA ...Closed
100%
Task Description

https://github.com/Houston4444/ActionMenuAudioConverter

 1228 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow nouveau logiciel : xtuner Closed
100%
Task Description

https://github.com/brummer10/XTuner de brummer (guitarix), sous GPL2.
Support NSM.

Voir : https://aur.archlinux.org/packages/xtuner/.

 1229 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow wolf-shaper : nouvelle version 0.1.8 Closed
100%
Task Description

https://github.com/pdesaulniers/wolf-shaper/releases/tag/v0.1.8

 1230 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : b.sequencer 1.8.4 Closed
100%
Task Description
 1231 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle série de noyaux 4.19.0-11 Closed
100%
Task Description

Une nouvelle série 4.19.0-11 de noyau est dans Debian stable.
Il est donc possible d’en faire des noyaux BL et RT.

 1232 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version ray session Closed
100%
Task Description

(était: “depuis git : Refaire une version depuis GIT pour avoir le modèle de XTuner.”)

Nouvelle version 0.10.0 : https://github.com/Houston4444/RaySession/releases/tag/v0.10.0

 1233 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow mda : version VST-3 Closed
100%
Task Description

https://github.com/elk-audio/mda-vst3

 1236 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow KPP (kapitonov-plugins-pack) : version VST-3 Closed
100%
Task Description

https://github.com/olegkapitonov/KPP-VST3

 1237 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : LSP plugins Closed
100%
Task Description
 1239 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : sfizz 0.5.1 Closed
100%
Task Description
 1241 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : jack-mixer 14 Closed
100%
Task Description
 1242 LZK - (FR) suivi des tâches / (EN) tasks trackingdistributionDemande fonctionnalité / Feature requestLow LZK3 : publication de mi-novembre 2020 Closed
100%
Task Description

Ceci est une tâche mère avec les tâches prêtes sur lesquelles je souhaite vraiment travailler pour cette publication de mi-novembre, et celles prêtes à être publiées.

Gros axe de travail :

  • mise à jour des logiciels de fons [REPORTÉ À PLUS TARD]
  • studio-control tâche #1154 [REPORTÉ AU MOIS PROCHAIN]
  • vérifier la liste de logiciels tirés par le paquet librazik-logiciels-all [REPORTÉ AU MOIS PROCHAIN]
  • liquidsfz et qliquidsfz tâche #1013 [REPORTÉ À PLUS TARD]
  • paquets Librazik KDE tâche #1226 [REPORTÉ AU MOIS PROCHAIN]
  • action-menu-audio-converter tâche #1227 [REPORTÉ AU MOIS PROCHAIN]

PS : mois précédent

Avant publication :

  • refaire les paquets librazik-* si besoin (librazik-menu) [FAIT]
  • faire un tour des pouets mastodon [FAIT]
  • vérifier les liens dans le billet de blogue [FAIT]
  • ajouter des captures d’écran dans le billet de blogue [FAIT]
  • vérifier les numéros de version dans la liste de la page “paquets” [FAIT]

Publication :

Diffusion :

 1243 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : JACK2 Closed
100%
Task Description
 1250 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : jamulus Closed
100%
Task Description
 1251 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle série de noyaux 4.19.0-12 Closed
100%
Task Description

Une nouvelle série 4.19.0-12 de noyau est dans Debian stable.
Il est donc possible d’en faire des noyaux BL et RT.

 1253 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : geonkick 2.5.0 Closed
100%
Task Description

Regarder la possibilité de fabriquer également la version VST3 (dispo depuis la version 2.0.0). (plus supporté - voir issue 151 geonkick)

 1254 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow microdude : nouvelle version Closed
100%
Task Description

https://github.com/dagargo/microdude/

Version 2.1-0librazik1 dispo dans testers.
Retours bienvenus avant de la pousser dans users.

 1255 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : Mamba Closed
100%
Task Description

Correctifs :

  • conserve max_loop_time lorsque le canal principal est supprimé
  • synchronise le BPM avec le BPM du transport-jack
  • règle des problèmes avec les Soundfonts qui ne suivaient pas les spécifications des GM
  • problème d’échelle lorsqu’il est utilisé avec un gestionnaire de fenêtre “tilling”
  • corrige le décalage d’octave dans l’éditeur de carte-clavier personnalisé

Ajouts :

  • combo-box de sélection de SF dans la fenêtre des paramètres de Fluidsynth
  • quelques améliorations de l’interface graphique
  • implémente le glisser-déposer pour charger des fichiers MIDI ou Soundfont
  • ajoute le support de la sortie MIDI ALSA.
  • interconnexion jack/ALSA I/O
 1257 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version de mpk-m2-editor Closed
100%
Task Description

À partir du GIT amont pour prise en compte de la traduction FR.

Voir https://github.com/PiOverFour/MPK-M2-editor/issues/3.

 1263 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow [logiciel vidéo] nouveau logiciel : filmulator Closed
100%
Task Description

https://filmulator.org/ Logiciel de montage vidéo.

 1266 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : obs-studio 26 Closed
100%
Task Description

http://linuxmao.org/forumthread101859

 1267 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : drumgizmo 0.9.19 Closed
100%
Task Description

https://drumgizmo.org/wiki/doku.php?id=changelog:drumgizmo-0.9.19

Cette version est la première à inclure la traduction directement en amont.
Il n’y a donc plus besoin d’un paquet dans users et d’un autre dans users-fr.
Il faudra donc retirer le paquet de users-fr et retirer la note dans https://librazik.tuxfamily.org/doc3/manuel/paquets_librazik#librazik-apt-fr.

 1268 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow nouveau logiciel : fluida.lv2 Closed
100%
Task Description

https://github.com/brummer10/Fluida.lv2/

  • Fluidsynth en tant que greffon LV2
  • De Hermann (mamba, guitarix & co)
  • GNU GPL 2

Note : il en existe déjà d’autres comme a-fluid de Ardour, et calf-fluidsynth par exemple, et aussi fluidsynth-dssi

 1269 LZK - (FR) suivi des tâches / (EN) tasks trackingdistributionDemande fonctionnalité / Feature requestLow LZK3 : publication de mi-décembre 2020  Closed
100%
Task Description

Ceci est une tâche mère avec les tâches prêtes sur lesquelles je souhaite vraiment travailler pour cette publication de mi-décembre, et celles prêtes à être publiées.

(mois précédent)

Gros axe de travail :

  • site ouèbe [FAIT]
  • studio-control tâche #1154 [amorcé]
  • vérifier la liste de logiciels tirés par le paquet librazik-logiciels-all [FAIT]

Avant publication :

  • refaire les paquets librazik-* si besoin [FAIT]
  • faire un tour des pouets mastodon [FAIT]
  • vérifier les liens dans le billet de blogue [FAIT]
  • ajouter des captures d’écran dans le billet de blogue [PAS BESOIN]
  • vérifier les numéros de version dans la liste de la page “paquets” [FAIT]

Publication :

Diffusion :

 1272 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow hydrogen : nouvelle version 1.0.2 (était : partir de GI ...Closed
100%
Task Description

L’amélioration du support NSM vient d’être fusionné dans Master. (voir ici)

Un paquet 1.0.1+20201129-0librazik1 se trouve dans testers.
Il faut vérifier que les modèles NSM fonctionnent toujours avec Ray Session.
Retours bienvenus avant de le pousser dans users.

 1274 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow ir.lv2 : possibilité d'utiliser la version 1.2 (zero-la ...Closed
100%
Task Description

Demandée par minimoineau ici : http://linuxmao.org/forumthread101909.

 1276 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : ardour 6.5 Closed
100%
Task Description

Nouvelle version 6.5 : https://ardour.org/whatsnew.html.

 1277 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle série de noyaux 4.19.0-13 Closed
100%
Task Description

Une nouvelle série 4.19.0-13 de noyaux est dans Debian stable.
Il est donc possible d’en faire des noyaux BL et RT.

 1278 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : dragonfly-reverb Closed
100%
Task Description

https://github.com/michaelwillis/dragonfly-reverb/releases/tag/3.2.2

 1280 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : jamulus 3.6.2 Closed
100%
Task Description

https://github.com/corrados/jamulus/releases/tag/r3_6_2

 1283 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateRapport de bogue / bug reportLow nouvelle version : geonkick Closed
100%
Task Description
 1284 LZK - (FR) suivi des tâches / (EN) tasks trackingnouveau logiciel / new softwareDemande fonctionnalité / Feature requestLow nouveau logiciel : chowmatrix Closed
100%
Task Description
 1286 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : Vee One Suite (synthv1, samplv1, dru ...Closed
100%
Task Description

0.9.19 : https://www.rncbc.org/drupal/node/2153.

 1287 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : qtractor Closed
100%
Task Description

Note : cette version semble apporter la fonctionnalité d’hôte CLAP.

 1288 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : guitarix Closed
100%
Task Description
 1289 LZK - (FR) suivi des tâches / (EN) tasks trackingdistributionRapport de bogue / bug reportLow nouvelle version : Mamba Closed
100%
Task Description

https://github.com/brummer10/Mamba/releases/tag/v2.1 et https://lists.linuxaudio.org/archives/linux-audio-dev/2021-January/037928.html

  • ajout d’une option permettant d’autoriser 2 clefs par note dans l’éditeur de key-map personnalisé, ce qui permet de configurer les liaisons de clefs pour l’accordéon à boutons chromatiques
  • ajout d’une option permettant d’utiliser le bouton droit de la souris pour une note permanente sur un événement. (Appuyez à nouveau pour désactiver la note)
  • ajout de “locations XDG” au sélecteur de fichiers
  • corrige quelques bogues mineurs et, avec un peu de chance, n’en introduit pas de nouveaux

https://github.com/brummer10/Mamba/releases/tag/v2.0

  • ajout d’un gestionnaire de fichiers récents pour avoir un accès rapide aux dernières banques de son et fichiers MIDI utilisés
  • permet d’ajouter/supprimer des fichiers MIDI vers/depuis la boucle maîtresse pendant la lecture (menu Fichier récent)
  • implémente le menu “Affichage” pour permettre d’afficher/masquer les contrôleurs MIDI CC et/ou la vue Canal/Programme/Instrument.
  • permet de sélectionner la taille des touches du clavier MIDI (grand/normal/petit) pour mieux correspondre aux paramètres de l’écran.
 1290 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : bjumblr Closed
100%
Task Description
 1291 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : BSchaffl Closed
100%
Task Description
 1292 LZK - (FR) suivi des tâches / (EN) tasks trackingdistributionDemande fonctionnalité / Feature requestLow LZK3 : publication de mi-janvier 2021 Closed
100%
Task Description

Ceci est une tâche mère avec les tâches prêtes sur lesquelles je souhaite vraiment travailler pour la publication mensuelle prochaine, et celles prêtes à être publiées.

(mois précédent)

Gros axe de travail :

Avant publication :

  • refaire les paquets librazik-* si besoin (librazik-logiciels-all) [FAIT]
  • faire un tour des pouets mastodon [FAIT]
  • vérifier les liens dans le billet de blogue [FAIT]
  • ajouter des captures d’écran dans le billet de blogue [FAIT]
  • vérifier les numéros de version dans la liste de la page “paquets” [FAIT]

Publication :

Diffusion :

 1304 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : BChoppr Closed
100%
Task Description
 1309 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : artyfx Closed
100%
Task Description
 1311 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : x42-plugins Closed
100%
Task Description

Une version 20210114 est disponible.

 1312 LZK - (FR) suivi des tâches / (EN) tasks trackingmise à jour logiciel / software updateDemande fonctionnalité / Feature requestLow nouvelle version : surge Closed
100%
Task Description
Showing tasks 1151 - 1200 of 1273 Page 24 of 26<<First - 22 - 23 - 24 - 25 - 26 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing