jules
|
484bcf4e3c
|
MidiMessage - fix for reported length of sysexes by message constructor.
|
2013-11-02 17:09:43 +00:00 |
|
jules
|
4d7323fe0d
|
Changed MidiMessage to avoid problems when moving them around in memory. Apart from being slightly cleaner code, this means that it can be used in Arrays.
|
2013-10-31 16:18:24 +00:00 |
|
jules
|
61d1e1b7ba
|
Avoiding a few MSVC warnings
|
2013-10-22 19:29:04 +01:00 |
|
jules
|
171c1f31ae
|
Fixed a typo in the last MidiBuffer changes.
|
2013-10-19 09:12:12 +01:00 |
|
jules
|
ad10abfee0
|
Simplified the internal workings of the MidiBuffer class.
|
2013-10-18 14:28:08 +01:00 |
|
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
jules
|
f35dc2df92
|
Correction to MidiFile end-of-track handling.
|
2013-10-15 18:24:59 +01:00 |
|
jules
|
bf16cbdd7f
|
Stopped MidiFile writing an end-of-track event if the data provided already contained one.
|
2013-10-15 12:58:29 +01:00 |
|
jules
|
354b5d38ae
|
Added method MidiMessage::keySignatureMetaEvent
|
2013-09-27 19:43:43 +01:00 |
|
jules
|
6cd2f43afa
|
Tidied up some ValueTree code.
|
2013-09-19 11:21:46 +01:00 |
|
jules
|
f4bc1e033d
|
New methods MidiFile::findAllKeySigEvents() and MidiMessage::isKeySignatureMajorKey()
|
2013-09-18 19:23:28 +01:00 |
|
jules
|
b093f47a8c
|
Misc minor cleanups and comment fixes.
|
2013-09-07 20:18:00 +01:00 |
|
jules
|
636ffe68d3
|
A bit more minor cleaning-up.
|
2013-08-24 12:16:51 +01:00 |
|
jules
|
5b25ac6609
|
Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility.
|
2013-07-28 11:31:25 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
39ef5130e9
|
Added MidiKeyboardComponent::mouseUpOnKey() method.
|
2013-06-28 15:20:51 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
f68637f16b
|
Documentation fix and MidiMessage constness clean-up.
|
2013-03-05 18:37:18 +00:00 |
|
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
jules
|
f9e31ab7a9
|
Documentation pedanticism.
|
2013-01-14 16:51:02 +00:00 |
|
jules
|
a9b177f2da
|
Fix to midi file frame-based timecode conversion.
|
2012-12-20 11:12:31 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
9393c1bbc9
|
Avoided some minor compiler warnings.
|
2012-11-11 17:06:14 +00:00 |
|
jules
|
70257e902f
|
Changed the result of MidiMessage::getMidiNoteInHertz to correctly map midi 69 to 440Hz
|
2012-10-23 12:43:09 +01:00 |
|
jules
|
a25acde808
|
Image subsection fix. Linux text drag-and-drop.
|
2012-10-17 18:40:44 +01:00 |
|
jules
|
fae88c8b88
|
Minor documentation updates. Added MidiMessageSequence::sort() method.
|
2012-10-17 17:03:05 +01:00 |
|
jules
|
0ce65462af
|
Translation of OSX app menu strings. Minor misc changes and documentation fixes.
|
2012-08-08 14:25:59 +01:00 |
|
jules
|
eb47f3c656
|
Fix for MidiFile::readNextTrack()
|
2012-07-11 10:18:24 +01:00 |
|
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
1a83fbf3a4
|
Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii.
|
2012-06-20 07:33:24 +01:00 |
|
jules
|
dc76ef71e9
|
Made MidiMessageSequence::addEvent return the new event.
|
2012-04-30 10:11:38 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
51b2068576
|
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
|
2012-02-22 11:11:34 +00:00 |
|
jules
|
9d973f0089
|
Fixes for CoreAudio, MidiFile, TextEditor, Tooltip.
|
2012-02-20 12:04:49 +00:00 |
|
jules
|
8f4548745a
|
Minor introjucer rejigging.
|
2012-02-11 17:18:38 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
e74219b736
|
Midi fixes for reading/writing variable-length sysexes.
|
2012-02-08 09:17:20 +00:00 |
|
jules
|
f35738afe0
|
Midi file fix to avoid multiple end-of-track events. Some openGL tweaks.
|
2011-09-27 11:33:42 +01:00 |
|
jules
|
dcc767868f
|
Misc minor clean-ups.
|
2011-09-26 23:21:15 +01:00 |
|
Julian Storer
|
ffc2f5d40e
|
Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course)
|
2011-08-21 21:20:28 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|