Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
2017-12-19 12:44:24 +00:00 |
|
jules
|
e40b6c09dc
|
BLOCKS API: added an internal option for tweaking the topology change message schedule
|
2017-12-04 09:11:23 +00:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
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!
|
2017-11-28 16:18:40 +00:00 |
|
jules
|
fd3b790087
|
BLOCKS API: Added some comparison operators to the Block class
|
2017-11-28 08:44:24 +00:00 |
|
ed
|
cfd8a7203e
|
Littlefoot: NOISE Lightpad script support for gamma correction
|
2017-11-10 17:28:27 +00:00 |
|
miketoon
|
8589f38cfb
|
Littlefoot: detect wrong number of arguments when compiling cast operation (#42)
|
2017-11-08 13:54:26 +00:00 |
|
ed
|
dbb2f620b4
|
Bump version number to 5.2.0
|
2017-10-25 12:07:32 +01:00 |
|
jules
|
4d821219f8
|
BLOCKS: Throttle frequency of topology change listener callbacks
|
2017-10-24 15:55:32 +01:00 |
|
jules
|
d4c1daa448
|
BLOCKS API: tweaked a timeout value to avoid unnecessary re-triggers
|
2017-10-20 14:16:53 +01:00 |
|
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|
ed
|
4b75bbdab6
|
Littlefoot: Add pitch correction functions
|
2017-09-19 15:14:37 +01:00 |
|
tpoole
|
0ae8aa812c
|
Bump version number to 5.1.2
|
2017-09-18 14:59:57 +01:00 |
|
ed
|
f97f46730f
|
BLOCKS: Removed some unimplemented functions
|
2017-09-11 12:28:54 +01:00 |
|
jules
|
c81c33404d
|
BLOCKS: Added support for tri-state button controls in littlefoot
|
2017-09-08 12:01:22 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
ed
|
6b53daa448
|
BLOCKS: Removed a couple of old LittleFoot methods
|
2017-09-01 16:31:33 +01:00 |
|
ed
|
8106722da7
|
BLOCKS: Added some extra LittleFoot definitions and a new local config for gamma correction
|
2017-09-01 16:02:03 +01:00 |
|
hogliux
|
9c5cd5a188
|
BLOCKS: Fixed a potential memory overflow in a recent commit
|
2017-08-24 12:38:48 +01:00 |
|
hogliux
|
42826ae93c
|
BLOCKS: Fixed issue preventing update of blocks version numbers after updating over API/DNA/Topology.
|
2017-08-22 11:55:51 +01:00 |
|
tpoole
|
372bc66c9d
|
Doxygen: Add top-level LittleFoot functions group
|
2017-08-21 09:52:31 +01:00 |
|
tpoole
|
25b1390a4a
|
Doxygen: Remove groups from LittleFoot functions
|
2017-08-21 09:15:36 +01:00 |
|
jules
|
1f9f9bd6e2
|
BLOCKS API: Added an internal serial code
|
2017-08-16 11:44:27 +01:00 |
|
tpoole
|
8e2ab5eeaa
|
Added a script to create Doxygen groups for modules
|
2017-08-15 16:53:11 +01:00 |
|
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
2017-08-02 18:35:29 +01:00 |
|
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
Tom Waldron
|
b5e6570a10
|
Blocks/api (#18)
BLOCKS API: Added extra support for clustering, pitchbend messages and firmware update error handling
|
2017-07-19 10:07:33 +01:00 |
|
jules
|
61b24cd152
|
BLOCKS API: Fix to the littlefoot compiler crashing on some return statements
|
2017-07-11 12:35:53 +01:00 |
|
jules
|
355addb5c3
|
BLOCKS API: Added a couple of missing simplification steps in the littlefoot compiler
|
2017-07-07 14:51:42 +01:00 |
|
ed
|
251ba5be6e
|
BLOCKS: Documentation updates to add groups
|
2017-07-07 10:02:50 +01:00 |
|
tpoole
|
7fe3e13489
|
UnitTestRunner: Fixed some build warnings on Windows
|
2017-07-06 16:09:34 +01:00 |
|
jules
|
1cda7cf13b
|
BLOCKS API: Fixed a crash when block is connected and disconnected over BT and USB
|
2017-06-28 16:44:28 +01:00 |
|
jules
|
2df986e559
|
Whitespace
|
2017-06-20 12:28:57 +01:00 |
|
jules
|
13b20de150
|
BLOCKS API: Added support for custom block names
|
2017-06-20 12:12:49 +01:00 |
|
ed
|
a4a3acaa74
|
BLOCKS SDK: Updated the LittleFoot documentation to include the latest API changes
|
2017-06-16 12:27:37 +01:00 |
|
ed
|
15cc2bbc7f
|
BLOCKS: Removed an old method from the BitmapLEDProgram LittleFoot program
|
2017-06-12 16:21:02 +01:00 |
|
jules
|
2bc7618424
|
BLOCKS SDK: Added support for the Seaboard BLOCK and new config item API
|
2017-06-09 15:13:41 +01:00 |
|
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
2017-05-30 16:32:47 +01:00 |
|
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
2017-05-04 15:26:54 +01:00 |
|
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
2017-04-27 14:43:05 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
6db052524e
|
Added const expressions to the littlefoot compiler
|
2017-04-10 12:06:27 +01:00 |
|
ed
|
ba9e1cc49b
|
Added documentation for repaint() method in LittleFootFunctions.txt
|
2017-04-05 11:53:13 +01:00 |
|
jules
|
84f4362a40
|
BLOCKS API: Added support for some extended topology messages
|
2017-04-04 12:35:26 +01:00 |
|
ed
|
501d7299a6
|
Added documentation for some missing LittleFoot methods
|
2017-03-15 10:19:53 +00:00 |
|
jules
|
f207ebb6d8
|
BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware
|
2017-03-10 14:42:54 +00:00 |
|
tpoole
|
9a38505dad
|
Added experimental WinRT MIDI support, enabling BLE MIDI on machines with Windows 10 Anniversary Update installed
|
2017-02-20 17:36:36 +00:00 |
|
tpoole
|
242b934163
|
Fixed crash when PhysicalTopologySource fails to open a MIDI device
|
2017-02-07 07:44:02 +00:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
2017-01-26 10:40:42 +00:00 |
|