Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ratchov/midish

Tags

v1.4.0

Toggle v1.4.0's commit message
build: Drop vars used to build multiple binaries

v1.3.3

Toggle v1.3.3's commit message
manual: readline is not used anymore

v1.3.2

Toggle v1.3.2's commit message
load_trakc/smf_gettrack: Don't access device if event has no device

Fixes crashes

v1.3.1

Toggle v1.3.1's commit message
Properly ignore nested notes instead of aborting.

If after the filter layer there's a nested note (eg the same note is
played simultaneously on two keyboards and routed to the same output)
just ignore it.

Found by bang corrupt <[email protected]>, thanks!

v1.3.0

Toggle v1.3.0's commit message
s/function/command/

v1.2.2

Toggle v1.2.2's commit message
Implement undo for iset and oset.

v1.2.1

Toggle v1.2.1's commit message
test for CLOCK_MONOTONIC on OSX, as new releases have clock_gettime

v1.2.0

Toggle v1.2.0's commit message
mdep_mux_wait() calls itself from blocking r and p commands (in batch

mode). But if the inner mdep_mux_wait() call gets input, the
interpreter is called to process statements after the 'r' and 'p'
commands, which in turn end-up not being blocking. Found
by Michael W. Bombardieri <mb at ii.net>.

v1.1.3

Toggle v1.1.3's commit message
Fix tty code to submit all the input (not the last line only). Fixes

plain files being mis-interpreted. Found by Luc Tanguay <lucus
at sympatico.ca>, thanks.

v1.1.2

Toggle v1.1.2's commit message
When the song is relocated, check if the end of the project is

reached and if so, don't start playback in batch mode.
This avoids the dalay between the start event and the first
clock tick which trigger an active sensing message. Problem
found by Luc Tanguay <lucus at sympatico.ca>