better ui, change colors and font

This commit is contained in:
snt 2024-05-04 15:05:45 +02:00
parent 1fccbf64fd
commit 88704cd726
9 changed files with 129 additions and 97 deletions

View file

@ -4,39 +4,47 @@ Libre Media Server Audio - An Open source Media Server for arts and performing.
https://git.criptomart.net/libremediaserver
*******************************************************************************
Lbre Media Server ChangeLog
Libre Media Server ChangeLog
v 0.2.0 Antigona (24/04/2024)
+ change engine to miniaudio because is imposible pan in SFML and it has not access to low API and audio processing.
+ Refactor all audio methods to MiniAudioEngine.
v 0.2.0 Antígona (24/04/2024)
+ Change audio engine to miniaudio because is imposible pan in SFML and it has not access to low API and audio processing.
+ Refactor all audio methods to MiniAudioEngine class.
+ Select sound device output.
+ pan.
+ Show faders values.
+ play offset.
+ Pan.
+ Show faders values. New SliderGroup class.
+ Entry Point 16 bits.
+ Refactor AudioMasterWidget to AudioDMXReceptionWidget.
+ mp3, flac, wav (mp3 has given some errors seeking cursor...).
+ settings dialog not working, only read the conf file at startup.
+ variable number of layers.
+ olathread, send double channels only once for each dmx frame buffer.
+ Read mp3, flac, wav (mp3 has given some errors seeking cursor...).
+ Removed settings dialog, only read xml conf file at startup.
+ Real dynamic variable number of layers based on conf file setting.
+ OlaThread send double channels (volume, entry point, load media) only once for each dmx frame buffer.
+ Terminal mode without graphical interface. All audio methods has been refactorized out of QWidget world.
+ Compilation without GUI (-DNOGUI).
+ New Status "Iddle" in playbacks if is not loaded.
+ New DMX personality version, better sort for audio needs (first load media, set vol, pan, etc, last playback order);
v 0.1.3 Unreleased (19/04/2024)
v 0.1.3 Leúcade (19/04/2024)
+ Ubuntu 22.04 jammy.
+ Use SFML as audio engine.
+ Qt 5.15.3.
+ pitch.
+ loop.
+ Pitch.
+ Loop.
v 0.1.2 Mayordomo (12/08/2015)
- GUI config
- Several bugs tested in real world
- variable layers
- SFML as audio engine
- GUI config.
- Several bugs tested in real world.
- Variable layers.
- SFML as audio engine.
v 0.1.1 Pascual (24/09/2014)
+ First Version: 4 layers playing .ogg
+ Needs Open Lighting Arquitecture => 0.9.0
+ Pure Data as audio engine
+ First Version: 4 layers playing .ogg.
+ Needs Open Lighting Arquitecture => 0.9.0.
+ Pure Data as audio engine.

View file

@ -20,8 +20,8 @@ v 0.2.2
+ hay que empaquetar OLA, incluirlo en el binario, o implementar sACN y linkarlo estáticamente.
+ https://github.com/ETCLabs/sACN
- Qt6.
- audio processing (eq, rev, compresor, ...) por master y capa.
- CIPT/MSex, send icons play-pause-stop.
- Audio processing (eq, rev, compresor, ...) by master and layer.
- CIPT/MSex, send icons play/pause/stop.
- Rasp build.
- Octopus Sound Card support (6 outputs - 8 inputs).
@ -41,15 +41,13 @@ v 0.2.1
- audio device linked, outputs will be redirected there.
- dmx address + universe settings.
- Rose noise and sine generator in menu to test system.
- Keyboards strokes, load media files from ui.
- Dar la opción clickeando en el widget de tiempo de poner una cuenta atrás en vez de hacia delante.
- Ui/Ux; Keyboards strokes, load media files from ui.
- Ui/Ux: Dar la opción clickeando en el widget de tiempo de poner una cuenta atrás en vez de hacia delante.
- Logs, verbosity, timestamp.
- Bufgix: depurar errores cuando no carga la librería de medias, cambia el númmero de capas, cambia el universo, etc.
- New control mode without pitch control, it saves resources. MA_SOUND_FLAG_NO_PITCH
- New play mode without pitch control, it saves resources. MA_SOUND_FLAG_NO_PITCH
- Vumeter or indicator about audio output in layer and master.
- SettingsDialog.
- Load/save conf file.
- ¿stop offset? is it needed?
- decouple MiniAudioEngine from AudioWidget, starts whith no gui or with audio in a dedicated thread.
- New Status "Iddle" in playbacks if is not loaded.
- check return errors, we are too happy....
- ¿Exit Point? is it needed?
- Hardening: check return errors, i'm too happy....
- Tests: errors on wrong conf file.