rtbuf_cli.c


Log

Author Commit Date CI Message
Thomas de Grivel 0089f8d0 2020-03-23T15:22:20 fix build and running on MSYS2
Thomas de Grivel 677f11a8 2020-03-23T12:31:53 fix rtbuf lib
Thomas de Grivel 1ea9cc95 2020-03-20T15:38:26 Fix compilation on MSYS2
Thomas de Grivel 17752a6c 2020-03-04T14:03:48 Downgrade to C89 = ANSI C
Thomas de Grivel f84155f7 2020-02-18T14:12:22 try to stop at start in case run failed and we need to join thread
Thomas de Grivel 18c46a99 2020-02-18T14:12:05 print message at thread start and stop
Thomas de Grivel 84e9d83a 2020-02-03T14:01:21 stop on error
Thomas de Grivel 503381e9 2020-01-25T18:18:44 set VAR = buffer N
Thomas de Grivel 44492dee 2020-01-25T18:10:26 set VAR = new LIB PROC
Thomas de Grivel e32af86d 2020-01-25T09:31:07 only stop if not already stopped
Thomas de Grivel 0e3c764f 2020-01-24T23:29:20 rtbuf_var -> rtbuf_in
Thomas de Grivel f5aa2468 2020-01-09T15:39:29 use local cli
Thomas de Grivel 928ec56d 2019-02-03T10:04:30 moved default values into libraries
Thomas de Grivel b11c1854 2018-10-21T15:54:39 refactor VAR -> IN and FUN -> PROC.
Thomas de Grivel e8fe83a7 2018-08-31T15:30:27 add prompt to script loading log
Thomas de Grivel 9bf5caf0 2018-08-29T13:01:40 allow CLI to load scripts
Thomas de Grivel aa5ec4ce 2018-08-28T18:30:21 libdata for rtbuf_lib
Thomas de Grivel 09fcb4ba 2018-08-28T17:43:35 start using libdata
Thomas de Grivel 810607f9 2018-08-09T15:35:40 WIP refactor s_rtbuf_fun, signal functions accept more input, metaprogram types, add music library and synth library
Thomas de Grivel f76a3ce8 2018-08-06T02:07:02 change bind
Thomas de Grivel 95901a6d 2018-08-03T13:09:28 Add copyright and ISC license
Thomas de Grivel c314ffc8 2018-08-03T12:53:39 alpha refactor rtbuf_fun
Thomas de Grivel b8762f1a 2018-08-03T03:41:28 wip refactor rtbuf_fun
Thomas de Grivel 65fe6167 2018-08-02T19:07:13 refactored rtbuf_fun
Thomas de Grivel 51e01a59 2018-07-26T17:49:44 quit -> exit
Thomas de Grivel 3bbac598 2018-07-26T12:17:27 rtbuf_lib_fun -> rtbuf_fun
Thomas de Grivel 05419896 2018-07-24T15:30:28 rtbuf_lib load path
Thomas de Grivel 96f3ed2a 2018-07-23T11:07:22 better messages
Thomas de Grivel 59d085cd 2018-07-23T11:07:01 rtbuf_cli_thread start and stop
Thomas de Grivel c77f6638 2018-07-21T22:32:27 signal sinus and sndio test
Thomas de Grivel 9fb5f1a2 2018-07-15T16:42:45 Real time buffers in C.