Pinned Repositories
algorithmicMidiTextData
Algorithmic generation of midi excerpts and corresponding text descriptions that indicate specific concepts that exist within the musical content of the excerpt under description.
BSc_MTA-HMU_AudioProgramming
chameleon
Online implementation of the CHAMELEON melodic harmonisation assistant/blender.
chameleon_jazz
cppAudioFX
C++ implementation of audio effects, mainly for processing guitar signal. The implementation is tested in JUCE, but the classes can be used in any C++ - related framework, e.g. Bela.
GCT_py
Python implementations related to the General Chord Type symbolic music representation
grainman
guitar_tab_transcription
Transcribing guitar tabs from various musical inputs
MSc_LangTech_NKUA_DSP
Code for MSc_LangTech_NKUA courses.
pdFileGranulator
This project is about granular synthesis in Pure Data, using simple concepts of granular synthesis.
maximoskp's Repositories
maximoskp/MSc_LangTech_NKUA_DSP
Code for MSc_LangTech_NKUA courses.
maximoskp/BSc_MTA-HMU_AudioProgramming
maximoskp/chameleon_jazz
maximoskp/GCT_py
Python implementations related to the General Chord Type symbolic music representation
maximoskp/algorithmicMidiTextData
Algorithmic generation of midi excerpts and corresponding text descriptions that indicate specific concepts that exist within the musical content of the excerpt under description.
maximoskp/guitarpro_to_audio
Converts guitar pro files (e.g., from the DadaGP dataset) to multitrack audio using python.
maximoskp/jazz_visualisation_transformer
The backend for producing visualizations of jazz standards based on their harmonic chart.
maximoskp/acc-gen-8bar-wholesong
MIREX2024 Symbolic Music Generation Baseline
maximoskp/chameleon_transformer
Transformer approaches for the CHAMELEON melodic harmonization system.
maximoskp/chart_accompaniment
Includes the submission to MIREX Symbolic Music Generation challenge code.
maximoskp/chords2pianoroll
A method for transforming chords (e.g, via their 12D pitch class format) to pianoroll (initially, piano performance).
maximoskp/cymbals_sound_NN_exploration
maximoskp/evoNeuralSwarmSpeech
maximoskp/gameboy_dev_tutorials
An attempt to create a tutorial for myself that starts with C and hopefully ends with GBZ80 assembly.
maximoskp/gbz80_helloworld
Following this tutorial and playing around: https://gbdev.io/gb-asm-tutorial/part1/hello_world.html
maximoskp/HarmTok
Tokenization methods for harmony.
maximoskp/knowledge_graph_blending
An implementation for developing conceptual blending on knowledge graphs in python.
maximoskp/maximoskp
This is my github page!
maximoskp/mir_eval
Evaluation functions for music/audio information retrieval/signal processing algorithms.
maximoskp/MSc_MTA-HMU_AudioProgramming
maximoskp/MSc_MTA_HMU_AppliedML
maximoskp/muspy
A toolkit for symbolic music generation
maximoskp/pretrain_MIDI_transformers
Pretraining well-known encoder and / or decoder transformers on MIDI datasets.
maximoskp/pypianoroll
A toolkit for working with piano rolls
maximoskp/python_baseline_tutorial
The code and exercises for the "Python Baseline Tutorial" video series.
maximoskp/python_colab_packages
Simple collection of custom (mainly music and audio-related) packages for importing in google colab
maximoskp/pytorch_tutorials
Simple tutorials on basics of pytorch.
maximoskp/singer_classification
maximoskp/singer_feature_multi_regression
Applies multiple regression heads to fine tune an audio transformer on multiple downstream refression tasks.
maximoskp/vanilla_transformer_pytorch
A vanilla encoder-decoder base in pytorch, for experimentation. The main branch is intended to remain in vanilla form and branches from that should include the experimental variations.