LZK - (FR) suivi des tâches / (EN) tasks tracking

French/français : Bienvenue sur le logiciel de suivi du projet LibraZiK. Après vous être inscrit, vous pouvez commenter les tâches ouvertes, créer de nouvelles tâches, voter pour des tâches, vous inscrire à des tâches pour être tenu au courant des évolutions,… Pensez à être le plus précis possible dans vos messages. D'avantage d'information concernant le logiciel de suivi du projet LibraZiK.

Anglais/english : Welcome to the LibraZiK project tracking software. After registering, you can comment open tasks, create new tasks, vote for tasks, register for tasks to be kept informed of developments,… Remember to be as precise as possible in your messages. More information about the LibraZiK project tracking software. Feel free to write in French or in English.

  • État Assigné / assigned
  • Pourcentage achevé
    70%
  • Type Demande fonctionnalité / Feature request
  • Catégorie distribution → nouveau logiciel / new software
  • Assignée à
    Olivier Humbert
  • Système d'exploitation
  • Sévérité Basse
  • Priorité Très Basse
  • Basée sur la version version 2 20190702
  • Due pour la version Non décidée
  • Échéance Non décidée
  • Votes
  • Privée
Concerne le projet: LZK - (FR) suivi des tâches / (EN) tasks tracking
Ouverte par Olivier Humbert - 21.08.2019
Dernière modification par Olivier Humbert - 21.08.2019

FS#910 - nouveau logiciel : helio

https://helio.fm/ http://linuxmao.org/helio

Un séquenceur conçu pour la composition. Hôte LV2 (il me semble, ou VST ???).

Il y a un paquet dans KX, à voir pour le reconstruire pour LZK2.

Admin
Olivier Humbert a commenté le 21.08.2019 17:20

Une version 1.7+git20170831-1librazik1 se trouve dans testers.
C'est une reprise de la version de KX studio.
Retours bienvenus avant de la pousser dans users.

Note pour moi même : voir s'il est possible de faire une version plus récente (2.2 actuellement en amont).

Admin
Olivier Humbert a commenté le 22.08.2019 20:08

Échec de la tentative d'empaquetage de la version 2.2.

Le log :

make[1]: Entering directory '/build/helio-workstation-2.2'
/usr/bin/make -C /build/helio-workstation-2.2/Projects/LinuxMakefile CONFIG=Release64
make[2]: Entering directory '/build/helio-workstation-2.2/Projects/LinuxMakefile'
Compiling BinaryData.cpp
Compiling include_juce_audio_basics.cpp
Compiling include_juce_audio_devices.cpp
Compiling include_juce_audio_formats.cpp
Compiling include_juce_audio_processors.cpp
Compiling include_juce_core.cpp
In file included from ../../ThirdParty/JUCE/modules/juce_core/juce_core.cpp:177:0,
                 from ../Projucer/JuceLibraryCode/include_juce_core.cpp:9:
../../ThirdParty/JUCE/modules/juce_core/time/juce_Time.cpp:595:27: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
     dateTokens.addTokens (__DATE__, true);
                           ^~~~~~~~
../../ThirdParty/JUCE/modules/juce_core/time/juce_Time.cpp:598:27: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
     timeTokens.addTokens (__TIME__, ":", StringRef());
                           ^~~~~~~~
cc1plus: warning: unrecognized command line option '-Wno-dynamic-class-memaccess'
Compiling include_juce_data_structures.cpp
Compiling include_juce_events.cpp
Compiling include_juce_graphics.cpp
Compiling include_juce_gui_basics.cpp
Compiling include_juce_gui_extra.cpp
Compiling include_juce_opengl.cpp
Compiling UnityBuild.cpp
In file included from ../Projucer/JuceLibraryCode/UnityBuild.cpp:15:0:
../../Source/Core/../../Source/Core/Audio/Instruments/Instrument.cpp: In lambda function:
../../Source/Core/../../Source/Core/Audio/Instruments/Instrument.cpp:94:34: error: cannot declare variable 'f' to be of abstract type 'InternalPluginFormat'
             InternalPluginFormat f;
                                  ^
In file included from ../../Source/Core/../../Source/Core/Audio/BuiltIn/InternalPluginFormat.cpp:19:0,
                 from ../Projucer/JuceLibraryCode/UnityBuild.cpp:14:
../../Source/Core/../../Source/Core/Audio/BuiltIn/InternalPluginFormat.h:22:7: note:   because the following virtual functions are pure within 'InternalPluginFormat':
 class InternalPluginFormat final : public AudioPluginFormat
       ^~~~~~~~~~~~~~~~~~~~
