Browse Source

Add vico and fluajho screenshots

Signed-off-by: falkTX <falktx@falktx.com>
pull/14/head
falkTX 5 years ago
parent
commit
b73aae29a6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 15 additions and 2 deletions
  1. +5
    -2
      News.php
  2. +10
    -0
      repo/screenshots/_optimize-screenshots.sh
  3. BIN
      repo/screenshots/fluajho.png
  4. BIN
      repo/screenshots/vico.png

+ 5
- 2
News.php View File

@@ -37,8 +37,11 @@ include_once("includes/header.php");
In the old repositories there was "zynaddsubfx" for old UI, and "zynaddsubfx-git" for the new one.<br/>
The "git" package is gone, only "zynaddsubfx" is there now and it has the new UI. +1 for progress!<br/>
<br style="line-height:0.5em"/>
x42-plugins got updated to 20191013 release, and Patroneo was added.<br/>
Patroneo was a tricky one since it uses python libraries. In order to make it a generic package I resorted to cxfreeze which makes it run independent of the system python.<br/>
x42-plugins got updated to 20191013 release.<br/>
<br style="line-height:0.5em"/>
Patroneo were added.<br/>
these last ones were tricky since they use python libraries.<br/>
In order to make it a generic package I resorted to cxfreeze which makes it run independent of the system python.<br/>
</p>
<p>
Coming soon is Carla 2.1-beta1.<br/>


+ 10
- 0
repo/screenshots/_optimize-screenshots.sh View File

@@ -0,0 +1,10 @@
#!/bin/bash

set -e

cd $(dirname $0)

for file in $(find . -name "*.png"); do
pngcrush ${file} ${file}.new
mv ${file}.new ${file}
done

BIN
repo/screenshots/fluajho.png View File

Before After
Width: 1701  |  Height: 681  |  Size: 56KB

BIN
repo/screenshots/vico.png View File

Before After
Width: 1166  |  Height: 759  |  Size: 41KB

Loading…
Cancel
Save