Featured post
c++ - Send MIDI events to a stand-alone sampler/synth -
i'd develop simple program map pc keyboard piano keyboard: each time user press key midi event generated , stand-alone sampler/synth (such sfz+ or other) receives these events , plays sound.
i able generate midi events (using midioutshortmsg), sent directly fm synth (and played it), i'd send them external software. code must in c/c++.
could me?
tnx.
you should @ jack
jack system handling real-time, low latency audio (and midi). runs on gnu/linux, solaris, freebsd, os x , windows (and can ported other posix-conformant platforms). can connect number of different applications audio device, allowing them share audio between themselves. clients can run in own processes (ie. normal applications), or can can run within jack server (ie. "plugin"). jack has support distributing audio processing across network, both fast & reliable lans slower, less reliable wans.
jack designed ground professional audio work, , design focuses on 2 key areas: synchronous execution of clients, , low latency operation. more background information available.
available source or binaries here.
- Get link
- X
- Other Apps
Comments
Post a Comment