Difference between revisions of "MOD UI"

From MOD Wiki
Jump to navigation Jump to search
(→‎Social: update)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
It also communicates with the MOD hardware, but does not depend on it to run.
 
It also communicates with the MOD hardware, but does not depend on it to run.
  
Its code is available at https://github.com/portalmod/mod-ui.
+
Its code is available at https://github.com/moddevices/mod-ui.
 +
 
 +
The last version (8  Aug 2014) is 0.99.8
  
 
== Constructor ==
 
== Constructor ==
Line 8: Line 10:
 
[[File:MODDuo_UI.png|thumb|MOD Duo UI Constructor screenshot (v0.11.3).]]
 
[[File:MODDuo_UI.png|thumb|MOD Duo UI Constructor screenshot (v0.11.3).]]
  
This shows how mod-ui constructor works.
+
The constructor is the default screen of MOD-UI, accessible by the leftmost icon of the bottom left icons group.
 +
 
 +
It is used to assemble a group of pedalboard linked together and to the inputs/outputs.
 +
 
 +
The inputs are located at the left side, in cyan for MIDI signal and in magenta for audio signals. The outputs are at the right side.
  
 
== Social ==
 
== Social ==
  
The leftmost icon on mod-ui.
+
This part is not available in [[MOD Duo Releases#v0.15.0|MOD Duo version 0.15.0]].
 +
 
 +
The leftmost icon on MOD-UI.
  
 
It allows to browse the mod-cloud public feed, and your own timeline if you're logged in.
 
It allows to browse the mod-cloud public feed, and your own timeline if you're logged in.
  
 
You can import pedalboards directly from the feeds by clicking on them.
 
You can import pedalboards directly from the feeds by clicking on them.
 
This part is not available in [[MOD Duo Releases#0.11.3|MOD version 0.11.3]].
 
  
 
== Pedalboards library ==
 
== Pedalboards library ==
  
Your locally saved pedalboards appear here.
+
Your locally saved pedalboards appear here, second icon in the bottom left corner.
  
 
You can click them to make them load.
 
You can click them to make them load.
Line 28: Line 34:
 
== Banks ==
 
== Banks ==
  
Here you can manage your pedalboard banks.
+
Here you can manage your pedalboard banks, third icon in the bottom left corner.
  
Banks are a collection of pedalboards or of another banks, in a tree-like structure like those used in a file system.<br/>
+
Banks are a collection of pedalboards or of other banks, in a tree-like structure like those used in a file system.<br/>
 
You can think of banks as folders, and pedalboards as being files.
 
You can think of banks as folders, and pedalboards as being files.
  
Line 37: Line 43:
 
[[File:MODDuo_UI_Plugin_store.png|thumb|MOD Duo UI Plugin store screenshot (v0.11.3).]]
 
[[File:MODDuo_UI_Plugin_store.png|thumb|MOD Duo UI Plugin store screenshot (v0.11.3).]]
  
Shows a list of all installed or available plugins, sortable by category.
+
Shows a list of all installed or available [[plugins]], sortable by category.
  
 
Currently all plugins are free.
 
Currently all plugins are free.
 +
 +
[[category:MOD Duo]]

Latest revision as of 12:18, 7 July 2016

MOD-UI is a webserver that delivers a HTML 5 interface and communicates with the MOD backend. It also communicates with the MOD hardware, but does not depend on it to run.

Its code is available at https://github.com/moddevices/mod-ui.

The last version (8 Aug 2014) is 0.99.8

Constructor

MOD Duo UI Constructor screenshot (v0.11.3).

The constructor is the default screen of MOD-UI, accessible by the leftmost icon of the bottom left icons group.

It is used to assemble a group of pedalboard linked together and to the inputs/outputs.

The inputs are located at the left side, in cyan for MIDI signal and in magenta for audio signals. The outputs are at the right side.

Social

This part is not available in MOD Duo version 0.15.0.

The leftmost icon on MOD-UI.

It allows to browse the mod-cloud public feed, and your own timeline if you're logged in.

You can import pedalboards directly from the feeds by clicking on them.

Pedalboards library

Your locally saved pedalboards appear here, second icon in the bottom left corner.

You can click them to make them load.

Banks

Here you can manage your pedalboard banks, third icon in the bottom left corner.

Banks are a collection of pedalboards or of other banks, in a tree-like structure like those used in a file system.
You can think of banks as folders, and pedalboards as being files.

Plugin Store

MOD Duo UI Plugin store screenshot (v0.11.3).

Shows a list of all installed or available plugins, sortable by category.

Currently all plugins are free.