Skip to content

mod-audio/mod-ns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod-ns — MOD Audio LV2 Extension Specifications

Specification pages for MOD Audio's proprietary LV2 extension namespaces.

Namespace Canonical URI Spec
mod: http://moddevices.com/ns/mod# mod/index.html
modgui: http://moddevices.com/ns/modgui# modgui/index.html
modpedal: http://moddevices.com/ns/modpedal# modpedal/index.html

The mod:license extension is in its own repo: mod-audio/mod-license.


Publishing via GitHub Pages

  1. Go to Settings → Pages in this repo
  2. Set source to Deploy from a branch → branch main, folder / (root)
  3. GitHub Pages will pick up the CNAME file and serve the site at https://ns.moddevices.com

DNS setup

Add a CNAME record in your DNS provider:

ns.moddevices.com.  CNAME  mod-audio.github.io.

GitHub Pages may take a few minutes to issue the TLS certificate after the DNS record propagates.


WordPress redirect updates

Once the site is live at https://ns.moddevices.com, update the three redirect rules in WordPress (or the .htaccess / redirect plugin) that currently point /ns/mod, /ns/modgui, and /ns/modpedal to the MOD Assistant page:

Old target New redirect target
/ns/mod https://ns.moddevices.com/mod/
/ns/modgui https://ns.moddevices.com/modgui/
/ns/modpedal https://ns.moddevices.com/modpedal/

The existing redirect for /ns/mod/license (→ mod-audio/mod-license GitHub Pages) should remain unchanged.


Pending content gaps (TODO before publishing)

The following items are marked ⚠ TODO (Filipe) in the spec files and should be resolved before the pages go live:

  • mod:fileTypes — valid values (known: audio, midi, sf2, ir; format: space-separated or multiple triples?)
  • mod:supportedExtensions — valid values and format
  • mod:volts — valid values and whether it applies to inputs, outputs, or both
  • mod:builderVersion / mod:releaseNumber / mod:buildEnvironment — confirm these are internal-only (not developer-facing)
  • modgui:model / modgui:knob / modgui:panel — confirm whether still active; expected image format/dimensions for knob

About

Combined repo for publication of MOD namespaces specifications

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages