Certainement pas en MP3... mais en MIDI c'est possible!

http://tiplanet.org/index.php?mod=ne ... iresid=946
kindermoumoute a écrit:C'est énorme, et moi qui venait juste de faire un adaptateur pour les écouteurs... en stéréo !
Par contre j'aimerais vraiment qu'on m'explique comment est ce qu'on convertit un fichier midi en 8xp, car sur le site de convertisseur en ligne j'obtiens ça :
Show/Hide spoilerAfficher/Masquer le spoiler
Tracks Selected for Conversion: 2
Step 1: Reading Tracks
Track 2 added. (8557 bytes, 6 max simultaneous notes)
Maximum simultaneous notes in selected track subset is 6
Step 2: Rendering Track Data
Raw track 0 rendered to array of size 602 notes.
Step 3: Matching Notes
Notes in raw channel 9, subchannel 0 matched to 2 total notes (Min,Max = 35,59)
Track Visualization:
0
Total Input Channels: 1
Searching for common subsections for compression...
Applying subsections for compression...
Compressed 1 notes into 2 notes (-100% compression).
Base Octave: 24
Minimum Note: 35
Maximum Note: 59
Original:
.nolist
#include "mt3notes.inc"
.list
.org $0000
.db $BB,$6D
.db $C9
.db $31,$80
.db 0,1,4
Start:
title: .db "",0
artist: .db "",0
album: .db "",0
tempo = 120
song:
playsection(all)
endsong
all:
note(b2,b2,b2,b2,136304/tempo)
endsection
.end
END
Compressed:
.nolist
#include "mt3notes.inc"
.list
.org $0000
.db $BB,$6D
.db $C9
.db $31,$80
.db 0,1,4
Start:
title: .db "",0
artist: .db "",0
album: .db "",0
tempo = 120
song:
playsection(s0)
endsong
s0:
note(b2,b2,b2,b2,136304/tempo)
endsection
.end
END
Conversion Complete.
Si il faut obligatoirement passer par l'ASM... c'est dommage :'(
Utilisateurs parcourant ce forum: ClaudeBot [spider] et 9 invités