kevin
0d644c9281
cwIoMidiRecordPlay.cpp : Change the location where p->ioH is initialized in create() to guarantee that it is valid in _destroy().
2023-01-30 19:23:42 -05:00
kevin
141bd8da73
cwIoMidiRecordPlay.cpp : _stop() now checks p->startedFl before executing stop actions.
...
This prevents multiple kPlayerStoppedActionId's from being sent to app.
seek() now calls _midi_state_clear() instead of _stop(). This fixes problem which
prevented preset sequencing in app.
2023-01-21 11:39:01 -05:00
kevin
3e4230bf5d
cwIoMidiRecordPlay.cpp : Added delay after every damper pedal up to ensure that the strings are fully damped prior to the next damper down.
2023-01-14 17:17:19 -05:00
kevin
4039613124
cwIoMidiRecordPlay.cpp : Added use of midi_state_t to handle correct seeking and stopping.
2023-01-14 13:38:18 -05:00
kevin
a2f459c5fb
cwIoMidiRecordPlay.cpp : Add chord based dynamics scaling.
2022-12-22 15:52:49 -05:00
kevin
56f50f903c
cwIoAudioMidi.cpp,cwIoMidiRecordPlay.cpp,cwIoMinTest.cpp : Updates to account for 'asyncFl' now implemented in cwIo API
2022-12-12 12:21:45 -05:00
kevin
7b01e1aaec
Merge branch 'master' of https://gitea.larke.org/kevin/libcw
2022-11-11 14:05:49 -05:00
kevin
b1cfeb814c
cwIoMidiRecordPlay.cpp : Added dead-band and mute implementation.
2022-11-11 14:04:44 -05:00
kevin
3b050ab640
cwIoMidiRecordPlay.cpp : Fixed bug where sizeof file read was 0 in _am_file_read()
2022-11-11 11:52:59 -05:00
kevin
d8e4109baf
cwIoMidiRecordPlay.h/cpp :Added send_midi_msg().
2022-10-26 08:47:54 -04:00
kevin
4b65621c68
cwIoAudioMidiApp.cpp,cwIoMidiRecordPlay.h/cpp : Upgrades to cwIoAudioMidiApp.
2022-10-15 15:07:06 -04:00
kevin
3c79433145
cwIoMidiRecordPlay.cpp: Added velocity histogram and 'force damper down' logic.
2022-10-15 09:26:35 -04:00
kevin
f82c440e33
Merge branch 'master' of gitea.larke.org:kevin/libcw
2022-10-01 19:05:22 -04:00
kevin
5b3b6ab3cb
cwIoMidiRecordPlay.cpp : am_to_midi_file() verify file exists.
2022-10-01 19:00:33 -04:00
kevin
4f96ac3131
cwIoMidiRecordPlay.cpp : Added 'quiet_flag' to turn off logging of out of range pedal velocites.
2022-10-01 18:51:30 -04:00
kevin
984cb3a11a
cwIoMidiRecordPlay.cpp : Recognize and read version 0 AM files.
2022-09-10 08:54:17 -04:00
kevin
063f0ebbac
cwIoMidiRecordPlay.cpp : Comment out 'damp up/down' log msg.
2022-06-12 12:15:08 -04:00
kevin
7c567ff1c8
cwIoMidiRecordPlay.h/cpp: Added 'actionId' to callback function.
2022-05-21 09:26:23 -04:00
kevin
09e371ba93
cwIoMidiRecordPlay.cpp : Do not initialize disabled MIDI devices.
2022-05-14 12:37:11 -04:00
kevin
7d7b194b48
cwIoMidirecordPlay.h/cpp : Added delay after the last note is played to allow sounding notes to finish prior to sending all-note-off.
2022-05-14 10:22:29 -04:00
kevin
82882d7bac
cwIoMidiRecordPlay.h/cpp : Add 'location' to outgoing messages.
2022-05-06 16:03:43 -04:00
kevin
20f631afc5
cwIoMidiREcordPlay,cwIoPresetSelApp : Updated to include half-pedal experimentation procedure, and separate velocity tables for each MIDI device.
2022-03-20 10:27:46 -04:00
kevin
586b71b93c
cwIoMidiRecordPlay.h/cpp : Add multiple MIDI devices.
2022-01-22 09:42:21 -05:00
kevin
d6d3bbd5ed
cwIoMidiRecordPlay.cpp : Timer is now deleted in _destroy().
2021-12-29 21:37:07 -05:00
kevin
e49a0c6935
cwIoMidiRecordPlay.h/cpp : Added 'end_play_event_timestamp' and associated functionality.
2021-11-14 11:52:24 -05:00
kevin
9bdc4fc6f1
cwIoMidiRecordPlay.h/cpp : Added load() and seek() and MIDI event callback function
...
to support cwIoPresetSelApp.
2021-11-01 10:13:48 -04:00
kevin
cb44d28430
cwIoAudioMidi.cpp, cwIoAudioRecordPlay.cpp, cwIoMidiRecordPlay.h/cpp, cwMidiPort.cpp: Many changes and additions.
2021-08-15 16:02:45 -04:00
kevin
ddad22cde0
cwIoAudioMidiApp.h/cpp,cwIoAudioRecordPlay.h/cpp,cwIoMidiRecordPlay.h/cpp: Initial commit.
2021-05-10 08:38:10 -04:00