Browse Source

Deprecate fluajho

master
Nils 6 months ago
parent
commit
ecc8bde9b6
  1. 2
      atomfeedgen.py
  2. 2
      generate.bash

2
atomfeedgen.py

@ -28,7 +28,7 @@ fg = FeedGenerator()
descs = {
"patroneo" : """Patroneo is an easy to use, pattern based midi sequencer.""",
"laborejo" : """Laborejo is a MIDI sequencer based on classical music notation.""",
"fluajho" : """Fluajho is a simple, standalone sf2 soundfont host/player.""",
#"fluajho" : """Fluajho is a simple, standalone sf2 soundfont host/player.""",
"agordejo" : """Agordejo is a music and audio production session manager based on NSM.""",
"tembro" : """Tembro is a virtual software instrument based on samples. All instruments are permanently built-in.""",
}

2
generate.bash

@ -15,7 +15,7 @@ cd temp
#We loop over all projects several times, each stage of the generation.
#Instead of doing one project fully at a time, creating one giant nested loop.
#Administration first, the processing!
PROJECTS=(laborejo tembro patroneo agordejo fluajho) #The order here is the order on the page. Each of these gets its own entry.
PROJECTS=(laborejo tembro agordejo patroneo) #The order here is the order on the page. Each of these gets its own entry.
PROJECTS_AS_STRING=$( IFS=$' '; echo "${PROJECTS[*]}" )

Loading…
Cancel
Save