Giter VIP home page Giter VIP logo

talk_2022-10-28_musiktheorie-symposium's Introduction

Talk 2022-10-28 - Musiktheorie Symposium

project overview

This project contains the slides for my talk on 2022-10-28 at the Musiktheorie Symposium* about FMADB.
The presented language is German, the repository and documentation language is English.

*https://www.hfmdd.de/hochschule/institute-einrichtungen/zentrum-fuer-musiktheorie

development

system requirement

  • development VM ID from Thorsten Seyschab for this project: 0Z1
  • OS:
    • Ubuntu (recommended)
    • Windows: install Ubuntu Subsystem as WSL2 (not WSL1) and use the Ubuntu Shell/ Terminal for everything (not CMD or Git BashShell)
  • IDE:
    • VSCode (Visual Studio Code) (recommended)
      The project already has all configuration files for this IDE. Especially the ./.vscode/extensions.json tell you the recommended plugins to use.
  • Testing:
    • Currently not needed.

initial setup

system requirements for developing

The following software is needed for developing:
The versions are what I used for development and testing. I will update the list if something changes.

software command for version output my version at last use information
Ubuntu lsb_release -a or cat /etc/os-release v22.04.1 LTS
nvm nvm -v v0.39.1
Node node -v (old nodejs --version) v16.17.1 NodeJS/ Node.js
npm npm -v v8.15.0
npx npx -v v8.15.0
pnpm pnpm -v v7.14.0 used as package manager

project setup

  1. execute a git pull
  2. open project in VSCode
  3. If you work with VSCode via remote software:
    {Ctrl}+{Shift}+{P} -> >Preferences: Open Settings (UI) -> search for keyboard.dispatch and set it to keyCode
    Restart or reload VSCode.
  4. execute the following commands in order to set up the project:
# install dependencies
pnpm install

scripts / commands

# dev run
pnpm run dev
# you get:
# - public slide show   > http://localhost:3030/
# - presenter mode      > http://localhost:3030/presenter/

# dev run
pnpm run devRemote
# like the normal `dev` command, but ports are open to full local network.

# build
pnpm run build

# export
pnpm run export

prisma schema to UML

Uses https://github.com/emyann/prisma-uml to convert the FMADB prisma schema to a UML diagram.

FMADB

//TODO add short project description here

Head of project https://fmadb.org, which is part of the talk:

  • Thorsten Seyschab is responsible for the development of FMADB which includes the creation of the data models, the programming of all parts, the deployment and the maintenance.
  • Susanne Hardt is responsible for the music theoretical background of FMADB and helped developing the meta data model for the music analytical parameters and their evaluations in the software.

Attribution

Head of this project:

Honorable mentions:

Used services and dependencies:

License

This project is under the CC-BY-NC-ND-4.0 license. See LICENSE file for more information.

Copyright (c) 2022-present, Thorsten Seyschab.

talk_2022-10-28_musiktheorie-symposium's People

Contributors

toddetv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.