Skip to content

Commit

Permalink
Add recent workshop slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Oct 19, 2024
1 parent 5fbd1d9 commit 81671df
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 18 deletions.
4 changes: 4 additions & 0 deletions _data/sidebars/main_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ entries:
output: web, pdf
url: /filter/url

- title: addic
output: web, pdf
url: /filter/addic

- title: addkey
output: web, pdf
url: /filter/addkey
Expand Down
17 changes: 0 additions & 17 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,6 @@

var vrvToolkit;

/*
var Module = {
onRuntimeInitialized: function() {
vrvToolkit = new verovio.toolkit();
console.log(`Verovio (WASM) ${vrvToolkit.getVersion()} loaded`);
console.log("QUEUE", VEROVIO_QUEUE);
for (var z=0; z<VEROVIO_QUEUE.length; z++) {
// console.log("RUNNING QUEUED JOB", VEROVIO_QUEUE[z]);
updateSvgDisplay(VEROVIO_QUEUE[z].id, VEROVIO_QUEUE[z].options);
}
VEROVIO_QUEUE = [];
}
};
*/

function initializeVerovioScript() {
verovio.module.onRuntimeInitialized = () => {
vrvToolkit = new verovio.toolkit();
Expand Down
46 changes: 46 additions & 0 deletions filter/addic/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: addic filter
lang: en
page_language: en
author:
creation_date:
last_updated:
ref: filters-addic
tags: [all, filters]
sidebar: main_sidebar
verovio: "true"
keywords: interface commands
summary:
permalink: /filter/addic/index.html
---

Add instrument class lines based on existing instrument code lines.


<h2> Options </h2>

{% include filter-options.html file="options.aton" lang="EN" %}


<h2> Adding instrument class lines </h2>



<a name="option-f"></a>

<h2> Updating instrument class lines </h2>




<h2> Multiple instrument codes </h2>




<h2> Unknown instrument codes </h2>





13 changes: 13 additions & 0 deletions filter/addic/options.aton
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

@@BEGIN: OPTIONS
@TOOL: autoaccid

@@BEGIN: OPTION
@CATEGORY: General options
@DEFINITION: f|fix=b
@SUMMARY: Fix incorrect instrument class entries.
@@END: OPTION

@@END: OPTIONS


13 changes: 12 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,21 @@ Most pages on this website have editing buttons that can be used
to fix typos or add content, provided you have a <a
href="https://github.com">Github</a> account.

## Presentations ##
## Presentation slides ##

<dl>

<dt><a target="_blank" href="https://bit.ly/IDMC-humdrum-1">Introduction to Humdrum</a> <br>
<a target="_blank" href="https://bit.ly/IDMC-humdrum-2">Advanced Humdrum</a> <br>
</dt>
<dd> Humdrum workshops at the International Digital Musicology Conference, Warsaw, Poland (23–25 October 2024). </dd>

<dt><a target="_blank" href="https://bit.ly/kobe-humdrum-1">Day 1</a> (Humdrum data format and VHV) <br>
<a target="_blank" href="https://bit.ly/kobe-humdrum-2">Day 2</a> (VHV filters) <br>
<a target="_blank" href="https://bit.ly/kobe-humdrum-3">Day 3</a> (using command-line tools) <br>
</dt>
<dd> Humdrum workshop at Kobe University (20–22 November 2023). </dd>

<dt><a target="_blank" href="http://bit.ly/mec2021-humdrum">MEC
2021 Humdrum workshop</a></dt> <dd> Humdrum workshop at the 2021
Music-Encoding Conference in Alicante Spain (19 July 2021). </dd>
Expand Down

0 comments on commit 81671df

Please sign in to comment.