hogliux
|
ce810ff0b9
|
Modify examples directory search so that the directory can be found when the DemoRunner is in the JUCE root folder
|
7 years ago |
ed
|
3918cfbfb9
|
Re-saved all projects
|
7 years ago |
ed
|
1644ee4ace
|
Add DemoRunner project
|
7 years ago |
ed
|
5507801dfd
|
Add all PIP examples
|
7 years ago |
ed
|
86baa28689
|
Remove all projects in examples
|
7 years ago |
ed
|
44f9a5c256
|
Move AudioPluginHost and NetworkGraphicsDemo projects from examples to extras
|
7 years ago |
ed
|
66ee9d6d6d
|
Rename plugin host and network graphics demo examples
|
7 years ago |
ed
|
81dd80f231
|
Re-saved all projects
|
7 years ago |
Lukasz Kozakiewicz
|
ddc7dbfd4f
|
Re-saved all projects.
|
7 years ago |
hogliux
|
2c0bf0b8ce
|
Modified example plug-ins to use JUCE's internal generic editor and removed the no longer needed GenericEditor.h
|
7 years ago |
Tom Poole
|
611971181f
|
Added host-side AudioProcessorParameter implementations, deprecated the old methods for managing parameters, and updated the GenericAudioProcessorEditor
|
7 years ago |
Lukasz Kozakiewicz
|
3e66bc69fb
|
InAppPurchases: fix a bug on Android when failed purchases would not be propagated to IAP listeners. Make InAppPurchases a Singleton.
|
7 years ago |
ed
|
11c66c266f
|
Fixed a bounds bug in the JUCE demo intro screen
|
7 years ago |
Lukasz Kozakiewicz
|
8116f36039
|
Re-saved all projects.
|
7 years ago |
ed
|
8421e62e3a
|
Re-saved all projects
|
7 years ago |
ed
|
dbf39f5b7b
|
Renamed the MPETest example to MPEDemo and updated it to reflect the recent MPE class updates
|
7 years ago |
ed
|
abaedc0534
|
Re-saved all projects
|
7 years ago |
ed
|
04f9760c20
|
Re-saved all projects
|
7 years ago |
hogliux
|
d8d2f5d0f4
|
Added new SystemStats::getDeviceManufacturer()
|
7 years ago |
Lukasz Kozakiewicz
|
c4ebfcd735
|
Re-saved all projects.
|
7 years ago |
ed
|
16c942fd54
|
Recall some button states in DSP module plugin demo
|
7 years ago |
Tom Poole
|
f503ca2701
|
Fixed a bug in the InterAppAudioEffect demo
|
7 years ago |
jules
|
5ca8427840
|
Minor fix for VS2017 in the MPETest project
|
7 years ago |
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
7 years ago |
Tom Poole
|
4746337ecc
|
Fixed a bug in the InterAppAudioEffect demo
|
7 years ago |
jules
|
f9313c8338
|
Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago!
|
7 years ago |
jules
|
7326a37795
|
Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2
|
7 years ago |
ed
|
3f565bf81f
|
Re-saved all projects
|
7 years ago |
jules
|
7429654b5e
|
Fixed the FlexBox demo to make it update properly
|
7 years ago |
ed
|
3664575ef1
|
Update all examples and extras projects to use new Projucer defaults
|
7 years ago |
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
7 years ago |
ed
|
73a4730b27
|
Projucer: Disable LTO by default on Android. Re-saved all Android projects
|
7 years ago |
ed
|
12bad3008b
|
Re-saved all projects
|
7 years ago |
jules
|
80a7718286
|
Added some event lambda callbacks for TextEditor and simplified a bit more code using them
|
7 years ago |
jules
|
3dd94b7341
|
resaved projects
|
7 years ago |
jules
|
e7a5e520c6
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
jules
|
3300e71e17
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
jules
|
ce8b2d865a
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
Tom Poole
|
a2a3f32d8f
|
Fixed some issues with IO channel counts in the StandaloneFilterWindow
|
7 years ago |
jules
|
430948ad91
|
Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions
|
7 years ago |
Tom Poole
|
beec82b8cb
|
Improvements to the Analytics class
|
7 years ago |
Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
7 years ago |
Lukasz Kozakiewicz
|
1f77b356d1
|
Re-saved all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
202cad8991
|
DialogsDemo: flush output stream after writing to it in saving dialog demo.
|
7 years ago |
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
7 years ago |
Tom Poole
|
d2dc866f01
|
Updated OpenGLAppExample to use an renamed function
|
7 years ago |
jules
|
d9585241ad
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
7 years ago |
jules
|
d727f2a35a
|
Added MathConstants::halfPi to improve readability
|
7 years ago |
jules
|
d0111a4f96
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
jules
|
6a49d6efdc
|
Minor tidying up
|
7 years ago |