Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2df4b7c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Dec 13, 2024
1 parent 634ecb0 commit b7aa91e
Show file tree
Hide file tree
Showing 46 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion odoc/alsa/Alsa/Pcm/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion odoc/alsa/Alsa/Sequencer/Event/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Event (alsa.Alsa.Sequencer.Event)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">alsa</a> &#x00BB; <a href="../../index.html">Alsa</a> &#x00BB; <a href="../index.html">Sequencer</a> &#x00BB; Event</nav><header class="odoc-preamble"><h1>Module <code><span>Sequencer.Event</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-note"><a href="#type-note" class="anchor"></a><code><span><span class="keyword">type</span> note</span><span> = </span><span>{</span></code><ol><li id="type-note.note_channel" class="def record field anchored"><a href="#type-note.note_channel" class="anchor"></a><code><span>note_channel : int;</span></code></li><li id="type-note.note_note" class="def record field anchored"><a href="#type-note.note_note" class="anchor"></a><code><span>note_note : int;</span></code></li><li id="type-note.note_velocity" class="def record field anchored"><a href="#type-note.note_velocity" class="anchor"></a><code><span>note_velocity : int;</span></code></li><li id="type-note.note_off_velocity" class="def record field anchored"><a href="#type-note.note_off_velocity" class="anchor"></a><code><span>note_off_velocity : int;</span></code></li><li id="type-note.note_duration" class="def record field anchored"><a href="#type-note.note_duration" class="anchor"></a><code><span>note_duration : int;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-controller"><a href="#type-controller" class="anchor"></a><code><span><span class="keyword">type</span> controller</span><span> = </span><span>{</span></code><ol><li id="type-controller.controller_channel" class="def record field anchored"><a href="#type-controller.controller_channel" class="anchor"></a><code><span>controller_channel : int;</span></code></li><li id="type-controller.controller_param" class="def record field anchored"><a href="#type-controller.controller_param" class="anchor"></a><code><span>controller_param : int;</span></code></li><li id="type-controller.controller_value" class="def record field anchored"><a href="#type-controller.controller_value" class="anchor"></a><code><span>controller_value : int;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.System" class="def variant constructor anchored"><a href="#type-t.System" class="anchor"></a><code><span>| </span><span><span class="constructor">System</span> <span class="keyword">of</span> int * int</span></code></li><li id="type-t.Result" class="def variant constructor anchored"><a href="#type-t.Result" class="anchor"></a><code><span>| </span><span><span class="constructor">Result</span> <span class="keyword">of</span> int * int</span></code></li><li id="type-t.Note" class="def variant constructor anchored"><a href="#type-t.Note" class="anchor"></a><code><span>| </span><span><span class="constructor">Note</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Note_on" class="def variant constructor anchored"><a href="#type-t.Note_on" class="anchor"></a><code><span>| </span><span><span class="constructor">Note_on</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Note_off" class="def variant constructor anchored"><a href="#type-t.Note_off" class="anchor"></a><code><span>| </span><span><span class="constructor">Note_off</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Keypress" class="def variant constructor anchored"><a href="#type-t.Keypress" class="anchor"></a><code><span>| </span><span><span class="constructor">Keypress</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Controller" class="def variant constructor anchored"><a href="#type-t.Controller" class="anchor"></a><code><span>| </span><span><span class="constructor">Controller</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Program_change" class="def variant constructor anchored"><a href="#type-t.Program_change" class="anchor"></a><code><span>| </span><span><span class="constructor">Program_change</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Channel_pressure" class="def variant constructor anchored"><a href="#type-t.Channel_pressure" class="anchor"></a><code><span>| </span><span><span class="constructor">Channel_pressure</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Pitch_bend" class="def variant constructor anchored"><a href="#type-t.Pitch_bend" class="anchor"></a><code><span>| </span><span><span class="constructor">Pitch_bend</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Unhandled" class="def variant constructor anchored"><a href="#type-t.Unhandled" class="anchor"></a><code><span>| </span><span><span class="constructor">Unhandled</span> <span class="keyword">of</span> int</span></code></li></ol></div></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Event (alsa.Alsa.Sequencer.Event)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.4"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">alsa</a> &#x00BB; <a href="../../index.html">Alsa</a> &#x00BB; <a href="../index.html">Sequencer</a> &#x00BB; Event</nav><header class="odoc-preamble"><h1>Module <code><span>Sequencer.Event</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-note"><a href="#type-note" class="anchor"></a><code><span><span class="keyword">type</span> note</span><span> = </span><span>{</span></code><ol><li id="type-note.note_channel" class="def record field anchored"><a href="#type-note.note_channel" class="anchor"></a><code><span>note_channel : int;</span></code></li><li id="type-note.note_note" class="def record field anchored"><a href="#type-note.note_note" class="anchor"></a><code><span>note_note : int;</span></code></li><li id="type-note.note_velocity" class="def record field anchored"><a href="#type-note.note_velocity" class="anchor"></a><code><span>note_velocity : int;</span></code></li><li id="type-note.note_off_velocity" class="def record field anchored"><a href="#type-note.note_off_velocity" class="anchor"></a><code><span>note_off_velocity : int;</span></code></li><li id="type-note.note_duration" class="def record field anchored"><a href="#type-note.note_duration" class="anchor"></a><code><span>note_duration : int;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-controller"><a href="#type-controller" class="anchor"></a><code><span><span class="keyword">type</span> controller</span><span> = </span><span>{</span></code><ol><li id="type-controller.controller_channel" class="def record field anchored"><a href="#type-controller.controller_channel" class="anchor"></a><code><span>controller_channel : int;</span></code></li><li id="type-controller.controller_param" class="def record field anchored"><a href="#type-controller.controller_param" class="anchor"></a><code><span>controller_param : int;</span></code></li><li id="type-controller.controller_value" class="def record field anchored"><a href="#type-controller.controller_value" class="anchor"></a><code><span>controller_value : int;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.System" class="def variant constructor anchored"><a href="#type-t.System" class="anchor"></a><code><span>| </span><span><span class="constructor">System</span> <span class="keyword">of</span> int * int</span></code></li><li id="type-t.Result" class="def variant constructor anchored"><a href="#type-t.Result" class="anchor"></a><code><span>| </span><span><span class="constructor">Result</span> <span class="keyword">of</span> int * int</span></code></li><li id="type-t.Note" class="def variant constructor anchored"><a href="#type-t.Note" class="anchor"></a><code><span>| </span><span><span class="constructor">Note</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Note_on" class="def variant constructor anchored"><a href="#type-t.Note_on" class="anchor"></a><code><span>| </span><span><span class="constructor">Note_on</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Note_off" class="def variant constructor anchored"><a href="#type-t.Note_off" class="anchor"></a><code><span>| </span><span><span class="constructor">Note_off</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Keypress" class="def variant constructor anchored"><a href="#type-t.Keypress" class="anchor"></a><code><span>| </span><span><span class="constructor">Keypress</span> <span class="keyword">of</span> <a href="#type-note">note</a></span></code></li><li id="type-t.Controller" class="def variant constructor anchored"><a href="#type-t.Controller" class="anchor"></a><code><span>| </span><span><span class="constructor">Controller</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Program_change" class="def variant constructor anchored"><a href="#type-t.Program_change" class="anchor"></a><code><span>| </span><span><span class="constructor">Program_change</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Channel_pressure" class="def variant constructor anchored"><a href="#type-t.Channel_pressure" class="anchor"></a><code><span>| </span><span><span class="constructor">Channel_pressure</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Pitch_bend" class="def variant constructor anchored"><a href="#type-t.Pitch_bend" class="anchor"></a><code><span>| </span><span><span class="constructor">Pitch_bend</span> <span class="keyword">of</span> <a href="#type-controller">controller</a></span></code></li><li id="type-t.Unhandled" class="def variant constructor anchored"><a href="#type-t.Unhandled" class="anchor"></a><code><span>| </span><span><span class="constructor">Unhandled</span> <span class="keyword">of</span> int</span></code></li></ol></div></div></div></body></html>
Loading

0 comments on commit b7aa91e

Please sign in to comment.