jules
|
179d99f57d
|
Made MidiKeyboardComponent work better when attached as a mouse listener to child components.
|
2015-04-22 15:36:52 +01:00 |
|
jules
|
f02562f2c4
|
Fixed some documentation.
|
2015-03-23 09:54:19 +00:00 |
|
jules
|
a4594e55e7
|
Prevent stray mouse-drags triggering the midi component keys by mistake
|
2015-02-03 09:45:14 +00:00 |
|
jules
|
6d33253189
|
Fix in MidiKeyboardComponent to prevent double notes when using touch input.
|
2015-02-02 09:10:31 +00:00 |
|
jules
|
8f5623ca0b
|
Gave MidiKeyboardComponent a keyPressed method to prevent keypresses that it's using from being passed through to parent components.
|
2015-01-02 15:55:19 +00:00 |
|
jules
|
5d3e24b7a7
|
Spelling fix.
|
2014-12-29 08:54:05 +00:00 |
|
jules
|
91b5d77477
|
Version number update
|
2014-12-16 17:21:34 +00:00 |
|
jules
|
0d989638cc
|
Version 3.1.0
|
2014-11-18 10:56:13 +02:00 |
|
jules
|
697e56e426
|
Merge remote-tracking branch 'gh/master' into develop
|
2014-11-13 14:12:26 +00:00 |
|
jules
|
d10d19e4bf
|
Allowed the MidiKeyboardComponent up/down buttons to be non-opaque.
|
2014-11-13 13:33:42 +00:00 |
|
jules
|
4a00747683
|
Updated MidiKeyboardComponent to allow it to be non-opaque.
|
2014-11-13 13:04:46 +00:00 |
|
jules
|
6aebccfeb6
|
Minor compiler warning fix.
|
2014-11-04 17:38:42 +00:00 |
|
jules
|
01bab0c146
|
Minor compiler warning fix.
|
2014-11-04 16:23:01 +00:00 |
|
jules
|
0ec53673ce
|
Demo cleanups.
|
2014-11-04 11:41:36 +00:00 |
|
jules
|
b9fe4d5811
|
Merged new demo code + tidied a few bits and pieces.
|
2014-11-04 11:03:34 +00:00 |
|
Felix Faire
|
c81ee3b5be
|
Added AudioAppExample file in examples
|
2014-10-30 12:59:58 +00:00 |
|
Felix Faire
|
06b9bdefb6
|
Added AudioComponentTemplate
|
2014-10-30 11:16:51 +00:00 |
|
jules
|
653a68ddee
|
Added includes of new template classes.
|
2014-10-28 14:22:54 +00:00 |
|
jules
|
4f591df870
|
Initial check-in of new simple app helper classes
|
2014-10-26 17:43:20 +00:00 |
|
jules
|
3307aee125
|
MSVC compiler warning fixes
|
2014-09-02 14:02:47 +01:00 |
|
jules
|
0234655752
|
Extended AudioThumbnail to handle any number of channels.
|
2014-09-02 11:27:06 +01:00 |
|
jules
|
99e8445b96
|
Version number update
|
2014-08-12 13:43:39 +01:00 |
|
jules
|
aef09a4d5b
|
Minor layout tweaks to the AudioDeviceSelectorComponent
|
2014-07-14 12:20:18 +01:00 |
|
jules
|
2d34266125
|
Fixed a layout bug in AudioDeviceSelectorComponent
|
2014-07-14 11:17:26 +01:00 |
|
jules
|
6bb134ae89
|
Made sure that AudioDeviceSelectorComponent reflects the l+f correctly
|
2014-07-14 10:54:53 +01:00 |
|
jules
|
d2e1c7f679
|
Version number update
|
2014-07-13 19:42:44 +01:00 |
|
jules
|
3bb7e7ebf1
|
Added a 'reset' button and adjustable item height to the AudioDeviceSelectorComponent
|
2014-07-04 15:57:22 +01:00 |
|
jules
|
0bf57ddf0c
|
Added a method RectangleList::ensureStorageAllocated
|
2014-06-29 18:39:45 +01:00 |
|
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
2014-06-14 13:06:53 +01:00 |
|
jules
|
f8e9a13f1d
|
Version number update
|
2014-06-01 19:26:09 +01:00 |
|
jules
|
f57cd7bafd
|
Clarified some badly-defined behaviour in AudioDeviceManager: if a midi callback is added with an empty-string as its target midi input device, it now gets sent incoming events from *all* devices, not just the "default" device (which was never properly defined)
|
2014-05-08 14:53:11 +01:00 |
|
jules
|
91d9c96338
|
Minor clean-ups
|
2014-04-29 14:14:21 +01:00 |
|
jules
|
a0c18acb1e
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
2014-03-26 18:08:10 +00:00 |
|
jules
|
4251a2437b
|
Version number update
|
2014-03-24 20:01:37 +00:00 |
|
jules
|
fa21d2ac02
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
2014-03-24 14:39:32 +00:00 |
|
jules
|
d74bf3dca8
|
Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters.
|
2014-03-18 10:56:34 +00:00 |
|
jules
|
7f9425058a
|
Version number update
|
2014-02-28 20:55:06 +00:00 |
|
jules
|
a3ea53c460
|
Version number update
|
2014-02-17 19:40:43 +00:00 |
|
jules
|
a8f9fdc54b
|
Optimisation to AudioDeviceSelectorComponent.
|
2014-02-10 12:46:07 +00:00 |
|
jules
|
c67c180b07
|
Added method MidiMessage::isMidiNoteBlack()
|
2014-02-07 11:41:06 +00:00 |
|
jules
|
e54bd38255
|
Added shadow colour ID to MidiKeyboardComponent
|
2014-01-25 14:42:00 +00:00 |
|
jules
|
d2532f4540
|
Version number update
|
2014-01-21 15:10:13 +00:00 |
|
jules
|
44d52ffcef
|
Added a method to MidiKeyboardComponent
|
2014-01-17 09:43:42 +00:00 |
|
jules
|
e6ee6e50de
|
Fix for audio thumbnail generation beyond the end of a file.
|
2014-01-15 22:40:57 +00:00 |
|
jules
|
4869c0a202
|
Fixed a few minor problems with the MidiKeyboardComponent
|
2014-01-05 15:02:43 +00:00 |
|
jules
|
d505edc012
|
Fix for AudioProcessorPlayer when its source is null.
|
2014-01-01 16:36:41 +00:00 |
|
jules
|
7dd5c09826
|
Version number update
|
2013-12-31 10:25:10 +00:00 |
|
jules
|
017dbc988d
|
Refactored some AudioIODevice methods to return Arrays of sample rates + buffer sizes.
|
2013-12-18 10:57:11 +00:00 |
|
jules
|
58055df1b3
|
Capitalised some audio device setting text.
|
2013-12-07 14:31:29 +00:00 |
|
jules
|
cdacae9cbb
|
Version 3.0.0
|
2013-11-19 10:13:14 +00:00 |
|