rtbuf.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 1ea9cc95 2020-03-20T15:38:26 Fix compilation on MSYS2
Thomas de Grivel c1d5de25 2020-03-13T19:19:42 make rtbuf_new use libdata
Thomas de Grivel 17752a6c 2020-03-04T14:03:48 Downgrade to C89 = ANSI C
Thomas de Grivel 84e9d83a 2020-02-03T14:01:21 stop on error
Thomas de Grivel 509fcbe4 2020-01-29T20:11:16 rtbuf_find variables and use them
Thomas de Grivel c7c8cec7 2020-01-27T19:36:10 copyright
Thomas de Grivel 44492dee 2020-01-25T18:10:26 set VAR = new LIB PROC
Thomas de Grivel 0e3c764f 2020-01-24T23:29:20 rtbuf_var -> rtbuf_in
Thomas de Grivel e1cb32de 2020-01-24T23:10:41 0 -> NULL
Thomas de Grivel a6ef152b 2020-01-24T23:02:01 <data.h> -> "data.h"
Thomas de Grivel b11c1854 2018-10-21T15:54:39 refactor VAR -> IN and FUN -> PROC.
Thomas de Grivel 906cdb20 2018-08-31T15:30:11 less printf
Thomas de Grivel 2db39209 2018-08-28T18:29:19 rtbuf loop limits
Thomas de Grivel 09fcb4ba 2018-08-28T17:43:35 start using libdata
Thomas de Grivel ecc94977 2018-08-09T21:44:58 WIP rtbuf_synth
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 9ec775ed 2018-08-06T20:15:56 build librtbuf_music.la, fix default CFLAGS, fix build with installed librtbuf
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 2c71499e 2018-08-02T21:04:13 wip refactor rtbuf_fun
Thomas de Grivel 65fe6167 2018-08-02T19:07:13 refactored rtbuf_fun
Thomas de Grivel a9feb186 2018-08-02T12:45:39 error message
Thomas de Grivel 3bbac598 2018-07-26T12:17:27 rtbuf_lib_fun -> rtbuf_fun
Thomas de Grivel 2a92e187 2018-07-23T17:57:10 fix new
Thomas de Grivel 4ed399f4 2018-07-23T11:06:36 fix sort
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.