464 Commits

Author SHA1 Message Date
Alex Harker 225cd5bb59 Allow calculations in the string sizes are known, without needing the actual strings 2019-12-05 16:24:17 +00:00
Alex Harker 6dd0c4a64f Rework error reporting to allow either immediate or amalgamated error reporting 2019-11-24 23:09:17 +00:00
Alex Harker 678e987a40 Add ability to retrieve errors to fixed size buffers 2019-11-24 22:19:26 +00:00
Alex Harker 09f02fbdb5 Add error functionality to allow remove errors from the list for immediate reporting 2019-11-24 17:40:56 +00:00
Alex Harker 18f5a7d1b9 Correct array size 2019-11-24 17:29:10 +00:00
Alex Harker e5b1b9fcc4 Remove unneeded public keyword. 2019-11-24 17:23:15 +00:00
Alex Harker a69480c66e Silence audio outputs wen objects have timed out 2019-08-31 21:00:54 +01:00
Alex Harker ef2c8e5699 Merge branch 'master' into ir-manipulation 2019-08-21 09:36:17 +01:00
Alex Harker 3d9231209d Type change to silence compiler warning 2019-08-16 10:55:10 +01:00
Alex Harker 9ba60c7898 Formatting 2019-08-16 08:35:28 +01:00
Alex Harker 9521f321db Add general purpose allocator to the framework 2019-08-12 15:47:26 +01:00
Alex Harker dfe6a8361b Whitespace 2019-08-12 12:15:41 +01:00
Alex Harker 0ff7ff101a Finalise (hopefully) changes to framework integer types 2019-06-16 17:32:36 +01:00
Alex Harker 831ee2f712 Update DSP / Object / Memory to improve integer types 2019-06-16 17:18:57 +01:00
Alex Harker 336234d3f2 Update integer types in FrameLib_Multistream 2019-06-16 16:18:31 +01:00
Alex Harker 3795065c4c Deleted unneeded line 2019-06-16 15:12:11 +01:00
Alex Harker 75a3273ef4 Const correctness 2019-06-16 14:37:31 +01:00
Alex Harker 988dc4e0a5 Formatting 2019-06-16 14:33:01 +01:00
Alex Harker 894a3fc79d Even more work on parameters integer types 2019-06-16 14:25:02 +01:00
Alex Harker 3aabdd7cc9 More work on parameter integer types 2019-06-16 14:18:56 +01:00
Alex Harker 50a408e850 work integer types in FrameLib_Parameters 2019-06-16 14:09:54 +01:00
Alex Harker 83d1b1c0d3 Peaks and Percentile integer types 2019-06-16 13:32:37 +01:00
Alex Harker d27d33fc3b FrameLib_MaxClass types 2019-06-16 10:35:50 +01:00
Alex Harker 6d423383ba Explicit type casts when moving from double to int 2019-06-16 09:27:37 +01:00
Alex Harker d010ed6efc More work on size_t vs unsigned long 2019-06-15 23:39:49 +01:00
Alex Harker f453f02cee Whitespace 2019-06-15 23:36:26 +01:00
Alex Harker c11f0a3cf4 Tabs->Spaces 2019-06-15 23:34:05 +01:00
Alex Harker 1a4e616cfd Further work on types to make things compile on windows 2019-06-15 23:18:45 +01:00
Alex Harker 2248d7d843 Merge branch 'master' of https://github.com/AlexHarker/FrameLib 2019-06-15 22:47:49 +01:00
Alex Harker e8aa7d415b Change parameter types 2019-06-15 22:46:57 +01:00
Alex Harker 17bf1196a7 Correct type 2019-06-15 22:36:47 +01:00
Alex Harker f8ab683440 Merge branch 'master' of https://github.com/AlexHarker/FrameLib 2019-06-15 22:28:55 +01:00
Alex Harker 2295dfd9a6 Use correct type for windows 2019-06-15 22:27:36 +01:00
Alex Harker 55b4994485 Use unsigned long for frame sizes 2019-06-15 22:24:19 +01:00
Alex Harker 34d12fba78 formatting of comment 2019-06-15 22:17:49 +01:00
Alex Harker d2d944e005 Cast to avoid warning again / formatting 2019-06-15 18:06:02 +01:00
Alex Harker 8ce3a120bc Silence warnings with cast / formatting 2019-06-15 17:59:51 +01:00
Alex Harker f2cfdcb2e8 Merge branch 'master' of https://github.com/AlexHarker/FrameLib 2019-06-15 17:48:38 +01:00
Alex Harker b9e7c7381f Attempt to fix closing of semaphores on windows 2019-06-15 17:48:29 +01:00
Alex Harker 820036591a Test project for compiling framelib max externals on windows 2019-06-15 17:21:53 +01:00
Alex Harker b4d99e9fa0 Use compiler specific name unmangling (requires windows implementation) 2019-06-15 17:21:05 +01:00
Alex Harker 34a35696fd Merge branch 'master' of https://github.com/AlexHarker/FrameLib 2019-06-15 14:54:10 +01:00
Alex Harker 06b61f6701 Rework connection data to use a separate class so it can be used safely in wrappers 2019-06-15 14:53:59 +01:00
Alex Harker 0f7a7a84c7 Clarify expected operator ordering 2019-06-15 12:51:33 +01:00
Alex Harker dd169eca44 Always use snprintf 2019-06-15 10:59:59 +01:00
Alex Harker dbb876eea4 Use std::copy to copy strings that we have explicitly tested that we have space for. 2019-06-15 00:42:53 +01:00
Alex Harker 58ab2544d2 Make explicit that string copies are safe 2019-06-15 00:28:15 +01:00
Alex Harker 3a38bf04a2 Typo 2019-06-15 00:22:50 +01:00
Alex Harker 3f6cab845f Safer string manipulation 2019-06-15 00:18:29 +01:00
Alex Harker 46b0936dbc Use binary minus to avoid compiler warnings/errors 2019-06-14 23:49:58 +01:00