1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
Commit graph

4159 commits

Author SHA1 Message Date
Felix Faire
06b9bdefb6 Added AudioComponentTemplate 2014-10-30 11:16:51 +00:00
Felix Faire
ff6520a89a Added Animated App template and examples 2014-10-29 15:55:23 +00:00
jules
fefcf7aca6 Merge branch 'develop' of file:///Volumes/CODE/code/juce into develop 2014-10-29 09:24:15 +00:00
jules
653a68ddee Added includes of new template classes. 2014-10-28 14:22:54 +00:00
jules
6a12eaf7de Merge branch 'master' into develop 2014-10-28 14:20:19 +00:00
jules
f2f8da2abe Introjucer: bumped latest OSX SDK option to 10. 2014-10-28 11:47:56 +00:00
Felix Faire
03b485d3dc Updated JUCE Demo Examples 2014-10-27 17:31:16 +00:00
jules
7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 2014-10-26 19:36:54 +00:00
jules
cfee4c88f2 Merge remote-tracking branch 'gh/master' into develop 2014-10-26 17:42:18 +00:00
jules
74571aba11 New class: MountedVolumeListChangeDetector 2014-10-26 17:39:49 +00:00
jules
44fa2827ad Resaved projects. 2014-10-24 12:39:06 +01:00
jules
19cd4103be Made the dots work in the sliding page comp 2014-10-23 17:25:01 +01:00
jules
598d6abd80 Whitespace 2014-10-23 16:46:09 +01:00
jules
03a8f3987e Added new wizard types 2014-10-22 11:55:48 +01:00
jules
5ba9d83209 Implemented exporter creation in new project wizard 2014-10-21 16:03:18 +01:00
jules
4fbb5358c4 Code clean-up 2014-10-20 17:00:34 +01:00
jules
c397984fe9 Whitespace 2014-10-20 15:05:51 +01:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00
jules
dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 2014-10-19 10:51:18 +01:00
jules
a382bfc008 Resaved project files 2014-10-14 17:53:46 +01:00
jules
ef653b4cdd Added C++11 flags to the linux and codeblocks makefiles 2014-10-14 17:52:26 +01:00
jules
e60aa581d6 Added some missing semi-colons. 2014-10-14 11:48:16 +01:00
jules
336b7974d7 Added class: NormalisableRange, to represent a mapping from an arbitrary range down to 0->1 2014-10-13 15:43:01 +01:00
jules
c8d78eb8ac Spelling correction. 2014-10-10 08:49:17 +01:00
jules
d88a49d9ae Introjucer: avoided creating iOS assets for a static lib project. 2014-10-08 20:24:32 +01:00
jules
fc6d485b29 Introjucer: enabled C++11 support by default in android projects 2014-10-08 11:26:18 +01:00
jules
a92dcf0996 Introjucer: increased the number of characters allowed for the plugin channel config. 2014-10-02 08:54:17 +01:00
jules
b61af93f1a Couple of tweaks to the introjucer new project template. 2014-10-01 11:08:54 +01:00
jules
c0e2afb075 Avoided a warning in the demo plugin. 2014-10-01 09:43:08 +01:00
jules
811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 2014-09-30 14:21:07 +01:00
jules
85e7ccd8be Updated some dusty code in the introjucer templates for a new plugin project. 2014-09-29 16:30:48 +01:00
jules
7671e6a350 Fix for the program count in the introjucer-generated template plugin. 2014-09-29 14:46:57 +01:00
jules
77afce6297 Added a couple of missing overrides 2014-09-26 09:32:41 +01:00
jules
08a49cb6d4 Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel 2014-09-25 15:45:49 +01:00
jules
527d1459df Added a velocity argument to the synthesiser noteOff methods. 2014-09-18 16:50:13 +01:00
jules
abe43b27d3 minor clean-ups. 2014-09-17 10:17:28 +01:00
jules
0db3ccf3e6 Fixed a few typos in the demo 2014-09-13 10:54:22 -07:00
jules
ee9531dd53 Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason. 2014-08-28 16:53:58 +01:00
jules
970300867f Introjucer: Added .S to the supported asm file extensions. 2014-08-22 13:34:23 +01:00
jules
6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 2014-08-21 14:34:44 +01:00
jules
a323d4d797 Clarified the example code that's generated in the plugin template process method. 2014-08-19 15:37:00 +01:00
jules
86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 2014-08-17 13:06:24 +01:00
jules
aba0ff9240 Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality. 2014-08-14 18:03:13 +01:00
jules
66d413c32b Minor clean-ups 2014-08-14 12:04:43 +01:00
jules
d16e5f4e80 Added a list of IP addresses to the juce demo system info page. 2014-08-12 08:38:03 +01:00
jules
c6dcbe5739 Made the juce demo clean up in the right order when quitting, to avoid problems with the GL demo. 2014-08-11 22:09:43 +01:00
jules
f3447b3ece Introjucer: codeblocks export fix. 2014-08-06 11:56:57 +01:00
jules
53226c0660 Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name 2014-08-04 10:33:48 +01:00
jules
e527acd721 Introjucer: tweaked some syntax to avoid problems with old GCC versions. 2014-08-04 09:09:06 +01:00
jules
6ec478bb8d Introjucer gui comp layout generation - added missing parentheses. 2014-07-23 10:20:34 +01:00