Commit Graph

1018 Commits

Author SHA1 Message Date
kevin
b79438c5f6 cmDspPgmKrTimeLineLiteAf.c : initial commit 2020-07-17 12:10:17 -04:00
kevin.larke
6240b8f9a8 Merge branch 'master' of gitea.larke.org:klarke/libcm 2020-03-09 14:45:07 -04:00
kevin.larke
4a106504f6 cmSerialize.c : Fixed a typo in an assertion in _cmSrReadV(). 2020-03-09 14:44:59 -04:00
kevin.larke
93382d3b97 cmXScore.c : Added a color to _cmXScoreParseColor(). 2020-03-09 14:44:25 -04:00
kevin.larke
84243b69aa cmAudDsp.c : Added serial port handle to the audioSys configuration record. 2020-03-09 14:43:17 -04:00
kevin.larke
0aee816083 Updates to support sample-rate conversion in cmApBuf.h/cpp. 2020-02-29 12:31:01 -05:00
kevin.larke
d5f072fb40 cmDspPgmKrTimeLineLite.c : Added use of 'Picadae' processor. 2020-02-23 14:01:30 -05:00
kevin.larke
1dc08d75a2 cmDspPgm.c : Initial working version of 'Picadae' processor. 2020-02-23 14:00:38 -05:00
kevin.larke
0cc1cefe19 Merge branch 'master' of wf:webapps/gitweb/repos/libcm 2020-02-21 15:51:29 -05:00
kevin.larke
d4af37682b cmDspPgm.c : Added _cmDspSysPgm_All_In_And_Out() and other minor changes to test Focusrite audio interface. 2020-02-21 15:51:22 -05:00
kevin.larke
0627387974 cmDspKr.h/c, cmDspBuiltIn.c : Initial implementation of shell for cmDspPicadae. 2020-02-21 15:48:27 -05:00
kevin.larke
bc901415ac Added cmSerialPort.h include dependency to many files. 2020-02-21 15:43:19 -05:00
kevin.larke
e686cc2c9c cmAudDsp.h/c, cmAudioSys.h/c, cmDspSys.h/c, cmDspNet.h : Added support for serial port. 2020-02-21 15:42:25 -05:00
kevin.larke
5fc0fccb83 cmAudioPort.c : Added cmApBufEnableMeter() call in cmApPortTest(). 2020-02-21 15:40:06 -05:00
kevin.larke
08ae2446b2 cmSerialPort.h/c : Added cmSeSetCallback() and cmSeStart(). 2020-02-21 15:39:03 -05:00
kevin.larke
18b815d387 cmApBuf.c : Added meters output to cmApBufRefport(). 2020-02-21 15:38:22 -05:00
kevin.larke
317a1fb755 Makefile.am : added cmSerialPort.h/c to Makefile. 2020-02-21 12:35:55 -05:00
kevin.larke
e9afa60e75 cmGlobal.h : Added cmXXXBits() in-place binary operations. 2020-02-21 12:35:18 -05:00
kevin.larke
575db4382d cmSerialPort.h/c : Initial commit. 2020-02-21 12:34:22 -05:00
kevin
e0a683e8b1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2018-01-07 12:04:39 -05:00
kevin
cffa6a6e45 Re-enabled performance measurement code. Replaced cmDspPgmKrChain.c with cmDspPgmKrChain2.c 2018-01-07 12:04:20 -05:00
kevin
1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. 2017-12-19 21:14:16 -05:00
kevin
7bb3a82bd6 cmMidiScoreFollow.c : Added _cmMsf_ReportScoreErrors() to the end of cmMidiScoreFollowMain(). 2017-12-17 13:44:43 -05:00
kevin
e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). 2017-12-17 13:43:39 -05:00
kevin
43d7968ba0 cmFile.c : Added use of cmSTATIC_NULL_HANDLE to set cmFileNullHandle. 2017-12-17 13:42:26 -05:00
kevin
d490c05b72 cmMidiFile.h/c : Added cmMidiFileReport(). 2017-12-17 13:41:58 -05:00
kevin
f028c892ad cmRptFile.c : Initial commit. 2017-12-17 13:41:25 -05:00
kevin
286a303d04 cmProc4.h/c, cmDspKr.c : Initial changes to support scMod 'in' and 'cross'. 2017-10-20 14:53:11 -04:00
kevin
3dd3d9818a cmDspPgmKrChain.h/c, cmDspPgmKrTimeLineLite.c : Changes to support driving transforms
through from chain scale ranges untis and to take input from the MIDI input
or a the MIDI file player.
2017-10-20 14:51:25 -04:00
kevin
4cb13a7cc3 cmScore.h : Documented varlues of kXXXVarScId's 2017-10-20 14:40:46 -04:00
kevin
65415e4111 cmDspPgmKrTimeLineLite.c : Disconnected the MIDI file player from the score follower and MIDI out and connected a MIDI input port in it's place. 2017-09-20 23:52:34 -04:00
kevin
b7ab42065b cmDspBuiltIn.c : cmDspMidiIn now accepts a MIDI device/port to filter incoming MIDI messages. 2017-09-20 23:51:25 -04:00
kevin
b22f1d3ad3 cmMidiOsx.c : Fixed bug where the incorrect device index was reported by incoming MIDI messages. 2017-09-20 23:49:08 -04:00
kevin
df71bdfc70 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2017-09-16 18:02:10 -04:00
kevin
468b5d54bc Fixed bug in cmDspSys.c cmDspSysRcvMsg() where the value.flags field in the MIDI packet broadcast message was not initialized. 2017-09-16 17:58:48 -04:00
kevin larke
6c7d6376d8 Initial setup of Kr2 in _cmDspSys_TlXfromChain() to allow scaling parameters by measurements.
Fixed port descriptions labels for ScaleRange.
2017-09-14 21:11:37 -04:00
kevin
dbd448177c cmDspPgmKrChain.c : Added 'switch' button to force x-fader transition. 2017-07-08 17:20:32 -04:00
kevin larke
4461d1c128 cmXScore.c : Changed to fix problem with dynamic forks interpretation. 2017-05-18 21:34:46 -04:00
kevin
92ea6ff806 cmXScore.c : Added the ability to increment the grace group id. 2017-05-13 16:59:25 -04:00
kevin
af84645fa4 cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings. 2017-05-06 16:43:57 -04:00
kevin larke
c1076ddf0c cmXScore.c : Added _cmXScoreRemoveNote(). 2017-04-22 12:24:19 -04:00
kevin larke
677f8d1c34 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2017-04-15 12:28:50 -04:00
kevin larke
71e9fdd169 cmXScore.h/c : Improved comments. cmXScoreTest() now calls cmXScoreGenEditFile() when editFn arg is given and the associated file does not exist. 2017-04-15 12:27:27 -04:00
kevin
98cef5668f Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2017-04-15 11:20:22 -04:00
kevin
00728f26af cmDspPgmKrChain.c : Added TODO on crash bug - but didn't fix it! 2017-04-15 11:17:30 -04:00
kevin larke
e426f5dbd1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2017-03-19 10:33:23 -04:00
kevin larke
59dbe1df10 cmScore.c : Changed invalid MIDI velocity from fatal error to a warning. 2017-03-19 10:33:11 -04:00
kevin larke
79c4326782 cmDspPgmKrChain.c : Added the cmKr2 based version of the transform chain. 2017-03-19 10:28:32 -04:00
kevin larke
dc5bd41378 cmDspKr.h/c, cmDspBuiltIn.c : Added cmKr2 (modeless version of cmKr). 2017-03-19 10:27:11 -04:00
kevin larke
002ca3507b cmProc2.h/c : Added cmSpecDist2(). 2017-03-19 10:26:01 -04:00