All Projects → marcobn → musicntwrk

marcobn / musicntwrk

Licence: GPL-3.0 license
Network Analysis of Generalized Musical Spaces

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to musicntwrk

gensound
Pythonic audio processing and generation framework
Stars: ✭ 69 (+86.49%)
Mutual labels:  music-composition
ismir2019-music-style-translation
The code for the ISMIR 2019 paper “Supervised symbolic music style translation using synthetic data”.
Stars: ✭ 27 (-27.03%)
Mutual labels:  music-information-retrieval
macvendor
CLI tool which looks up hardware vendor names for network devices based on the macvendors.com API
Stars: ✭ 17 (-54.05%)
Mutual labels:  network-analysis
ACA-Slides
Slides and Code for "An Introduction to Audio Content Analysis," also taught at Georgia Tech as MUSI-6201. This introductory course on Music Information Retrieval is based on the text book "An Introduction to Audio Content Analysis", Wiley 2012/2022
Stars: ✭ 84 (+127.03%)
Mutual labels:  music-information-retrieval
multigraph
multigraph: Plot and Manipulate Multigraphs in R
Stars: ✭ 18 (-51.35%)
Mutual labels:  network-analysis
musyn
Write music together, in real time.
Stars: ✭ 20 (-45.95%)
Mutual labels:  music-composition
migraph
Tools for multimodal and multilevel network analysis
Stars: ✭ 25 (-32.43%)
Mutual labels:  network-analysis
django-music-publisher
Software for managing music metadata, registration/licencing of musical works and royalty processing.
Stars: ✭ 46 (+24.32%)
Mutual labels:  music-composition
edgebundle
R package implementing edge bundling algorithms
Stars: ✭ 100 (+170.27%)
Mutual labels:  network-analysis
stripnet
STriP Net: Semantic Similarity of Scientific Papers (S3P) Network
Stars: ✭ 82 (+121.62%)
Mutual labels:  network-analysis
chords
Text-based chord progression editor
Stars: ✭ 25 (-32.43%)
Mutual labels:  music-composition
obsidiantools
Obsidian tools - a Python package for analysing an Obsidian.md vault
Stars: ✭ 179 (+383.78%)
Mutual labels:  network-analysis
emusic net
Neural network to classify certain styles of Electronic music
Stars: ✭ 22 (-40.54%)
Mutual labels:  music-information-retrieval
Whatsapp-Net
Generate a network graph of connections from your WhatsApp groups data
Stars: ✭ 75 (+102.7%)
Mutual labels:  network-graph
Dyci2Lib
"Dicy2 for Max" is a Max package implementing interactive agents using machine-learning to generate musical sequences that can be integrated into musical situations ranging from the production of structured material within a compositional process to the design of autonomous agents for improvised interaction. Check also our plugin for Ableton live !
Stars: ✭ 35 (-5.41%)
Mutual labels:  music-composition
hp2p
Heavy Peer To Peer: a MPI based benchmark for network diagnostic
Stars: ✭ 17 (-54.05%)
Mutual labels:  network-analysis
graphTweets
📣 Visualise networks of Twitter interactions
Stars: ✭ 46 (+24.32%)
Mutual labels:  network-analysis
da-tacos
A Dataset for Cover Song Identification and Understanding
Stars: ✭ 50 (+35.14%)
Mutual labels:  music-information-retrieval
pcapdj
pcapdj - dispatch pcap files
Stars: ✭ 41 (+10.81%)
Mutual labels:  network-analysis
badtraffic
Supporting data for BAD TRAFFIC Citizen Lab report.
Stars: ✭ 21 (-43.24%)
Mutual labels:  network-analysis

musicntwrk logo

music as data, data as music

unleashing data tools for music theory, analysis and composition

A python library for pitch class set and rhythmic sequences classification and manipulation, the generation of networks in generalized music and sound spaces, deep learning algorithms for timbre recognition, and the sonification of arbitrary data

Table of contents

Quick start

pip install musicntwrk

or

pip install musicntwrk[with_MPI]

(if there is a pre-existing installation of MPI, pip will automatically install the mpi4pi wrapper)

- Examples and support files can be downloaded here

There are three example notebooks: basic, advanced harmony, advanced timbre. See the ipynb files for a full description.

What's included

musicntwrk is a project written for python 3 and comprised of a main module, musicntwrk, and many additional helper packages included in the distribution:

  • musicntwrk - is the main module and contains helper clasess for pitch class set classification and manipulation in any arbitrary temperament (PCSet, PCSetR and PCSrow), and the main class musicntwrk that allows the construction of generalized musical space networks using distances between common descriptors (interval vectors, voice leadings, rhythm distance, etc.); the analysis of scores, the sonification of data and the generation of compositional frameworks. musicntwrk acts as a wrapper for the various functions organized in the following sub projects:
    • networks - contains all the modules to construct dictionaries and networks of pitch class set spaces including voice leading, rhythmic spaces, timbral spaces and score network and orchestarion analysis
    • data - sonification of arbitrary data structures, including automatic score (musicxml) and MIDI generation
    • timbre - analysis and characterization of timbre from a (psycho-)acoustical point of view. In particular, it provides: the characterization of sound using, among others, Mel Frequency or Power Spectrum Cepstrum Coefficients (MFCC or PSCC); the construction of timbral networks using descriptors based on MF- or PS-CCs
    • harmony - helper functions for harmonic analysis, design and autonomous scoring
    • ml_utils - machine learning models for timbre recognition through the TensorFlow Keras framework
    • plotting - plotting function including a module for automated network drawing
    • utils - utility functions used by other modules

Documentation

The most computationally intensive parts of the modules can be run on parallel processors using the MPI (Message Passing Interface) protocol. Communications are handled by two additional modules: communications and load_balancing. Since the user will never have to interact with these modules, we omit here a detailed description of their functions.

Author

Marco Buongiorno Nardelli

Marco Buongiorno Nardelli is University Distinguished Research Professor at the University of North Texas: composer, flutist, computational materials physicist, and a member of CEMI, the Center for Experimental Music and Intermedia, and iARTA, the Initiative for Advanced Research in Technology and the Arts. He is a Fellow of the American Physical Society and of the Institute of Physics, and a Parma Recordings artist. See here for a longer bio-sketch.

Citation

Marco Buongiorno Nardelli, "musicntwrk, a python library for pitch class set and rhythmic sequences classification and manipulation, the generation of networks in generalized music and sound spaces, deep learning algorithms for timbre recognition, and the sonification of arbitrary data", www.musicntwrk.com (2019).

Thanks

This project has been made possible by contributions from the following institutions:

UNT logo     CEMI logo     PRISM logo     IMeRA logo


musicntwrk is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright (C) 2018-2020 Marco Buongiorno Nardelli
www.materialssoundmusic.com
www.musicntwrk.com
[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].