Skip to content

piepieninja/code_music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code_music

This is for composing music in assembly on MAC 2.4 GHz Intel Core i5 with nasm

For a nice wave generation example see the templates

For 2 instrument examples go to portaudio - FAQ: two sounds at same time

.c dependencies:

  • portaudio - just brew install portaudio

you need to compile with gcc and link to portaudio like so:

gcc sourcemusicfile.c -o outputfile.x -lportaudio

.asm dependencies:

  • nasm - just brew install nasm
  • ld - installed with OSX developer tools

About

for composing music in c and assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published