Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/a66ca41eed92240e4941d8157c5bfd7da50d4fd5?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
7 additions and
7 deletions
config.h
doc/images/MicroDexed.png
doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md
doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md
doc/manuals/MicroDexed/MicroDexed.md
doc/manuals/MicroDexed/build.sh
@ -93,7 +93,7 @@
//*************************************************************************************************
//*************************************************************************************************
//* DEBUG OUTPUT SETTINGS
//* DEBUG OUTPUT SETTINGS
//*************************************************************************************************
//*************************************************************************************************
# define DEBUG 1
//#define DEBUG 1
# define SERIAL_SPEED 230400
# define SERIAL_SPEED 230400
# define SHOW_XRUN 1
# define SHOW_XRUN 1
# define SHOW_CPU_LOAD_MSEC 5000
# define SHOW_CPU_LOAD_MSEC 5000
@ -104,7 +104,7 @@
# define DEXED_ENGINE DEXED_ENGINE_MODERN // DEXED_ENGINE_MARKI // DEXED_ENGINE_OPL
# define DEXED_ENGINE DEXED_ENGINE_MODERN // DEXED_ENGINE_MARKI // DEXED_ENGINE_OPL
// Number of Dexed instances
// Number of Dexed instances
# define NUM_DEXED 2 // 1 or 2 - nothing else!
# define NUM_DEXED 1 // 1 or 2 - nothing else!
// FX-CHAIN ENABLE/DISABLE
// FX-CHAIN ENABLE/DISABLE
# define USE_FX 1
# define USE_FX 1
// CHORUS parameters
// CHORUS parameters
Width:
|
Height:
|
Size: 158 KiB
Width:
|
Height:
|
Size: 158 KiB
@ -1,4 +1,4 @@


# MicroDexed Build Manual
# MicroDexed Build Manual
@ -1,4 +1,4 @@


# MicroDexed User Manual
# MicroDexed User Manual
@ -1,4 +1,4 @@


# What is MicroDexed?
# What is MicroDexed?
@ -4,8 +4,8 @@
LCDIMG = "../../bin/gen_lcd_screen.sh ../../images"
LCDIMG = "../../bin/gen_lcd_screen.sh ../../images"
${ LCDIMG } " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg
#${LCDIMG} " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg
${ LCDIMG } " Let there be" "peace and music %note%" images/01_MD_Peace.jpg
${ LCDIMG } " Let there be" "music and peace %note%" images/01_MD_Peace.jpg
pandoc MicroDexed.md \
pandoc MicroDexed.md \
-V 'geometry:a4paper' \
-V 'geometry:a4paper' \