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

91 commits

Author SHA1 Message Date
jules
802a25bd97 Cleaned up a few bits of very old demo code 2015-10-06 12:29:20 +01:00
jules
d262571fc8 Minor fix to the FFT demo. 2015-09-30 14:33:30 +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
7c96b6e999 Updated various project files. 2015-09-03 15:50:06 +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
80b24ccfd4 Tidied up the demo plugin and host projects to remove hard-coded VSTSDK paths 2015-09-01 12:37:29 +01:00
jules
2cecf92a0e Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! 2015-08-18 10:16:25 +01:00
jules
7233d17d0c Added missing override keywords in the demo 2015-08-13 17:32:14 +01:00
jules
6f880b1364 Refactored the plugin host demo command line code to work with paths containing escapes 2015-08-11 12:14:58 +01:00
jules
4a951f2136 Added some new window-handling features to the plugin host demo. 2015-08-11 10:16:51 +01:00
jules
b57e8e3db4 Added Base64 class 2015-08-03 17:55:29 +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
hogliux
f07cf50a3e Resaved JuceDemo Android project 2015-07-29 15:39:30 +01:00
hogliux
e11e8563c8 Added Visual Studio 2015 Projects to Introjucer and Demo 2015-07-29 15:37:24 +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
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
c4d0270f5d Resaved project files. 2015-07-22 16:58:25 +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
hogliux
359a898b0d Updated openGL example now that the Matrix3D class works the other (correct!) way around. 2015-07-01 10:54:36 +01:00
hogliux
502ab06213 Fix warnings in JUCE OpenGLAppExample 2015-07-01 10:51:48 +01:00
jules
ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 2015-06-30 17:20:27 +01:00
jules
d917606ad8 Resaved project files. 2015-06-29 16:20:50 +01:00
jules
355f022f6b Spelling fixes. 2015-06-24 12:31:29 +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
e179df3e2c Introjucer: Fix to linux VST makefile flag generation. 2015-05-25 12:53:04 +01:00
jules
f4fe4c5749 Tidied up a bit of android code and resaved the demo project. 2015-05-22 11:29:44 +01:00
jules
43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 2015-05-22 11:27:01 +01:00
hogliux
d8e5add7ba Minor clean-up in audio demo plugin code 2015-05-05 18:27:53 +01:00
hogliux
b7a85c767a Add beginChangeGesture/endChangeGesture support to audio demo plug-in 2015-05-05 18:27:41 +01: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
c825bc378f Merge branch 'feature/editable_table_cells' 2015-04-20 17:02:42 +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
hogliux
fcb8735dfc Re-save all Introjucer projects with newest introjucer version 2015-04-20 15:49:43 +01:00
Timur Doumler
5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo 2015-04-20 15:22:27 +01:00
jules
6225b5de49 Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params. 2015-03-26 15:40:52 +00:00
jules
9033f2a9a8 Resaved some example project iOS files. 2015-03-26 11:03:00 +00:00
jules
0e591abe0f Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. 2015-03-24 14:42:23 +00: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
372ea8779b Resaved projects. 2015-02-26 16:37:31 +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