reuk
4cf66d6522
Cleanup: Remove redundant inlines
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
reuk
5f348c3040
Warnings: Add warning-wrangling header
5 years ago
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
5 years ago
reuk
1fdba480cc
JUCE 6: Update version numbers
5 years ago
ed
4a5dda489f
Fixed some warnings with -Wconversion enabled
5 years ago
Tom Poole
5e9826ecf8
Added some missing license headers
5 years ago
Mike Toon
d38cf1f679
BLOCKS: Prevent ConfigMetaData having incorrect default index of 0
5 years ago
Tom Poole
28e03f0815
Replaced all instances of JUCE_CONSTEXPR with constexpr
5 years ago
ed
59a058fdc6
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
5 years ago
Mike Toon
a6fded11e6
BLOCKS: Use unique_ptr for setting program and add new block listeners
5 years ago
ed
08d0a12f03
Bump version number to 5.4.7
5 years ago
Tom Poole
ef1eacccd3
Bump version number to 5.4.6
5 years ago
ed
b45ce09235
Standardised the licensing whitespace in module headers
5 years ago
ed
78e2892ba9
Added some missing documentation tags
5 years ago
ed
a54da0b832
Fixed some more typos
5 years ago
Mike Toon
966f5f09ec
BLOCKS: Only update ping sent time when pings are sent
5 years ago
Mike Toon
9a51fed425
BLOCKS: Update 5D config group name to Sensitivity
5 years ago
Tom Waldron
eca664715a
BLOCKS: Adjusted LUMI pressure mode default to match firmware
5 years ago
Tom Waldron
d0c9a4a3bc
BLOCKS: Added specialisation for LUMI pressure modes.
5 years ago
Mike Toon
138ef9ff1f
BLOCKS: Add LUMI
5 years ago
Mike Toon
58a4b94414
BLOCKS: Update default config and allow block model specific defaults
5 years ago
ed
4583baf277
Bump version number to 5.4.5
5 years ago
ed
ada4bba910
BLOCKS: Added some more config items
5 years ago
Tom Waldron
95aeb4efc2
blocks/update-for-lumi ( #191 )
small addition for lumi compatibility
5 years ago
Mike Toon
efbb530d9d
BLOCKS: Fix heap sync issue when block is reconnected
Reset lastPacketIndexReceived when a device is reconnected to mirror behaviour in firmware.
5 years ago
ed
4edb0d2c90
Tidied up some divider comments
5 years ago
michael.toon
120d6cc3ff
BLOCKS: Add master block detection and throttle ping requests
This adds master block detection and will update the topology if necessary. This fixes an issue where master block could be wrongly identified.
Added a throttle to ping requests by staggering them between timer ticks, this mitigates some issues with larger topologies.
5 years ago
Tom Poole
528798d96e
Bump version number to 5.4.4
5 years ago
Tom Poole
a12bc32979
Fixed some warnings on the latest compilers
5 years ago
ed
a093112c05
Fixed some compiler warnings
5 years ago
dimitri
85f07d9ec8
Fix some spelling mistakes in comments
5 years ago
Agnieszka Janowicz
fdcebfe6a2
BLOCKS: Ensure that the program loaded callback is called when program passed to setProgram is identical to what's already loaded
6 years ago
Tom Poole
670f77f80c
Fixed some Android compiler warnings
6 years ago
Tom Poole
a4bd6cbc66
Fixed some more Linux compiler warnings
6 years ago
Tom Poole
16dd26649a
Fixed some GCC compiler warnings and removed deprecated functions
6 years ago
Tom Poole
a9a0f6b92f
Enforced more comprehensive const-correctness in the JUCE container classes
6 years ago
ed
5bdf79e3e1
Updated the minimumCppStandard of juce_blocks_basics
6 years ago
ed
f0ea1c00a6
Updated the MidiInput/Output methods to return unique_ptrs
6 years ago
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