Commit Graph

  • 883c00e3f7 cwMidiState.h/cpp : Added default_config(),config() and report_events() kevin 2023-05-09 08:14:12 -0400
  • e2288f21f0 cwMIdi.h : Strip channel from status on all status predicates. kevin 2023-05-09 07:30:29 -0400
  • 136d2974a9 cwIo.h/cpp : Include timer index in timer callback record. kevin 2023-05-09 07:29:43 -0400
  • d094a551ae cwSvg.cpp : Fix formatting of inline style header. kevin 2023-05-09 07:29:03 -0400
  • a5d0116cd7 cwMidiState,cwSvgMidi,cwSvgScore, Makefile : Initial commit. kevin 2023-04-30 21:24:26 -0400
  • f3803fefd0 cwIoPresetSelApp.cpp : Added use of a system wide sample rate. Initial integration of score follower. kevin 2023-04-30 21:22:49 -0400
  • 37924ff67f cwIoMidiRecordPlay.cpp : Removed dead code and use fix merge errors. kevin 2023-04-30 21:20:25 -0400
  • 835f23800b cwMidi.h : midiToSciPitch() now has some default arguments. kevin 2023-04-30 21:19:15 -0400
  • 8ae846ee05 cwMidiFile.h/cpp : Fixed memory leaks. kevin 2023-04-30 21:18:38 -0400
  • 87c319c11f cwScoreFollower.h/cpp: Added cw loc. <-> cm loc maps. Initial working version. kevin 2023-04-30 21:17:31 -0400
  • 2d646837a6 cwTime.h/cpp : Added specToSeconds() kevin 2023-04-30 21:16:14 -0400
  • f5993f4aad cwIoMidiRecordPlay.cpp : Merge after inadvertent 'stash pop' kevin 2023-04-11 08:36:04 -0400
  • 47a5bbe06a cwInterface.cpp,cwScoreFollower.cpp : Initial non-realtime score follower. kevin 2023-04-11 08:20:18 -0400
  • ab40711eee cwIo.cpp : Added use of atomic isStartedFl kevin 2023-03-21 08:27:32 -0400
  • 6c97b62d6f cwIoPresetSelApp.cpp : Added use of cwVelTableTuner kevin 2023-03-20 19:41:58 -0400
  • 67361c928b cwVelTableTuner.h/cpp : Add the 'defaultFl' parameter to determine which velocity table should be loaded by default for a given MIDI device. kevin 2023-03-20 08:55:23 -0400
  • ecdec5aa60 cwIoMidiRecordPlay.h/cpp: Load the velocity table from an external cfg file as provided by cwVelTableTuner.cpp kevin 2023-03-20 08:54:11 -0400
  • 5d2a7390a5 cwIoAudioMidiApp.cpp : Make use of velocity table optional. kevin 2023-03-20 08:52:32 -0400
  • 190ead625f cwFlow.h/cpp : Argument object to test() now contains the name of the flow_proc_dict file rather than receiving it as a separate arg.. kevin 2023-03-17 18:24:07 -0400
  • 6815f87256 html/sel_preset/ui.cfg : Updates to support vel. table tuner. kevin 2023-03-17 18:18:33 -0400
  • ec6a55d07c cwVelTableTuner.h/cpp : Initial commit. kevin 2023-03-17 18:17:22 -0400
  • 0531e91c6b html/uitTest.ui.cfg : Updated to support current ui.cfg format. kevin 2023-03-17 18:16:53 -0400
  • 1386e6db02 cwIoMidiRecordPlay.h/cpp : Added dev_count() and vel_table_???() to support vel. table tuner. kevin 2023-03-17 18:16:25 -0400
  • 5b3299dea3 cwFlowTypes.cpp : fbuf_destroy() now releases magV,phsv, and hzV. kevin 2023-03-17 17:44:29 -0400
  • b5f7e76983 cwObject.h/cpp : Added to_string() and objectToFile() kevin 2023-03-17 17:43:40 -0400
  • 2171d8a0a6 cwFileSys.cpp: expandPath() now drops leading white space. pathParts() now expands the path prior to splitting it. kevin 2023-03-17 17:42:29 -0400
  • dd7dcc654e cwFile.h : Added new version of backup() which takes a complete file name rather than file path parts. kevin 2023-03-17 17:41:04 -0400
  • a01f7e8185 cwIoPresetSelApp.cpp : Updates to support audio file playback. kevin 2023-02-26 13:44:54 -0500
  • 574f91f1ca cwPianoScore.h/cpp: Added loc_to_event() and locs_to_diff_seconds() kevin 2023-02-26 13:44:12 -0500
  • 06a6c51f9f cwIo.cpp : Added new parameters for cwAudioDevFile kevin 2023-02-26 13:43:39 -0500
  • 892a7b06d9 cwFlowProc.h/cpp,cwFlow.cpp : Added 'audio_marker'. kevin 2023-02-26 13:43:14 -0500
  • a35d91f73e cwIoMidiRecordPlay.h/cpp : Added elapsed_micros(). kevin 2023-02-26 13:40:49 -0500
  • 41bac85d94 Add output file caching and use of kUseInternalClockFl. kevin 2023-02-26 13:11:07 -0500
  • 03061f42b7 cwAudioDevFile.h/cpp, cwIo.cpp : Implemented input cache on audio dev file. kevin 2023-02-20 15:42:11 -0500
  • 2fc2f7f4b0 cwFlow.cpp : Fixed possible uninitialized pointer in create(). kevin 2023-02-20 15:26:07 -0500
  • 47aeaabbfb cwIo.cpp : The main callback no longer indicates a failure when the mutex times out. kevin 2023-02-19 17:13:08 -0500
  • d4eacdf964 cwMutex.cpp : Do not indicate failure when the mutex times out. kevin 2023-02-19 17:11:39 -0500
  • a523b03ea9 cwIo.h/cpp : Replaced use of flow proc audioFileIn with audioDevFile() enable/seek API. kevin 2023-02-19 14:18:53 -0500
  • 20175d29f9 cwAudioDevice*.h,cpp, cwIo.h,cpp, cwIoAudioPanel.cpp : Added deviceEnable(), deviceSeek() to audio device driver. Change io::cwAudioDeviceIsEnabled() to cwAudioDeviceIsActive(). kevin 2023-02-19 14:16:37 -0500
  • 4ecbd0d035 cwAudioDeviceFile.cpp : added comments kevin 2023-02-18 14:31:23 -0500
  • 9ed0bea4d0 cwAudioDeviceFile.h/cpp : Added test(). Fixed memory leaks. kevin 2023-02-18 13:50:00 -0500
  • 3f8992d6ae cwAudioDevice.h,cwAudioDeviceAlsa.h/cpp : Removed deviceIsAsync() kevin 2023-02-18 13:49:17 -0500
  • 18e78ad206 cwCommonImpl.h : Update comments. kevin 2023-02-18 13:48:38 -0500
  • 0a0dc2e87b cwAudioFile.h/cpp : Filenames are now automatically expanded. Comments added. kevin 2023-02-18 13:48:11 -0500
  • 8e40899ef2 README.md : Audio device file updates. kevin 2023-02-14 21:08:54 -0500
  • 8dd86c27d0 cwFlowProc.cpp : Verify 'frame' and 'srate' in audio_merge. kevin 2023-02-14 21:07:03 -0500
  • b5172afc5f cwIoPresetSelApp.cpp : disable app_t.audioFileSrcFl kevin 2023-02-14 21:04:30 -0500
  • 5d235d0887 cwIoMidiRecordPlay.cpp : Include 'sci-pitch' in CSV row. kevin 2023-02-14 21:01:22 -0500
  • 5589fb6ef3 cwIoAudioMidiApp.cpp,html/audio_midi/ui.cfg : Updates to support current version of IO. kevin 2023-02-14 20:59:06 -0500
  • 66de2f840f cwAudioBuf.h : Updated comments. kevin 2023-02-14 20:57:26 -0500
  • d40861ce33 Added cwAudioDeviceFile.h/cpp. kevin 2023-02-14 20:57:09 -0500
  • 1830d70f92 cwVectOps.h : Added interleave() and deinterleave() kevin 2023-02-14 20:56:39 -0500
  • e57997a1e5 cwIo.h/cpp: Added audio device file related feature. kevin 2023-02-14 20:55:03 -0500
  • 93837891a4 cwAudioDeviceFile.h/cpp : Converted to async device using internal thread. Added deviceIsAsync(),deviceExecute(), and cbDevidx to deviceSetup(). Added start(),stop(),createInDevice(),createOutDevice(). kevin 2023-02-14 20:52:32 -0500
  • d46101f4b9 cwAudioFile.h/cpp : Added writeFlowInterleaved() kevin 2023-02-14 20:50:29 -0500
  • 0b5458ca7b cwAudioDeviceAlsa.h/cpp: Added deviceIsAsync(),deviceExecute(), and cbDevIdx arg to deviceSetup(). kevin 2023-02-14 20:49:12 -0500
  • d3b2dec511 cwAudioDevice.h/cpp : Changes to support audio device file. Add deviceIsAsync(), deveiceExecute() to driver. Added cbDevIdx to deviceSetup(). Added execute(),realTimeReport() kevin 2023-02-14 20:46:41 -0500
  • 844a103d69 Merge branch 'score_follow' into poly_inst kevin 2023-02-02 18:24:21 -0500
  • 3a1a6192db cwAudioDeviceFile.h/cpp : Initial commit. kevin 2023-02-02 18:22:05 -0500
  • a3f14c473a cwIo.cpp : Update formatting. kevin 2023-02-02 18:21:34 -0500
  • cecff54b34 cwScoreFollow.cpp : Update comments. kevin 2023-01-30 19:40:23 -0500
  • 7312e91421 cwCmInterface.h/cpp, cwScoreFollower.h/cpp, Makefile.am : Initial score_follow development kevin 2023-01-30 19:38:11 -0500
  • 59647d4e58 cwIoPresetSelApp.cpp : Fix formatting problems. kevin 2023-01-30 19:35:28 -0500
  • 7444044c05 cwMidiFile.h : Update status checkers to check that the status is a channel message before accessing 'chMsgPtr' kevin 2023-01-30 19:25:01 -0500
  • 0d644c9281 cwIoMidiRecordPlay.cpp : Change the location where p->ioH is initialized in create() to guarantee that it is valid in _destroy(). kevin 2023-01-30 19:23:42 -0500
  • cb192f32cb cwIoPresetSelApp.cpp, cwPresetSel.h/cpp: Fix problem where correct preset was not selected when playing outside the currently selected fragment. kevin 2023-01-21 11:49:07 -0500
  • 141bd8da73 cwIoMidiRecordPlay.cpp : _stop() now checks p->startedFl before executing stop actions. This prevents multiple kPlayerStoppedActionId's from being sent to app. kevin 2023-01-21 11:38:24 -0500
  • 3e4230bf5d cwIoMidiRecordPlay.cpp : Added delay after every damper pedal up to ensure that the strings are fully damped prior to the next damper down. kevin 2023-01-14 17:17:19 -0500
  • 748bf9ab44 cwTime.h/cpp : Added advanceMicros(). kevin 2023-01-14 17:15:55 -0500
  • 4039613124 cwIoMidiRecordPlay.cpp : Added use of midi_state_t to handle correct seeking and stopping. kevin 2023-01-14 13:38:18 -0500
  • 85cf41d8d8 README.md : Updates kevin 2023-01-14 13:36:19 -0500
  • bebd8111f4 cwPianoScore.cpp : Fix typo in event_to_string() output format. kevin 2023-01-14 13:35:37 -0500
  • eb25cfe36a README.md : Updates kevin 2023-01-08 14:18:22 -0500
  • dd3a2f586f cwAudioTransforms.h:Call basic mode w/ knee. kevin 2023-01-08 14:18:11 -0500
  • 9a1e306791 cwDsp.h: Initial implementation of ampl_to_db() and db_to_ampl() kevin 2023-01-08 14:17:15 -0500
  • 451a7d246e cwAudioTransforms.h: Call _cmSpecDist2BasicMode_WithKnee() kevin 2023-01-08 14:13:34 -0500
  • 430feeed7c cwDspType.h : Set fd_real_t to float. kevin 2023-01-08 14:12:45 -0500
  • 8c43021040 cwVectOps.h : Update comment. kevin 2023-01-08 14:12:11 -0500
  • 64f7d8dead cwFlowTypes.h : Added comments kevin 2023-01-07 09:27:36 -0500
  • 4b03f4777f cwIoPresetSelApp.cpp,html/preset_sel/ui.cfg : Add audio meters. kevin 2023-01-05 07:31:49 -0500
  • 11636a3f43 Added audio_meter and cwIo and flow support for metering. Also updated spec_dist,pv_anl, pv_syn to use fd_real_t. kevin 2023-01-05 07:30:57 -0500
  • 9782c1b3c9 Added flow::get_variable_value() kevin 2023-01-05 07:26:25 -0500
  • b9e01aa288 Introduced fd_real_t to allow fbuf_t internal data vectors to be type double. kevin 2023-01-05 07:22:37 -0500
  • c9e4745d3e README.md : Updates kevin 2023-01-05 07:13:53 -0500
  • 242038c556 README.md : Updates kevin 2022-12-27 18:11:01 -0500
  • c693eab091 cwIo.cpp : stop() now calls stop the thread machine. kevin 2022-12-27 18:10:26 -0500
  • cbaff98964 Allow frequency domain transforms to have a variable window sample count. Audio file in processor now has a 'seekSecs' and 'onOffFl' parameter. Audio mixer now works as a stereo mixer. PV Analysis proc now can have variable window length. kevin 2022-12-27 18:09:31 -0500
  • a2f459c5fb cwIoMidiRecordPlay.cpp : Add chord based dynamics scaling. kevin 2022-12-22 15:52:49 -0500
  • 21697d8e82 cwIo.cpp : Fix some benign uninitialized variables. kevin 2022-12-22 15:29:00 -0500
  • 15e60b429e cwMiidi.h,cwMidiFile.h/cpp,cwPianoScore.cpp : cwMidi.isNoteOn() now takes the message velocity value as well as the status. kevin 2022-12-22 15:27:30 -0500
  • 9d704cf77a cwFlowCross.cpp,cwFlowTypes.cpp, cwSvg.cpp : Fix some benign uninitialized values. kevin 2022-12-22 15:25:54 -0500
  • 5e90a9ff53 cwUi.cpp : Warn if the UI resource does not have a 'main' element. kevin 2022-12-20 10:33:51 -0500
  • 49f1f8efcd README.md : Updates kevin 2022-12-20 10:24:26 -0500
  • 53c98c2d69 cwIoPresetSelApp.h/cpp - pass in command line args from cwtest to change certain cfg. parameters. Insert loc. now identifies begin of segment instead of end kevin 2022-12-17 17:54:39 -0500
  • 3dcdfaa982 html/preset_sel/ui.cfg : Change insert location label. kevin 2022-12-17 17:52:48 -0500
  • cf024fe85d html/preset_sel/ui.js: Clear UI when socket disconnected. kevin 2022-12-17 17:50:29 -0500
  • 0e68bb0233 cwIoPresetSelApp.cpp : Added automatic backup to 'save' function. Remove 'frag_panel' field from cfg since 'frag_panel' is now included in 'ui.cfg' resource. kevin 2022-12-17 08:18:05 -0500
  • 06c5dd18b4 cwFileSys.cpp : vMakeVersionedFn() now has better error reporting. kevin 2022-12-17 08:17:02 -0500
  • c4b13d8dea cwFlow.cpp : Flow class descriptions now use a list of string tags as boolean attributes rather than individual fields. kevin 2022-12-17 08:16:21 -0500
  • 1ea10e6d7f cwFile.h/cpp : backup() now takes an optional destination directory. kevin 2022-12-17 08:14:40 -0500