In file included from ../../ThirdParty/JUCE/modules/juce_audio_processors/juce_audio_processors.h:118:0,
                 from ../Projucer/JuceLibraryCode/JuceHeader.h:20,
                 from ../../Source/Common.h:41,
                 from ../../Source/Core/../../Source/Core/Audio/BuiltIn/BuiltInSynthAudioPlugin.cpp:18,
                 from ../Projucer/JuceLibraryCode/UnityBuild.cpp:11:
../../ThirdParty/JUCE/modules/juce_audio_processors/format/juce_AudioPluginFormat.h:117:18: note: 	virtual bool juce::AudioPluginFormat::isTrivialToScan() const
     virtual bool isTrivialToScan() const = 0;
                  ^~~~~~~~~~~~~~~
In file included from ../Projucer/JuceLibraryCode/UnityBuild.cpp:24:0:
../../Source/Core/../../Source/Core/Audio/AudioCore.cpp: In static member function 'static void AudioCore::initAudioFormats(juce::AudioPluginFormatManager&)':
../../Source/Core/../../Source/Core/Audio/AudioCore.cpp:31:54: error: invalid new-expression of abstract class type 'InternalPluginFormat'
     formatManager.addFormat(new InternalPluginFormat());
                                                      ^
../../Source/Core/../../Source/Core/Audio/AudioCore.cpp:32:52: error: invalid new-expression of abstract class type 'BuiltInSynthFormat'
     formatManager.addFormat(new BuiltInSynthFormat());
                                                    ^
In file included from ../../Source/Core/../../Source/Core/Audio/BuiltIn/BuiltInSynthAudioPlugin.cpp:20:0,
                 from ../Projucer/JuceLibraryCode/UnityBuild.cpp:11:
../../Source/Core/../../Source/Core/Audio/BuiltIn/BuiltInSynthFormat.h:30:7: note:   because the following virtual functions are pure within 'BuiltInSynthFormat':
 class BuiltInSynthFormat final : public AudioPluginFormat
       ^~~~~~~~~~~~~~~~~~
In file included from ../../ThirdParty/JUCE/modules/juce_audio_processors/juce_audio_processors.h:118:0,
                 from ../Projucer/JuceLibraryCode/JuceHeader.h:20,
                 from ../../Source/Common.h:41,
                 from ../../Source/Core/../../Source/Core/Audio/BuiltIn/BuiltInSynthAudioPlugin.cpp:18,
                 from ../Projucer/JuceLibraryCode/UnityBuild.cpp:11:
../../ThirdParty/JUCE/modules/juce_audio_processors/format/juce_AudioPluginFormat.h:117:18: note: 	virtual bool juce::AudioPluginFormat::isTrivialToScan() const
     virtual bool isTrivialToScan() const = 0;
                  ^~~~~~~~~~~~~~~
In file included from ../Projucer/JuceLibraryCode/UnityBuild.cpp:24:0:
../../Source/Core/../../Source/Core/Audio/AudioCore.cpp: In member function 'void AudioCore::initDefaultInstrument()':
../../Source/Core/../../Source/Core/Audio/AudioCore.cpp:196:24: error: cannot declare variable 'format' to be of abstract type 'BuiltInSynthFormat'
     BuiltInSynthFormat format;
                        ^~~~~~
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-dynamic-class-memaccess'
Makefile:180: recipe for target 'build/intermediate/Release64/UnityBuild_19c451ca.o' failed
make[2]: *** [build/intermediate/Release64/UnityBuild_19c451ca.o] Error 1
make[2]: Leaving directory '/build/helio-workstation-2.2/Projects/LinuxMakefile'
Admin
Olivier Humbert a commenté le 22.08.2019 22:05

C'était un problème de git clone –recursive.

Un paquet 2.2-0librazik1 se trouve dans testers.
Je ne suis pas parvenu à lui faire sortir un son.
Retours bienvenus avant de le pousser dans users.

Admin
Olivier Humbert a commenté le 22.08.2019 22:27

Bon alors, à force de bidouiller, je suis parvenu à lui faire sortir un son.
Je ne sais pas trop comment, mais c'est possible !

Admin
Olivier Humbert a commenté le 08.09.2019 09:13

Un peu de documentation : Add documentation/examples/tutorials.

Admin
Olivier Humbert a commenté le 17.09.2020 19:07

Je viens de faire une reconstruction de ce paquet 2.2-0librazik2 pour le labo de LZK-3.
J'ai vu qu'il y avait de nouvelles versions en amont. À voir.

Chargement...

Activer les raccourcis clavier

Liste des tâches

Détails de la tâche

Édition de la tâche