{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
\n", "\"FMP\"\n", "\"AudioLabs\"\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
\n", "\"B\"\n", "

Basics

\n", "
\n", "\n", "
\n", "\n", "

\n", "The notebooks of Part B serve different purposes. First, these notebooks describe the main tools used for developing the FMP notebooks. Second, they give short introductions of the relevant technical concepts while providing links to more detailed tutorials. Third, the notebooks give examples for best practices for generating and using code, figures, and sound elements. \n", "

\n", "\n", "
\n", "Note: The notebooks of the Part B do not have to be read in the order they are specified. The B-part notebooks serve as a documentation and reference of overarching aspects that concern the FMP notebooks of the subsequent parts.\n", "
\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Overview\n", "\n", "\n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "
TopicDescriptionHTMLIPYNB
Get StartedExplanation on how to install and use the FMP notebooks[html][ipynb]
InstallationInstallation of Python (as specified in environment.yml) using Conda[html][ipynb]
Jupyter NotebookUsage of Jupyter notebook framework[html][ipynb]
Python BasicsIntroduction of basic data types, control structures, and functions[html][ipynb]
Python Style GuideRecommendations for programming style[html][ipynb]
MultimediaIntegration of multimedia objects (images, audio, video files) into notebooks[html][ipynb]
Python VisualizationGeneration of figures and images[html][ipynb]
Python AudioReading and writing audio files[html][ipynb]
NumbaAcceleration of Python functions via JIT compilation[html][ipynb]
Annotation VisualizationVisualization of annotations (single value, segments)[html][ipynb]
SonificationSonification methods for time positions, F0 trajectories, and chromagrams[html][ipynb]
libfmpLibrary of FMP-specific Python functions[html][ipynb]
MIR ResourcesLinks to resources that are useful for MIR[html][ipynb]
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
\"C0\"\"C1\"\"C2\"\"C3\"\"C4\"\"C5\"\"C6\"\"C7\"\"C8\"
" ] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.16" } }, "nbformat": 4, "nbformat_minor": 1 }