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

50 commits

Author SHA1 Message Date
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +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
jules
ed067801eb Tidied up some demo code 2016-03-23 08:07:28 +00: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
7c1d3e3074 Fixed a URL in the demo app 2016-03-02 12:55:24 +00:00
jules
e1ba584203 Whitespace 2016-02-12 10:21:04 +00:00
jules
6957a9e3a4 Fix to video demo 2016-02-11 17:44:54 +00:00
hogliux
fa1ad90386 Fix black teapot issue 2016-02-03 13:19:01 +00:00
hogliux
e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 2016-01-26 10:06:30 +00:00
jules
7435ab9c4a Minor tweak to the networking demo 2016-01-05 15:43:16 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 2015-12-22 17:46:31 +00:00
jules
96d428ae17 Demo app: Fixed a typo in the look-and-feel demo 2015-12-16 18:09:57 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
128fdbb3f0 Demo: Added whirlpool to the crypto demo page 2015-11-30 17:31:35 +00:00
jules
44b9eba29a Demo App: Added a MIDI output device option to the MIDI i/o page 2015-11-10 17:22:06 +00:00
jules
a712364356 Big Demo: Added latency to the audio setting page info display 2015-11-10 15:57:11 +00:00
jules
d06fc22369 Pimped the demo app with some new images 2015-11-04 12:14:08 +00:00
jules
02041328dc Misc minor fix-ups 2015-11-02 18:07:36 +00:00
jules
a3426aae10 Added support for iOS force-touch 2015-11-02 11:51:16 +00:00
jules
9f4265a5d9 Fixed a misleading use of Array<ValueTree> in the juce demo. 2015-11-02 09:59:04 +00:00
jules
020b34f67f Fixed a couple of stray semicolons 2015-11-02 09:59:04 +00:00
jules
3e1531f74e Visual studio warnings fix 2015-10-27 12:52:18 +00:00
jules
802a25bd97 Cleaned up a few bits of very old demo code 2015-10-06 12:29:20 +01:00
jules
fdc04d2d2c Fixed some warnings caught by -pedantic_warnings 2015-09-15 10:42:09 +01:00
jules
cee5a77123 Added a velocity parameter to note-off handling in MidiKeyboardState 2015-09-14 09:49:15 +01:00
jules
57d4889f91 Added a new class AudioVisualiserComponent, and updated the demo audio pages to use this. 2015-09-03 15:36:41 +01:00
jules
7233d17d0c Added missing override keywords in the demo 2015-08-13 17:32:14 +01:00
hogliux
c56903b175 Fix compile-error in JuceDemo if compiling with JUCE_MODAL_LOOPS_PERMITTED=0 2015-07-31 12:08:19 +01:00
jules
9178fe9a1a Some minor refactoring inside OSX MainMenu code. 2015-07-28 12:52:29 +01:00
jules
f26152fa72 Tidied up a few compiler warnings in the demo code. 2015-07-28 12:49:35 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
c4f5e8ebe6 Fix to the WavefrontObjParser class's sort method. 2015-07-15 10:29:05 +01:00
jules
f1c0ceccc3 Removed unused variable 2015-06-21 18:54:20 +01:00
jules
d7250c0a90 Fix for menu updating in the demo app. 2015-06-17 14:46:54 -05:00
jules
063ec9c0d1 Updated openGL demo app now that the Matrix3D class works the other (correct!) way around. 2015-06-17 11:48:10 -05:00
jules
9bb0be09a6 Merge branch 'master' of juce-repo.roli.com:JUCE
Conflicts:
	examples/Demo/Source/Demos/WidgetsDemo.cpp
2015-04-20 18:08:05 +01:00
jules
70d09f7db9 Whitespace 2015-04-20 18:06:35 +01:00
Timur Doumler
dc05cd506d fixed issue in Demo where a custom component in a TableListBoxModel was preventing rows from being selected. 2015-04-20 18:04:08 +01:00
Timur Doumler
f04e0f0462 JuceDemo: make Tables in WidgetDemo look nicer by adding zebra striping 2015-04-20 16:45:21 +01:00
Timur Doumler
ee3fe813e1 fixed issue with label text being white and invisible; some refactoring 2015-04-20 16:37:01 +01:00
Timur Doumler
5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo 2015-04-20 15:22:27 +01:00
jules
76892601c3 Fixed table demo sort order 2015-03-16 09:12:05 +00:00
jules
43252dc605 Tidied-up a few stray sign-conversion warnings. 2015-03-15 18:22:19 +00:00
jules
6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 2015-02-25 17:38:22 +00:00
jules
1c982672e2 Minor fix to the demo treeview. 2015-02-13 09:48:14 +00:00
jules
66d19d543f Fix of the last Value commit, for MSVC compilers. 2014-11-25 20:43:53 +00:00
jules
1caff11c6b Tidied up a few VS warnings. 2014-11-20 11:10:45 +02:00
Felix Faire
02c95c45d4 Updated Icon Design and Binary Data 2014-11-13 11:29:16 +00:00
Felix Faire
b01383e8d0 Restructured folder and Updated Readme 2014-11-12 17:18:18 +00:00