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.
- Status Assigné / assigned
- Percent Complete
- Task Type Demande fonctionnalité / Feature request
- Category distribution → nouveau logiciel / new software
-
Assigned To

trebmuh - Operating System
- Severity Low
- Priority Very Low
- Reported Version version 2 20190702
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Opened by trebmuh - 21.08.2019
Last edited by trebmuh - 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.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task



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).
É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'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.
Bon alors, à force de bidouiller, je suis parvenu à lui faire sortir un son.
Je ne sais pas trop comment, mais c'est possible !
Un peu de documentation : Add documentation/examples/tutorials.
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.