Commit Graph

  • 99c7c96c3d cmDspPgmKrTimeLineLite.c : Initial changes to support Spirio. master kevin 2021-01-29 10:15:58 -0500
  • a5b38e78af cmDspPgm.c : Changed _cmDspSysPgm_Stereo_Through() to support Focusrite interface. kevin 2021-01-29 10:12:22 -0500
  • c79d67c7bf cmXScore.c : Added _cmXScoreValidateDynamicForks() and _cmXScoreAssignGraceGroupId(). kevin 2021-01-29 10:11:29 -0500
  • e29b975677 cmXml.c : Allow attributes to be wrapped in single or double quotes. kevin 2021-01-29 10:09:29 -0500
  • 75067f1304 cmVectOpstemplateCode.h : Fix possibly uninitialized value in GaussCovariance(). kevin 2021-01-26 11:47:47 -0500
  • a4e3c2e550 cmDspBuiltIn.c : Changed _cmDspMidOutRecv() to not sleep between all-note-off transmissions kevin 2021-01-26 11:46:31 -0500
  • bfcb91b276 Fix LICENSE text. kevin 2020-11-02 09:29:21 -0500
  • 7bcd915725 README.md : More updates. kevin 2020-10-16 18:17:12 -0400
  • 4453c9b3c8 Removed unnecessary text from COPYING kevin 2020-10-16 16:21:10 -0400
  • 60b9cfbff4 README.md : Added libcm logo. kevin 2020-10-16 15:16:19 -0400
  • 516028fe5c cmJson.c : Fix typo. kevin 2020-10-16 13:24:20 -0400
  • 866b4cac0e Merge branch 'master' of gitea.larke.org:klarke/libcm kevin 2020-10-16 13:18:05 -0400
  • 41ccb0f178 Merge branch 'develop' kevin 2020-10-16 13:15:13 -0400
  • af855ac168 Merge branch 'develop' of gitea.larke.org:klarke/libcm into develop kevin 2020-10-16 13:13:58 -0400
  • 889011801c README.md : Updates kevin 2020-10-16 13:10:58 -0400
  • d15e6a29ee Documentation updates. kevin 2020-10-16 13:09:16 -0400
  • 0e03acff01 README.md : Added link to generated documentation. kevin 2020-10-15 17:10:13 -0400
  • fd3db429d2 Apply a license notice to all source code files. Add the LICENSE and COPYING files. kevin 2020-10-15 15:40:25 -0400
  • dd8fc144fb Merge branch 'master' of gitea.larke.org:klarke/libcm kevin 2020-10-15 12:02:07 -0400
  • 05cd76192e .gitignore updated. kevin 2020-10-15 12:00:08 -0400
  • ae1384784b Added 'doc' directory to hold document generation files. kevin 2020-10-15 11:59:58 -0400
  • 7b32da2c04 Many documentation string additions and updates. kevin 2020-10-15 11:59:12 -0400
  • a1a3ece09d cmDocMain.h : Deleted. kevin 2020-10-15 11:52:36 -0400
  • b93e3729eb README.md : Initial commit. kevin 2020-10-13 15:13:24 -0400
  • 033204dd04 cmXScore.h : Added cmXScoreMergedEditFiles(). kevin 2020-10-13 15:12:19 -0400
  • b81204a8d2 cmMsgProtocol.h/cmDspClass.h/cmDspUi.c : Added cmDspUi.c:cmDspProgram() is done to send a message to the host from the DSP process when the DSP program is done. kevin 2020-08-24 09:48:30 -0400
  • 4942b48206 cmXScore.c : A warning is now reported when a overlapped note triggers a 'shorten/shift' resolution. Tick number added to pedal state warning messages. kevin 2020-08-04 11:21:13 -0400
  • 8848b03412 Merge branch 'develop' of gitea.larke.org:klarke/libcm into develop kevin 2020-08-03 12:25:54 -0400
  • 4edc0c968d cmDspPgmKrChain2.c,cmDspPgmKrTimeLineLiteAf.c : many changes to refine output. kevin 2020-08-03 12:25:41 -0400
  • c9dc494178 cmDspFx.c, cmDspFx.c : If the second character in the 'scalarOp' object is '$' then any input triggers an output. kevin 2020-08-03 12:23:16 -0400
  • 90bfc6c05b cmDspBuiltIn.c, cmDspValue.h/c : text in 'label' object can now be updated with any variable type. kevin 2020-08-03 12:22:26 -0400
  • 220ca1577c cmDspKr.c : Update 'Kr2' to use input igain variable. kevin 2020-08-03 12:20:13 -0400
  • 349979f8b5 cmProc4.c : Print out preset label in _cmScModActivateGroup(). kevin 2020-08-03 12:18:31 -0400
  • af0e716b1f cmProc2.h/c : Added igain,igainV to cmSpecDist2. kevin 2020-08-03 12:17:56 -0400
  • 75f8c880f7 cmXScore.h/c : Added 'damperRptFl' to print out pedal state during pedal processing. kevin 2020-08-03 12:14:23 -0400
  • 47d4dda2b0 Merge branch 'develop' of gitea.larke.org:klarke/libcm into develop kevin 2020-08-01 08:08:33 -0400
  • f3af534ad5 cmMidiFile.h/c : Added flags arg. to cmMidiFileCalcNoteDurations(), Added cmMidiFileIsPedalUp/Down() macro. cmMidi.h : Fixed bug in cmMidiIsNoteOn() macro. kevin 2020-08-01 08:07:50 -0400
  • ad0b1ad901 cmXScore.c : Added missing underscore to 't_frac' in score CSV column header. kevin 2020-07-31 07:35:27 -0400
  • 6c8ab0a131 cmDspPgmKrTimeLineLiteAf.c : Added stop location and wet,dry master gain. kevin 2020-07-28 14:10:40 -0400
  • b16673bbc0 cmDspFx.c,cmDspPgm.c: Finalized IntToSym. kevin 2020-07-28 14:09:04 -0400
  • 77367919b7 .gitignore : updated to ignore files based on new make style. kevin 2020-07-27 19:38:57 -0400
  • 003a7deddf cmDspPgm.h/c : Added IntToSym example. Added initial set of shortened macros for programming. kevin 2020-07-27 17:41:34 -0400
  • ebecf50417 cmDspFx.h/c : Added IntToSym kevin 2020-07-27 17:40:01 -0400
  • 50f5d15145 cmDspBuiltIn.c : Added 'enable' to AudioOut, Added chIdx to WaveTable kevin 2020-07-27 17:39:16 -0400
  • 186f815636 cmAudDsp.h/c, cmAudioNrtDev.c,cmAudioSys.h : Audio devices are now set in aud_dsp.js by their name rather than their index. kevin 2020-07-27 17:36:43 -0400
  • 4d5e88e766 Makefile.am, clean.sh : Added '-lasound' to library build. Made cleaning process more standard. kevin 2020-07-21 12:05:24 -0400
  • 0ee9146b7e Merge branch 'develop' of gitea.larke.org:klarke/libcm kevin 2020-07-20 17:44:45 -0400
  • ce2412aae3 cmPgmOpts.c : Fix bug where 'flag' type was always reported as 'required'. kevin 2020-07-20 17:43:54 -0400
  • f36c81aae3 Rearrangment of library to support building inside of a project or independently. kevin 2020-07-20 13:18:33 -0400
  • e9e405f4a9 cmAudioPort.c : Enable the input and output channels on the selected devices in cmApPortTest(). kevin 2020-07-19 08:00:20 -0400
  • 7630f0a453 cmApBuf.c : Fixed bug in call to generate output test tone. kevin 2020-07-19 07:57:03 -0400
  • 0243857bfe cmXml.c : XML declaration nodes of the form: <?label ... ?> which do not have conventional attribute lists are now handled. kevin 2020-07-19 07:50:43 -0400
  • 29196253a7 cmAudioPortAlsa.c : Included new snd_pcm_state value SND_PCM_STATE_PRIVATE1 in switch statements to eliminate warning. kevin 2020-07-19 07:49:09 -0400
  • 118fd5c92d Merge branch 'master' of gitea.larke.org:klarke/libcm kevin 2020-07-17 18:48:15 -0400
  • 9d5697d9cd Many changes to support cmtools. kevin 2020-07-17 18:48:01 -0400
  • 2eb0fd0f60 Merge branch 'master' of gitea.larke.org:klarke/libcm kevin 2020-07-17 16:44:34 -0400
  • 2f47cc473c cmTakeSeqBldr.h : Fixed comment spelling error. kevin 2020-07-17 16:44:24 -0400
  • d85c5340fb cmDspPgm.c, cmDspPgmKrTimeLineLite.c : minor changes to support current runtime. kevin 2020-07-17 12:11:26 -0400
  • b79438c5f6 cmDspPgmKrTimeLineLiteAf.c : initial commit kevin 2020-07-17 12:10:17 -0400
  • 6240b8f9a8 Merge branch 'master' of gitea.larke.org:klarke/libcm kevin.larke 2020-03-09 14:45:07 -0400
  • 4a106504f6 cmSerialize.c : Fixed a typo in an assertion in _cmSrReadV(). kevin.larke 2020-03-09 14:44:59 -0400
  • 93382d3b97 cmXScore.c : Added a color to _cmXScoreParseColor(). kevin.larke 2020-03-09 14:44:25 -0400
  • 84243b69aa cmAudDsp.c : Added serial port handle to the audioSys configuration record. kevin.larke 2020-03-09 14:43:17 -0400
  • 0aee816083 Updates to support sample-rate conversion in cmApBuf.h/cpp. kevin.larke 2020-02-29 12:31:01 -0500
  • d5f072fb40 cmDspPgmKrTimeLineLite.c : Added use of 'Picadae' processor. kevin.larke 2020-02-23 14:01:30 -0500
  • 1dc08d75a2 cmDspPgm.c : Initial working version of 'Picadae' processor. kevin.larke 2020-02-23 14:00:38 -0500
  • 0cc1cefe19 Merge branch 'master' of wf:webapps/gitweb/repos/libcm kevin.larke 2020-02-21 15:51:29 -0500
  • d4af37682b cmDspPgm.c : Added _cmDspSysPgm_All_In_And_Out() and other minor changes to test Focusrite audio interface. kevin.larke 2020-02-21 15:51:22 -0500
  • 0627387974 cmDspKr.h/c, cmDspBuiltIn.c : Initial implementation of shell for cmDspPicadae. kevin.larke 2020-02-21 15:48:27 -0500
  • bc901415ac Added cmSerialPort.h include dependency to many files. kevin.larke 2020-02-21 15:43:19 -0500
  • e686cc2c9c cmAudDsp.h/c, cmAudioSys.h/c, cmDspSys.h/c, cmDspNet.h : Added support for serial port. kevin.larke 2020-02-21 15:41:24 -0500
  • 5fc0fccb83 cmAudioPort.c : Added cmApBufEnableMeter() call in cmApPortTest(). kevin.larke 2020-02-21 15:40:06 -0500
  • 08ae2446b2 cmSerialPort.h/c : Added cmSeSetCallback() and cmSeStart(). kevin.larke 2020-02-21 15:39:03 -0500
  • 18b815d387 cmApBuf.c : Added meters output to cmApBufRefport(). kevin.larke 2020-02-21 15:38:22 -0500
  • 317a1fb755 Makefile.am : added cmSerialPort.h/c to Makefile. kevin.larke 2020-02-21 12:35:55 -0500
  • e9afa60e75 cmGlobal.h : Added cmXXXBits() in-place binary operations. kevin.larke 2020-02-21 12:35:18 -0500
  • 575db4382d cmSerialPort.h/c : Initial commit. kevin.larke 2020-02-21 12:34:22 -0500
  • e0a683e8b1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm kevin 2018-01-07 12:04:39 -0500
  • cffa6a6e45 Re-enabled performance measurement code. Replaced cmDspPgmKrChain.c with cmDspPgmKrChain2.c kevin 2018-01-07 12:04:20 -0500
  • 1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. kevin 2017-12-19 21:14:16 -0500
  • 7bb3a82bd6 cmMidiScoreFollow.c : Added _cmMsf_ReportScoreErrors() to the end of cmMidiScoreFollowMain(). kevin 2017-12-17 13:44:43 -0500
  • e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). kevin 2017-12-17 13:43:39 -0500
  • 43d7968ba0 cmFile.c : Added use of cmSTATIC_NULL_HANDLE to set cmFileNullHandle. kevin 2017-12-17 13:42:26 -0500
  • d490c05b72 cmMidiFile.h/c : Added cmMidiFileReport(). kevin 2017-12-17 13:41:58 -0500
  • f028c892ad cmRptFile.c : Initial commit. kevin 2017-12-17 13:41:25 -0500
  • 286a303d04 cmProc4.h/c, cmDspKr.c : Initial changes to support scMod 'in' and 'cross'. kevin 2017-10-20 14:53:11 -0400
  • 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. kevin 2017-10-20 14:51:25 -0400
  • 4cb13a7cc3 cmScore.h : Documented varlues of kXXXVarScId's kevin 2017-10-20 14:40:46 -0400
  • 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. kevin 2017-09-20 23:52:34 -0400
  • b7ab42065b cmDspBuiltIn.c : cmDspMidiIn now accepts a MIDI device/port to filter incoming MIDI messages. kevin 2017-09-20 23:51:25 -0400
  • b22f1d3ad3 cmMidiOsx.c : Fixed bug where the incorrect device index was reported by incoming MIDI messages. kevin 2017-09-20 23:49:08 -0400
  • df71bdfc70 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm kevin 2017-09-16 18:02:10 -0400
  • 468b5d54bc Fixed bug in cmDspSys.c cmDspSysRcvMsg() where the value.flags field in the MIDI packet broadcast message was not initialized. kevin 2017-09-16 17:58:48 -0400
  • 6c7d6376d8 Initial setup of Kr2 in _cmDspSys_TlXfromChain() to allow scaling parameters by measurements. Fixed port descriptions labels for ScaleRange. kevin larke 2017-09-14 21:11:37 -0400
  • dbd448177c cmDspPgmKrChain.c : Added 'switch' button to force x-fader transition. kevin 2017-07-08 17:20:32 -0400
  • 4461d1c128 cmXScore.c : Changed to fix problem with dynamic forks interpretation. kevin larke 2017-05-18 21:34:46 -0400
  • 92ea6ff806 cmXScore.c : Added the ability to increment the grace group id. kevin 2017-05-13 16:59:25 -0400
  • af84645fa4 cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings. kevin 2017-05-06 16:43:57 -0400
  • c1076ddf0c cmXScore.c : Added _cmXScoreRemoveNote(). kevin larke 2017-04-22 12:24:19 -0400
  • 677f8d1c34 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm kevin larke 2017-04-15 12:28:50 -0400