This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
764
Commits
2
Branches
Tree:
13663b4bfb
dds
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '13663b4bfb'
${ noResults }
teensy-audio
/
extras
/
miditones
/
Makefile
Makefile
89B
Raw
Normal View
History
Move miditones to a non-versioned file name
8 years ago
Add velocity option to miditones program
10 years ago
1
2
3
4
5
miditones: miditones.c
gcc -O2 -Wall -o miditones miditones.c
clean:
rm -f miditones