- have nodeJS + npm installed (CURRENT VERSION) => https://nodejs.org/en/
- have git installed => https://git-scm.com/downloads
- download the repo on your pc by typing
git clone https://github.com/mightytyphoon/midi midi
in command line (cmd, terminal) (needs to have git cli) - go in the midi directory and run :
npm i
in cmd/terminal this will install all dependencies- note : postinstall of nw && ng can be long, be patient
- run the program with :
npm run dev
npm start
still in terminal
- the save will be originalFileName.mid => originalFileName-transposee.mid at the same place
- avoir installé nodejs et npm (CURRENT VERSION) => https://nodejs.org/en/
- avoir installé git => https://git-scm.com/downloads
- ouvrir l'invite de commandes / le terminal (mac) et se placer à l'endroit désiré pour le téléchargement
- télécharger le repository en tapant
git clone https://github.com/mightytyphoon/midi midi
dans l'invite de commandes (windows) ou le terminal (mac)- note : la post-installation de nw peut être longue.
- aller dans le répertoire téléchargé en tapant
cd midi
- puis taper
npm i
dans le terminal/invite de commande windows pour installer les dépendances - lancer le programme avec :
npm start
- le fichier sauvegardé se trouvera dans le meme repertoire que celui d'origine avec -transposee en plus dans le nom
- Interface & app (angular)
- Select tracks
- Higher Octave steps
- Save Transpositions
- View Midi file
- Change name from transposee to substitution (Harmonie Negative Substitution) in code (already done in package)
- add track
- sometimes delete notes
- sometimes doesn't change notes
- ADD MIDI CORRESPONDANCE
- par exemple pour aller de Mi à Sol c'est +3 normalement et si on ajoute une octave c'est +12 en plus