ssj71 / OSC2MIDI

A highly flexible and configurable OSC to JACK MIDI (and back) bridge
GNU General Public License v3.0
46 stars 7 forks source link

flush stdout after initial setup is finished #16

Closed agraef closed 9 years ago

agraef commented 9 years ago

Added an fflush(stdout) after startup. This is a trivial and purely cosmetic change, but it makes the output look nicer with programs driving osc2midi (like my gosc2midi) when output goes to a pipe rather than the terminal.