1658 Commits

Author SHA1 Message Date
Alex Harker 1877ffd224 Update include paths 2020-06-08 17:02:57 +01:00
Alex Harker 1083293642 Fix build issues for newer versions of XCode 2020-06-08 17:01:29 +01:00
Alex Harker 8ea4c7c1f8 Fix issue with testing connections 2020-01-30 11:34:02 +00:00
Alex Harker b7d60b0074 Use case insensitive comparison for patch names 2019-12-12 06:59:22 +00:00
Alex Harker 630a7230f4 Correct test ordering for connections to make sure inlets are valid 2019-12-12 06:56:40 +00:00
Alex Harker 02f7a52dcc Correct the SC global object to work across compilation units 2019-12-05 17:01:01 +00:00
Alex Harker 129950e576 Update issues file 2019-12-05 16:33:10 +00:00
Alex Harker 4ac729638d Move to new FLParam model for passing parameters 2019-12-05 16:24:55 +00:00
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 a14063fd8a Reduced code in sclang with help from Sam Pluta with SC syntax 2019-11-28 15:56:58 +00:00
Alex Harker 68d185099f Remove debug posts 2019-11-27 14:00:59 +00:00
Alex Harker f058efa01b Fix object type 2019-11-27 13:59:35 +00:00
Alex Harker 63702ca2c8 Compress SC strings and store global in the FLParam UGen 2019-11-27 11:20:55 +00:00
Alex Harker 018f50f013 Fix parameter loading for three main possible inputs 2019-11-27 07:29:07 +00:00
Alex Harker d83338155b Fix FLParam class 2019-11-27 00:44:40 +00:00
Alex Harker dc8359deb6 Proof of concept for FLParam in SC 2019-11-26 21:42:43 +00:00
Alex Harker 033e4e912e Update SC Issues 2019-11-26 10:23:50 +00:00
Alex Harker 09984274b2 Update supercollider issues list 2019-11-24 23:20:20 +00:00
Alex Harker 66ec0c0116 Update calc function to use a forwarding function so that the test for framelib objects is always quick 2019-11-24 23:20:06 +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 f9ff92d0b9 Use calculation functions to identify FrameLib units in SC 2019-11-24 12:32:34 +00:00
Alex Harker bb4562b1fa Update .gitignore for documenation 2019-10-12 08:54:33 +01:00
Alex Harker 6d87a2dae4 Updates from HISSTools_Library 2019-10-11 14:26:56 +01:00
Alex Harker 9e5a16f84b Updated FFT from HISSTools_Library 2019-10-07 23:36:05 +01:00
Alex Harker 7ec4d88b1d Fix loop condition for inputs of size 1 or less 2019-09-16 21:56:00 +02:00
Alex Harker 4816f2a474 Correct patch traversal 2019-09-07 00:48:41 +01:00
Alex Harker 01c3928987 Register requires kAllInputs in max 2019-09-03 13:17:48 +01:00
Alex Harker 3ca13fe335 Fix compilation of special objects in single object build 2019-09-03 13:14:23 +01:00
Alex Harker f96bcd54ed Add runtime to single object scheme 2019-09-01 15:24:53 +01:00
Alex Harker 1be5348b26 Vectorise FrameLib_Window when interpolating the window coefficients 2019-09-01 15:24:32 +01:00
Alex Harker 0ee8e5d234 Ignore single object build 2019-09-01 13:28:11 +01:00
Alex Harker 22f070112f Rework XCode project and config settings, including single object max build for speedy testing 2019-09-01 13:09:16 +01:00
Alex Harker edb7aa346c Added header guard 2019-09-01 12:52:56 +01:00
Alex Harker 4e1e532221 Automatically set the namespace to CLASS_BOX for max objects 2019-09-01 12:17:47 +01:00
Alex Harker a69480c66e Silence audio outputs wen objects have timed out 2019-08-31 21:00:54 +01:00
Alex Harker 2f6da499aa Add on/off switching to FrameLib_Interval 2019-08-31 19:21:14 +01:00
Alex Harker d617b2aded Safely check if dsp is on 2019-08-30 17:24:30 +01:00
Alex Harker 9ee3c9e261 Use FrameLib_DSP::Allocator and not a context allocator for composed functioanility 2019-08-30 12:09:31 +01:00
Alex Harker b24b282f45 Proxies must not store thread local data - fix FrameLib_ToHost by passing the allocator when needed 2019-08-30 11:57:43 +01:00
Alex Harker 307d8e6a67 Add missing source file 2019-08-30 09:33:53 +01:00
AlexHarker d12b329df6 Merge pull request #32 from AlexHarker/docs
Docs
2019-08-28 14:08:30 +01:00
AlexHarker d297efc7d8 Merge pull request #31 from AlexHarker/master
Update docs from master
2019-08-28 14:08:05 +01:00
AlexHarker e6a6cafc04 Merge pull request #30 from AlexHarker/ir-manipulation
Ir manipulation
2019-08-28 14:01:26 +01:00
Alex Harker 111d9b6d13 Remove new objects from main scheme 2019-08-28 13:58:42 +01:00
Alex Harker 12d52d7599 Merge branch 'master' into ir-manipulation 2019-08-28 13:56:38 +01:00
Alex Harker 2fefec6a33 Formatting 2019-08-28 10:46:08 +01:00