Changes in / [fb7db6b:7858305]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
rfb7db6b r7858305 41 41 if ( is_beat && !is_silence ) { 42 42 aubio_wavetable_play ( wavetable ); 43 /* Send tap over midi output */44 /* Is called without jack use so ask for jack use */45 if (usejack)46 {47 /* Note on midi clock: Midi clock looks like it is more suitable here,48 * but it is send 24 times between the detected bpm which is impossible49 * to do since we get here only once per peat.50 * Therefore midinote is used as a good workaround.51 * Reference:52 * http://www.blitter.com/~russtopia/MIDI/~jglatt/tech/midispec/clock.htm */53 send_noteon(0, 0);54 }55 43 } else { 56 44 aubio_wavetable_stop ( wavetable );
Note: See TracChangeset
for help on using the changeset viewer.