1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

192 commits

Author SHA1 Message Date
jules
171aa94215 Fix for MidiMessage::endOfTrack() 2017-05-02 12:04:50 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
e0698daaca Tidied up a couple of comments, warnings and did a bit of code modernisation 2017-04-24 10:49:41 +01:00
jules
3a3f118fbb A bit of code modernisation in MidiMessage, adding a variadic constructor to allow custom midi messages to be created more succinctly. 2017-04-20 15:31:24 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
hogliux
f312721cf9 Fixed a bug where a MidiMessage constructor could read beyond the end of the passed-in midi buffer if the midi message is non-standard 2017-03-02 13:04:20 +00:00
jules
69297d6790 Added an assertion to MidiMessage to help catch float/int parameter confusion 2017-02-23 16:40:52 +00:00
jules
efac121466 Increased accuracy of frame rate constants in the plugin wrappers 2017-02-13 08:55:07 +00:00
hogliux
2da1bc5f41 Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
hogliux
9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 2017-02-01 17:18:06 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
ed
cd752ed6af MidiFile::writeTo() method now returns false if unsuccessful 2016-12-05 12:56:34 +00:00
ed
17600a2902 Added copy constructor and copy assignment operator to MidiFile 2016-12-02 12:45:52 +00:00
hogliux
2104c506b6 Added const qualifier to MidiEventHolder argument of MidiMessageSequence::getIndex 2016-09-30 16:10:41 +01:00
ed
29320a01cc Changed maxSensibleMidiFileSize in MidiFile from 2mb to 200mb to allow loading of large MIDI files 2016-09-05 10:23:42 +01:00
hogliux
329e54d21f Replace std::move with static_cast to fix errors in old compilers 2016-06-17 11:18:54 +01:00
hogliux
4eec61469b Remove default keywords from MidiMessageSequence to be compatible with VS 2013 2016-06-15 15:42:35 +01:00
jules
dcf9246395 Reduced the footprint of MidiMessage, and added some move operators to MidiMessageSequence 2016-05-28 21:36:42 +01:00
Timur Doumler
8c99b63a5d Fixed a warning and a wrong indentation in MidiMessage. 2016-05-26 10:07:49 +01:00
Timur Doumler
07bc151ce3 MidiMessage: moved two useful helper functions into the public interface; minor cleanup of some member function declarations. 2016-05-25 15:54:07 +01:00
jules
c1799c9f82 Fixed a problem with negative values in MidiMessage::getKeySignatureNumberOfSharpsOrFlats() 2016-04-25 12:10:30 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
Timur Doumler
497f286b53 Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo. 2016-03-02 16:53:23 +00:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
jules
08788c3e05 Added another MidiMessageSequence::addSequence method 2016-02-08 11:56:28 +00:00
jules
a0745c5536 Made MidiMessage::setNoteNumber work on aftertouch messages as well as note-on/offs 2016-02-04 09:18:15 +00:00
jules
ae712c72d8 Cleaned up a few String::empty uses 2015-12-21 12:01:28 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00
jules
b9261dd8a9 Fixed a typo in a comment. 2015-09-15 08:23:29 +01:00
jules
3f8b213525 Added a MidiMessage::noteOff method that takes a float velocity parameter. 2015-09-14 20:03:42 +01:00
jules
cee5a77123 Added a velocity parameter to note-off handling in MidiKeyboardState 2015-09-14 09:49:15 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
2f2c8436b8 Add utility functions to access un-aligned memory 2015-06-26 17:14:57 +01:00
jules
3825467af7 Added method Synthesiser::setMinimumRenderingSubdivisionSize() to allow control over the resolution of block size that the synthesiser class uses. 2015-03-23 11:19:43 +00:00
jules
968a9eb392 Modified MidiMessageSequence::createControllerUpdatesForTime() to use an Array<MidiMessage> instead of an OwnedArray. There are almost no situations where you'd get better performance out of an OwnedArray so if this change broke your code, it's a good idea to have a re-think! 2015-03-02 17:55:45 +00:00
jules
e60aa581d6 Added some missing semi-colons. 2014-10-14 11:48:16 +01:00
jules
7a8c90e253 Improved some MidiBuffer comments 2014-08-28 17:20:25 +01:00
jules
2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
jules
a47426aee1 Fix for MidiMessageSequence copy constructor 2014-05-08 10:47:03 +01:00
jules
87348c4467 Added an option to MidiFile to set the format type. 2014-03-21 21:36:08 +00:00
jules
93bc4b97be Added a parameter to the MidiMessage constructor to optionally parse sysexes without embdedded lengths 2014-03-21 20:02:24 +00:00
jules
da5b67bd03 Minor clean-up. 2014-02-23 13:40:27 +00:00
jules
48c2f42802 Added a safety check and fixed a couple of warnings. 2014-02-21 16:00:39 +00:00
jules
7786943593 Added MidiMessage::textMetaEvent method. 2014-02-19 20:37:15 +00:00
jules
c67c180b07 Added method MidiMessage::isMidiNoteBlack() 2014-02-07 11:41:06 +00:00
jules
523f436957 Added some NEEDS_TRANS wrappers around the various strings returned by MidiMessage 2013-12-05 22:14:34 +00:00
jules
4ec476b750 Minor tidying. 2013-11-14 13:15:01 +00:00
jules
705836d329 Fix for MidiMessage handling sysex messages <= 4 bytes. 2013-11-06 10:31:17 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00