ed
|
fa4fde08ec
|
Fixed some documentation issues
|
4 years ago |
ed
|
b5214a341e
|
Normalised lambda whitespace
|
5 years ago |
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
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 |
Mike Toon
|
a6fded11e6
|
BLOCKS: Use unique_ptr for setting program and add new block listeners
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
Mike Toon
|
9a51fed425
|
BLOCKS: Update 5D config group name to Sensitivity
|
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
|
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 |
ed
|
4edb0d2c90
|
Tidied up some divider comments
|
5 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 |
Mike Toon
|
9a6b37d499
|
BLOCKS: Add block argument to logging callback
|
6 years ago |
ed
|
1a46fb3a5f
|
Minor whitespace tidying
|
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 |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
ed
|
5189b4bbd9
|
BLOCKS: Remove dependency on juce_gui_basics
|
6 years ago |
dimitri
|
4f7137cc08
|
BLOCKS: Request version number from old firmware
|
6 years ago |
tommaisey
|
82019acae7
|
BLOCKS: Allow factory reset commands
|
6 years ago |
dimitriroli
|
d69771403e
|
Blocks: lazy load LEDRow to avoid blocks being cleared at the wrong time
|
6 years ago |
jules
|
255a66a1b8
|
Rmoved a constexpr qualifier for compiler compatibility
|
6 years ago |
Rachel Susser
|
f43e8bd61b
|
Blocks: Moved isControlBlock() from BlockImplementation to Block
|
6 years ago |
miketoon
|
6997dbf537
|
BLOCKS: Added multi-channel config option for x and y tracking
|
6 years ago |
miketoon
|
a1ae004c81
|
BLOCKS: Add program loaded callback
|
6 years ago |
Dimitri Sudell
|
33a724ec5d
|
LittleFoot: Added the ability to #include other LittleFoot scripts
|
6 years ago |
jules
|
2b52ce105d
|
Fix for last BLOCKS check-in on linux
|
6 years ago |
jules
|
4a28b0efc0
|
BLOCKS: Added some extra config items for controlling MPE, syncing and tracking mode value ranges
|
6 years ago |
Daniel Walz
|
e73e1282c6
|
BLOCKS: Moved ConfigType from BlocksConfigManager to Block::ConfigMetaData
|
6 years ago |
Daniel Walz
|
3c124095dd
|
BLOCKS: Fixed comment in getMemorySize and added getHeapMemorySize
|
6 years ago |
jules
|
a210d0bc4f
|
BLOCKS: Added topological position and rotation information to the Block class
|
7 years ago |
hogliux
|
8a02eeb39c
|
BLOCKS: Fixed typo in blocks config description labels
|
7 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
7 years ago |
Tom Poole
|
f1af3908d5
|
Documentation fixes
|
7 years ago |
Noah Dayan
|
c452e49e8e
|
Docs: Add block units description to Blocks module
|
7 years ago |
Noah Dayan
|
315fb7cdc7
|
Added documentation to enums in the Blocks module
|
7 years ago |
Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
7 years ago |
jules
|
a586966c65
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
7 years ago |
jules
|
fd3b790087
|
BLOCKS API: Added some comparison operators to the Block class
|
7 years ago |
jules
|
c81c33404d
|
BLOCKS: Added support for tri-state button controls in littlefoot
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
ed
|
8106722da7
|
BLOCKS: Added some extra LittleFoot definitions and a new local config for gamma correction
|
7 years ago |
Tom Waldron
|
b5e6570a10
|
Blocks/api (#18)
BLOCKS API: Added extra support for clustering, pitchbend messages and firmware update error handling
|
7 years ago |