152 Commits (cd4aba9e43346198b98c6e9d29366961d6a6f1e9)

Author SHA1 Message Date
  ed 3d7b002a8f Fixed some misleading indentation 6 years ago
  dimitri 40371c6b93 BLOCKS: Fixed the return value of BlockTopology::getConnectionsBetweenBlocks() 6 years ago
  ed fcbdf0629f BLOCKS: Use unique identifier to find MIDI ports and fix some connection issues 6 years ago
  ed 497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
  ed f3af250ff7 Tidied up unit test code layout 6 years ago
  dimitri bdfbcff62d BLOCKS: Added a method to reset to the default program 6 years ago
  dimitri 88e26d7a1e BLOCKS: Added documentation for Littlefoot Arrays 6 years ago
  dimitri cc67c882ec BLOCKS: Fixed a bug in Littlefoot Array assignment 6 years ago
  dimitri 92d930a17e BLOCKS: Make MIDI port listener thread safe 6 years ago
  Mike Toon 9a6b37d499 BLOCKS: Add block argument to logging callback 6 years ago
  ed 1a46fb3a5f Minor whitespace tidying 6 years ago
  dimitri 831448fbb0 Blocks: Use special reset message for master blocks 6 years ago
  ed 6722194260 Bump version number to 5.4.3 6 years ago
  ed bb5c821edc BLOCKS: Remove dependent devices following device reset 6 years ago
  ed 464b1f8eb2 Removed some superfluous juce:: namespaces from the juce_blocks_basics module 6 years ago
  ed 7cf52297ee BLOCKS: Added callbacks from the topology for device added, removed and updated 6 years ago
  Tom Poole e3ebe5aed1 Bump version number to 5.4.2 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  ed 5189b4bbd9 BLOCKS: Remove dependency on juce_gui_basics 6 years ago
  jules da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 6 years ago
  dimitri 32a89090f6 BLOCKS: Fix potential race conditions in Topology 6 years ago
  dimitri 4f7137cc08 BLOCKS: Request version number from old firmware 6 years ago
  dimitri 77993724df BLOCKS: Fix issue identifying master block 6 years ago
  ed 27258ed6dd BLOCKS: Replaced an old BlockImpl name with BlockImplementation 6 years ago
  ed 77c8a873f3 BLOCKS: Split PhysicalTopologySource internal classes into separate files 6 years ago
  ed 6d39f01793 Bump version number to 5.4.1 7 years ago
  Tom Poole 4380b0e4a2 Fixed some VS2015 compiler errors 7 years ago
  tommaisey 82019acae7 BLOCKS: Allow factory reset commands 7 years ago
  ed 0b8fcc7a15 Bump version number to 5.4.0 7 years ago
  Daniel Walz 49ef70cc0d BLOCKS: Fix for PhysicalTopologySource appearing locked incorrectly 7 years ago
  Dimitri Sudell 926e1fe38f Littlefoot: Added support for (global) arrays 7 years ago
  dimitriroli d69771403e Blocks: lazy load LEDRow to avoid blocks being cleared at the wrong time 7 years ago
  jules 255a66a1b8 Rmoved a constexpr qualifier for compiler compatibility 7 years ago
  Rachel Susser f43e8bd61b Blocks: Moved isControlBlock() from BlockImplementation to Block 7 years ago
  jules 5979288706 Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 7 years ago
  jules 2433163b2f Added a couple of workarounds for address sanitiser warnings 7 years ago
  jules 359132ed55 More zero -> nullptr fixes 7 years ago
  miketoon 6997dbf537 BLOCKS: Added multi-channel config option for x and y tracking 7 years ago
  miketoon a1ae004c81 BLOCKS: Add program loaded callback 7 years ago
  Dimitri Sudell 33a724ec5d LittleFoot: Added the ability to #include other LittleFoot scripts 7 years ago
  Daniel Walz 312afa0ac0 BLOCKS: Triggered a topologyChanged() callback in response to setActive() 7 years ago
  Daniel Walz accb5d573d BLOCKS: Added a method PhysicalTopologySource::isLockedFromOutside() 7 years ago
  Tom Poole 2be9bc95c2 Clarified the documentation for some LittleFoot functions 7 years ago
  Tom Poole d4c94439d1 Clarified the documentation for some LittleFoot functions 7 years ago
  Daniel Walz 8e0c8fc89d BLOCKS API: Improved reference-counting of Block objects in PhysicalTopologySource::Detector 7 years ago
  Daniel Walz e64e1ebdaa BLOCKS API: Added activation controls to PhysicalTopologySource 7 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 7 years ago
  jules 2b52ce105d Fix for last BLOCKS check-in on linux 7 years ago
  jules 4a28b0efc0 BLOCKS: Added some extra config items for controlling MPE, syncing and tracking mode value ranges 7 years ago
  miketoon c132b01dfa BLOCKS: fix for ACK handling 7 years ago