- Initialize RtAudio with component env. - Mouse and keyboard input support. - Audio synthesis run scenarios. Fix #73
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
LICENSE := MIT
|
|
VERSION := git
|
|
DOWNLOADS := rtaudio.archive
|
|
|
|
OWNER := ehmry
|
|
REPO := rtaudio
|
|
REV := 4dc7017ccbae09231a4f8a48ac11a388171e95b3
|
|
URL(rtaudio) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
|
SHA(rtaudio) := 83414b09e48757d91f60fc936402501ec1a6bb8c
|
|
DIR(rtaudio) := src/lib/rtaudio
|
|
|
|
DIRS := include/RtAudio
|
|
DIR_CONTENT(include/RtAudio) := src/lib/rtaudio/RtAudio.h
|