From ea9ab1bde0c42fb43397d9dd333c5977b06b6ac8 Mon Sep 17 00:00:00 2001 From: brian crabtree Date: Thu, 4 Apr 2019 09:33:30 +0700 Subject: [PATCH] run ldoc --- config.ld | 5 + doc/index.html | 34 +- doc/modules/EnvGraph.html | 10 +- doc/modules/FilterGraph.html | 10 +- doc/modules/Graph.html | 10 +- doc/modules/MollyThePoly.html | 107 ------ doc/modules/MusicUtil.html | 129 ++++++- doc/modules/Passersby.html | 107 ------ doc/modules/UI.html | 55 ++- doc/modules/arc.html | 10 +- doc/modules/audio.html | 472 ++++++++++++++++++++++++- doc/modules/control.html | 10 +- doc/modules/controlspec.html | 10 +- doc/modules/core.menu.html | 292 --------------- doc/modules/elca.html | 10 +- doc/modules/encoders.html | 10 +- doc/modules/engine.html | 10 +- doc/modules/file.html | 10 +- doc/modules/grid.html | 10 +- doc/modules/hid.html | 10 +- doc/modules/log.html | 168 --------- doc/modules/menu.html | 318 ----------------- doc/modules/metro.html | 10 +- doc/modules/midi.html | 39 +- doc/modules/norns.html | 10 +- doc/modules/number.html | 10 +- doc/modules/option.html | 10 +- doc/modules/osc.html | 10 +- doc/modules/paramset.html | 34 +- doc/modules/poll.html | 10 +- doc/modules/screen.html | 10 +- doc/modules/script.html | 10 +- doc/modules/separator.html | 10 +- doc/modules/softcut.html | 73 +++- doc/modules/state.html | 14 +- doc/modules/tabutil.html | 10 +- doc/modules/taper.html | 10 +- doc/modules/textentry.html | 91 ----- doc/modules/trigger.html | 10 +- doc/modules/update.html | 91 ----- doc/modules/user.lib.ansible.kria.html | 103 ------ doc/modules/user.lib.intonation.html | 101 ------ doc/modules/user.lib.textentry.html | 101 ------ doc/modules/util.html | 10 +- lua/core/menu.lua | 15 +- 45 files changed, 824 insertions(+), 1775 deletions(-) delete mode 100644 doc/modules/MollyThePoly.html delete mode 100644 doc/modules/Passersby.html delete mode 100644 doc/modules/core.menu.html delete mode 100644 doc/modules/log.html delete mode 100644 doc/modules/menu.html delete mode 100644 doc/modules/textentry.html delete mode 100644 doc/modules/update.html delete mode 100644 doc/modules/user.lib.ansible.kria.html delete mode 100644 doc/modules/user.lib.intonation.html delete mode 100644 doc/modules/user.lib.textentry.html diff --git a/config.ld b/config.ld index 36080e861..2b9c78251 100644 --- a/config.ld +++ b/config.ld @@ -2,6 +2,11 @@ project='norns' title='norns/docs' -- file={'lua', 'matron/src/weaver.c', 'sc/core/Crone.sc'} +--[[file = { + 'lua/core/screen.lua', + 'lua/core/metro.lua' +} +--]] file = 'lua' style='!pale' diff --git a/doc/index.html b/doc/index.html index 8cffb34b7..4692dd6f8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -38,7 +38,6 @@

Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -56,17 +55,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -107,10 +103,6 @@

    Modules

    hid Hid class - - core.menu - METROS - metro high-resolution metro API @@ -183,22 +175,6 @@

    Modules

    state State - - MollyThePoly - Molly the Poly lib - Engine params and functions. - - - Passersby - Passersby lib - Engine params and functions. - - - user.lib.ansible.kria - Clocking stuff first - expects clock function to be called for each 'beat' - from outside the package - elca elementary cellular automata @@ -216,7 +192,7 @@

    Modules

    Graph drawing module. - user.lib.intonation + lib.intonation 12-tone scales @@ -228,7 +204,7 @@

    Modules

    table utility - user.lib.textentry + lib.textentry te class @@ -245,7 +221,7 @@

    Modules

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/EnvGraph.html b/doc/modules/EnvGraph.html index 0385ed572..379adf542 100644 --- a/doc/modules/EnvGraph.html +++ b/doc/modules/EnvGraph.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -643,7 +639,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/FilterGraph.html b/doc/modules/FilterGraph.html index 5f7c87660..7231dbdb2 100644 --- a/doc/modules/FilterGraph.html +++ b/doc/modules/FilterGraph.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -289,7 +285,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/Graph.html b/doc/modules/Graph.html index ad0310f8a..78ab3e2c2 100644 --- a/doc/modules/Graph.html +++ b/doc/modules/Graph.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -1274,7 +1270,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/MollyThePoly.html b/doc/modules/MollyThePoly.html deleted file mode 100644 index 4b4c7d67f..000000000 --- a/doc/modules/MollyThePoly.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module MollyThePoly

    -

    Molly the Poly lib - Engine params and functions.

    -

    -

    Info:

    -
      -
    • Release: v1.0.0
    • -
    • Author: Mark Eats
    • -
    - - - -
    -
    - - - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 -
    -
    - - diff --git a/doc/modules/MusicUtil.html b/doc/modules/MusicUtil.html index 165c795e7..19d1a80e6 100644 --- a/doc/modules/MusicUtil.html +++ b/doc/modules/MusicUtil.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -85,11 +81,11 @@

    Modules

    Module MusicUtil

    Music utility module.

    - Utility methods for working with notes and scales. + Utility methods for working with notes, scales and chords.

    Info:

    @@ -105,6 +101,14 @@

    Functions

    Generate given number of notes of a scale from a root note. + generate_chord (root_num, chord_type[, inversion]) + Generate chord from a root note. + + + chord_types_for_note (note_num, key_root, key_type) + List chord types for a given root note and key. + + snap_note_to_array (note_num, snap_array) Snap a MIDI note number to the nearest note number in an array. @@ -172,12 +176,15 @@

    Functions

    Parameters:

    @@ -350,7 +346,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/audio.html b/doc/modules/audio.html index 383dd0998..3bd7b91f3 100644 --- a/doc/modules/audio.html +++ b/doc/modules/audio.html @@ -33,6 +33,9 @@

    norns

    Contents

    @@ -47,7 +50,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -65,17 +67,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -132,6 +131,91 @@

    Functions

    restart the audio engine (recompile sclang). +

    Effects functions

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    rev_on ()reverb on.
    rev_off ()reverb off.
    level_monitor_rev (val)reverb Monitor level.
    level_ext_rev (val)reverb EXT level.
    level_rev_dac (val)reverb DAC level.
    rev_param (name, val)set reverb parameter.
    comp_on ()turn on compressor.
    comp_off ()turn off compressor.
    comp_mix (val)compressor mix amount.
    comp_param (name, val)set compressor parameter.
    +

    Tape Functions

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    tape_play_open (file)open a tape file.
    tape_play_start ()start tape playing.
    tape_play_stop ()stop tape playing.
    tape_record_open (file)open a tape recording file.
    tape_record_start ()start tape recording.
    tape_record_stop ()stop tape recording.
    +

    Softcut levels

    + + + + + + + + + + + + + +
    level_adc_cut (value)softcut adc level.
    level_ext_cut (value)softcut ext level.
    level_cut_rev (value)softcut cut reverb level.

    global functions

    @@ -149,6 +233,10 @@

    helpers

    + + + +
    adjust_output_level (delta) adjust output level, clamped, save state.
    file_info (path)print audio file info

    @@ -329,6 +417,356 @@

    Parameters:

    + + +

    Effects functions

    + +
    +
    + + rev_on () +
    +
    + reverb on. + + + + + + + +
    +
    + + rev_off () +
    +
    + reverb off. + + + + + + + +
    +
    + + level_monitor_rev (val) +
    +
    + reverb Monitor level. + + +

    Parameters:

    +
      +
    • val + +
    • +
    + + + + + +
    +
    + + level_ext_rev (val) +
    +
    + reverb EXT level. + + +

    Parameters:

    +
      +
    • val + +
    • +
    + + + + + +
    +
    + + level_rev_dac (val) +
    +
    + reverb DAC level. + + +

    Parameters:

    +
      +
    • val + +
    • +
    + + + + + +
    +
    + + rev_param (name, val) +
    +
    + set reverb parameter. + + +

    Parameters:

    +
      +
    • name + +
    • +
    • val + +
    • +
    + + + + + +
    +
    + + comp_on () +
    +
    + turn on compressor. + + + + + + + +
    +
    + + comp_off () +
    +
    + turn off compressor. + + + + + + + +
    +
    + + comp_mix (val) +
    +
    + compressor mix amount. + + +

    Parameters:

    +
      +
    • val + +
    • +
    + + + + + +
    +
    + + comp_param (name, val) +
    +
    + set compressor parameter. + + +

    Parameters:

    +
      +
    • name + +
    • +
    • val + +
    • +
    + + + + + +
    +
    +

    Tape Functions

    + +
    +
    + + tape_play_open (file) +
    +
    + open a tape file. + + +

    Parameters:

    +
      +
    • file + +
    • +
    + + + + + +
    +
    + + tape_play_start () +
    +
    + start tape playing. + + + + + + + +
    +
    + + tape_play_stop () +
    +
    + stop tape playing. + + + + + + + +
    +
    + + tape_record_open (file) +
    +
    + open a tape recording file. + + +

    Parameters:

    +
      +
    • file + +
    • +
    + + + + + +
    +
    + + tape_record_start () +
    +
    + start tape recording. + + + + + + + +
    +
    + + tape_record_stop () +
    +
    + stop tape recording. + + + + + + + +
    +
    +

    Softcut levels

    + +
    +
    + + level_adc_cut (value) +
    +
    + softcut adc level. + + +

    Parameters:

    +
      +
    • value + +
    • +
    + + + + + +
    +
    + + level_ext_cut (value) +
    +
    + softcut ext level. + + +

    Parameters:

    +
      +
    • value + +
    • +
    + + + + + +
    +
    + + level_cut_rev (value) +
    +
    + softcut cut reverb level. + + +

    Parameters:

    +
      +
    • value + +
    • +
    + + + + +

    global functions

    @@ -407,6 +845,26 @@

    Parameters:

    + +
    + + file_info (path) +
    +
    + print audio file info + + +

    Parameters:

    + + + + + +
    @@ -415,7 +873,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/control.html b/doc/modules/control.html index cca5df204..cd96abc5e 100644 --- a/doc/modules/control.html +++ b/doc/modules/control.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -311,7 +307,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/controlspec.html b/doc/modules/controlspec.html index 2146c313e..2791345c8 100644 --- a/doc/modules/controlspec.html +++ b/doc/modules/controlspec.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module controlspec

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/core.menu.html b/doc/modules/core.menu.html deleted file mode 100644 index 82130f910..000000000 --- a/doc/modules/core.menu.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module core.menu

    -

    METROS

    -

    - - -

    Tables

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    m.homeHOME
    m.selSELECT
    m.prePREVIEW
    m.paramsPARAMS
    m.sysSYSTEM
    m.devicesDEVICES
    m.wifiWIFI
    m.audioAUDIO
    m.resetRESET
    m.mixMIX
    - -
    -
    - - -

    Tables

    - -
    -
    - - m.home -
    -
    - HOME - - - - - - - -
    -
    - - m.sel -
    -
    - SELECT - - - - - - - -
    -
    - - m.pre -
    -
    - PREVIEW - - - - - - - -
    -
    - - m.params -
    -
    - PARAMS - - - - - - - -
    -
    - - m.sys -
    -
    - SYSTEM - - - - - - - -
    -
    - - m.devices -
    -
    - DEVICES - - - - - - - -
    -
    - - m.wifi -
    -
    - WIFI - - - - - - - -
    -
    - - m.audio -
    -
    - AUDIO - - - - - - - -
    -
    - - m.reset -
    -
    - RESET - - - - - - - -
    -
    - - m.mix -
    -
    - MIX - - - - - - - -
    -
    - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 -
    -
    - - diff --git a/doc/modules/elca.html b/doc/modules/elca.html index dc41ff638..08ff45390 100644 --- a/doc/modules/elca.html +++ b/doc/modules/elca.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -193,7 +189,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/encoders.html b/doc/modules/encoders.html index 59a5cf806..a15d0f108 100644 --- a/doc/modules/encoders.html +++ b/doc/modules/encoders.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module encoders

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/engine.html b/doc/modules/engine.html index d83b172cf..0a00fe088 100644 --- a/doc/modules/engine.html +++ b/doc/modules/engine.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -248,7 +244,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/file.html b/doc/modules/file.html index d55237973..ae727c1ef 100644 --- a/doc/modules/file.html +++ b/doc/modules/file.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module file

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/grid.html b/doc/modules/grid.html index 26a78f49f..a6ad1401b 100644 --- a/doc/modules/grid.html +++ b/doc/modules/grid.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -364,7 +360,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/hid.html b/doc/modules/hid.html index 42188c522..bffcd3217 100644 --- a/doc/modules/hid.html +++ b/doc/modules/hid.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -240,7 +236,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/log.html b/doc/modules/log.html deleted file mode 100644 index aa9d95804..000000000 --- a/doc/modules/log.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module log

    -

    Log class

    -

    - - -

    Functions

    - - - - - - - - - - - - - -
    Log.post (txt)post message to log, timestamped
    Log.get (index)get log message at index, with timestamp (seconds old)
    Log.len ()get log length
    - -
    -
    - - -

    Functions

    - -
    -
    - - Log.post (txt) -
    -
    - post message to log, timestamped - - -

    Parameters:

    -
      -
    • txt - log message -
    • -
    - - - - - -
    -
    - - Log.get (index) -
    -
    - get log message at index, with timestamp (seconds old) - - -

    Parameters:

    -
      -
    • index - which message -
    • -
    - - - - - -
    -
    - - Log.len () -
    -
    - get log length - - - - - - - -
    -
    - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2018-10-08 09:41:02 -
    -
    - - diff --git a/doc/modules/menu.html b/doc/modules/menu.html deleted file mode 100644 index 12c07914c..000000000 --- a/doc/modules/menu.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module menu

    -

    MIX

    -

    - - -

    Tables

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    m.homeHOME
    m.selSELECT
    m.prePREVIEW
    m.paramsPARAMS
    m.sysSYSTEM
    m.devicesDEVICES
    m.wifiWIFI
    m.audioAUDIO
    m.syncSYNC
    m.updateUPDATE
    m.logLOG
    m.resetRESET
    - -
    -
    - - -

    Tables

    - -
    -
    - - m.home -
    -
    - HOME - - - - - - - -
    -
    - - m.sel -
    -
    - SELECT - - - - - - - -
    -
    - - m.pre -
    -
    - PREVIEW - - - - - - - -
    -
    - - m.params -
    -
    - PARAMS - - - - - - - -
    -
    - - m.sys -
    -
    - SYSTEM - - - - - - - -
    -
    - - m.devices -
    -
    - DEVICES - - - - - - - -
    -
    - - m.wifi -
    -
    - WIFI - - - - - - - -
    -
    - - m.audio -
    -
    - AUDIO - - - - - - - -
    -
    - - m.sync -
    -
    - SYNC - - - - - - - -
    -
    - - m.update -
    -
    - UPDATE - - - - - - - -
    -
    - - m.log -
    -
    - LOG - - - - - - - -
    -
    - - m.reset -
    -
    - RESET - - - - - - - -
    -
    - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2018-10-08 09:41:02 -
    -
    - - diff --git a/doc/modules/metro.html b/doc/modules/metro.html index 1e50d9ca5..bc6ae4dda 100644 --- a/doc/modules/metro.html +++ b/doc/modules/metro.html @@ -46,7 +46,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -64,17 +63,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -272,7 +268,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/midi.html b/doc/modules/midi.html index 03e2a2809..04b0a7d18 100644 --- a/doc/modules/midi.html +++ b/doc/modules/midi.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -130,6 +126,10 @@

    Functions

    send midi channel pressure event. + program_change (val, ch) + send midi program change event. + + start () send midi start event. @@ -450,6 +450,31 @@

    Parameters:

    + +
    + + program_change (val, ch) +
    +
    + send midi program change event. + + +

    Parameters:

    + + + + + +
    @@ -732,7 +757,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/norns.html b/doc/modules/norns.html index ce009908b..f76267e11 100644 --- a/doc/modules/norns.html +++ b/doc/modules/norns.html @@ -49,7 +49,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -67,17 +66,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -417,7 +413,7 @@

    Null functions

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/number.html b/doc/modules/number.html index 32ce7c9c7..e481af839 100644 --- a/doc/modules/number.html +++ b/doc/modules/number.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module number

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/option.html b/doc/modules/option.html index 2b98c890f..45d9cc3f1 100644 --- a/doc/modules/option.html +++ b/doc/modules/option.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module option

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/osc.html b/doc/modules/osc.html index fb4c669e1..d93dff884 100644 --- a/doc/modules/osc.html +++ b/doc/modules/osc.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -231,7 +227,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/paramset.html b/doc/modules/paramset.html index b41366b68..c0c9fa752 100644 --- a/doc/modules/paramset.html +++ b/doc/modules/paramset.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -166,10 +162,6 @@

    Functions

    get type. - ParamSet:init () - init local psets. - - ParamSet:write (filename) write to disk. @@ -644,22 +636,6 @@

    Parameters:

    - -
    - - ParamSet:init () -
    -
    - init local psets. - make data dir if needed. - if psets are contained in project folder, copy them to local folder. - - - - - - -
    @@ -672,7 +648,7 @@

    Parameters:

    Parameters:

    @@ -692,7 +668,7 @@

    Parameters:

    Parameters:

    @@ -750,7 +726,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/poll.html b/doc/modules/poll.html index cbf006962..431b59184 100644 --- a/doc/modules/poll.html +++ b/doc/modules/poll.html @@ -47,7 +47,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -65,17 +64,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -345,7 +341,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/screen.html b/doc/modules/screen.html index feacc80a7..713b3ebe7 100644 --- a/doc/modules/screen.html +++ b/doc/modules/screen.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -824,7 +820,7 @@

    Parameters:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/script.html b/doc/modules/script.html index 194aeb11c..15c4001eb 100644 --- a/doc/modules/script.html +++ b/doc/modules/script.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -195,7 +191,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/separator.html b/doc/modules/separator.html index a07564cd7..747bcf7eb 100644 --- a/doc/modules/separator.html +++ b/doc/modules/separator.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module separator

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/softcut.html b/doc/modules/softcut.html index 7ccd67511..6ed8397f5 100644 --- a/doc/modules/softcut.html +++ b/doc/modules/softcut.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -236,6 +232,14 @@

    read file, stereo + SC.buffer_write_mono (file, start, dur, ch) + write file, mono + + + SC.buffer_write_stereo (file, start, dur) + write file, stereo + + SC.event_phase (f) set function for phase poll @@ -1094,6 +1098,61 @@

    Parameters:

    + +
    + + SC.buffer_write_mono (file, start, dur, ch) +
    +
    + write file, mono + + +

    Parameters:

    + + + + + + +
    +
    + + SC.buffer_write_stereo (file, start, dur) +
    +
    + write file, stereo + + +

    Parameters:

    + + + + + +
    @@ -1157,7 +1216,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/state.html b/doc/modules/state.html index 10c944cad..14a5fc21a 100644 --- a/doc/modules/state.html +++ b/doc/modules/state.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -95,7 +91,7 @@

    Functions

    save () - save current norns state to system.pset and system.lua in data_dir. + save current norns state to system.pset and system.state @@ -125,7 +121,7 @@

    Functions

    save ()
    - save current norns state to system.pset and system.lua in data_dir. + save current norns state to system.pset and system.state @@ -141,7 +137,7 @@

    Functions

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/tabutil.html b/doc/modules/tabutil.html index 022166fe6..e640bf4cb 100644 --- a/doc/modules/tabutil.html +++ b/doc/modules/tabutil.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -405,7 +401,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/taper.html b/doc/modules/taper.html index 7d4791a6f..7079baf3e 100644 --- a/doc/modules/taper.html +++ b/doc/modules/taper.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -95,7 +91,7 @@

    Module taper

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/textentry.html b/doc/modules/textentry.html deleted file mode 100644 index c4093a61a..000000000 --- a/doc/modules/textentry.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module textentry

    -

    te class

    -

    - - - -
    -
    - - - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2018-10-08 09:41:02 -
    -
    - - diff --git a/doc/modules/trigger.html b/doc/modules/trigger.html index 2a8578d18..a4381d74c 100644 --- a/doc/modules/trigger.html +++ b/doc/modules/trigger.html @@ -41,7 +41,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -59,17 +58,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -94,7 +90,7 @@

    Module trigger

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/doc/modules/update.html b/doc/modules/update.html deleted file mode 100644 index d4b729943..000000000 --- a/doc/modules/update.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module update

    -

    system update functions

    -

    - - - -
    -
    - - - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2018-10-08 09:41:02 -
    -
    - - diff --git a/doc/modules/user.lib.ansible.kria.html b/doc/modules/user.lib.ansible.kria.html deleted file mode 100644 index 90ca1fd6e..000000000 --- a/doc/modules/user.lib.ansible.kria.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module user.lib.ansible.kria

    -

    Clocking stuff first - expects clock function to be called for each 'beat' - from outside the package

    -

    - - - -
    -
    - - - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 -
    -
    - - diff --git a/doc/modules/user.lib.intonation.html b/doc/modules/user.lib.intonation.html deleted file mode 100644 index d93a7e68f..000000000 --- a/doc/modules/user.lib.intonation.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module user.lib.intonation

    -

    12-tone scales

    -

    - - - -
    -
    - - - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 -
    -
    - - diff --git a/doc/modules/user.lib.textentry.html b/doc/modules/user.lib.textentry.html deleted file mode 100644 index 468141103..000000000 --- a/doc/modules/user.lib.textentry.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - norns/docs - - - - -
    - -
    - -
    -
    -
    - - -
    - - - - - - -
    - -

    Module user.lib.textentry

    -

    te class

    -

    - - - -
    -
    - - - - -
    -
    -
    -generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 -
    -
    - - diff --git a/doc/modules/util.html b/doc/modules/util.html index 4bbc713f7..bd6299e56 100644 --- a/doc/modules/util.html +++ b/doc/modules/util.html @@ -45,7 +45,6 @@

    Modules

  • engine
  • grid
  • hid
  • -
  • core.menu
  • metro
  • midi
  • norns
  • @@ -63,17 +62,14 @@

    Modules

  • script
  • softcut
  • state
  • -
  • MollyThePoly
  • -
  • Passersby
  • -
  • user.lib.ansible.kria
  • elca
  • EnvGraph
  • FilterGraph
  • Graph
  • -
  • user.lib.intonation
  • +
  • lib.intonation
  • MusicUtil
  • tabutil
  • -
  • user.lib.textentry
  • +
  • lib.textentry
  • UI
  • util
  • @@ -561,7 +557,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2019-03-04 05:06:36 +Last updated 2019-04-04 09:33:04
    diff --git a/lua/core/menu.lua b/lua/core/menu.lua index ad74f4e36..a9f4c8b06 100644 --- a/lua/core/menu.lua +++ b/lua/core/menu.lua @@ -55,7 +55,7 @@ menu.shownav = false menu.showstats = false ----- METROS +-- METROS local pending = false -- metro for key hold detection local metro = require 'core/metro' @@ -223,10 +223,8 @@ end --- -------------------------------------------------- -- interfaces ------------------------------------------ -- HOME m.home = {} @@ -314,7 +312,6 @@ m.redraw[pHOME] = function() end ----------------------------------------- -- SELECT m.sel = {} @@ -401,7 +398,6 @@ end ------------------------------------------ -- PREVIEW m.pre = {} @@ -457,7 +453,6 @@ m.redraw[pPREVIEW] = function() end ------------------------------------------ -- PARAMS m.params = {} @@ -736,7 +731,6 @@ end ------------------------------------------ -- SYSTEM m.sys = {} m.sys.pos = 1 @@ -780,7 +774,6 @@ m.init[pSYSTEM] = norns.none m.deinit[pSYSTEM] = norns.none ------------------------------------------ -- DEVICES m.devices = {} m.devices.pos = 1 @@ -917,7 +910,6 @@ m.deinit[pDEVICES] = function() end ------------------------------------------ -- WIFI m.wifi = {} m.wifi.pos = 0 @@ -1041,7 +1033,6 @@ m.deinit[pWIFI] = function() u:stop() end ------------------------------------------ -- AUDIO m.audio = {} @@ -1109,7 +1100,6 @@ m.deinit[pAUDIO] = function() end ------------------------------------------ -- RESET m.reset = {} m.reset.confirmed = false @@ -1144,7 +1134,6 @@ m.init[pRESET] = function() end m.deinit[pRESET] = function() end ------------------------------------------ -- SLEEP @@ -1186,7 +1175,6 @@ m.init[pSLEEP] = norns.none m.deinit[pSLEEP] = norns.none ------------------------------------------ -- MIX m.mix = {} @@ -1313,7 +1301,6 @@ m.mix.vu = function(in1,in2,out1,out2) end ------------------------------------------ -- TAPE local TAPE_MODE_PLAY = 1