Tom Poole
|
f385e08b24
|
BSD: Fix a compilation error
|
2023-03-08 14:04:43 +00:00 |
|
Tom Poole
|
505285bb22
|
Linux: Fix a compiler warning
|
2023-03-03 14:27:03 +00:00 |
|
attila
|
31f94c2e28
|
Projucer: Add embedded Linux subprocess for WebView support
|
2023-03-02 17:49:34 +00:00 |
|
attila
|
5cfef70994
|
Projucer: Fix ARA project template
|
2022-07-02 10:46:36 +02:00 |
|
attila
|
2fdc4f6633
|
Projucer: Remove VS2015 and CLion exporters
|
2022-05-25 13:56:55 +02:00 |
|
attila
|
31b2a86559
|
Projucer: Add ARA support
|
2022-05-12 12:31:30 +02:00 |
|
Tom Poole
|
6542446594
|
Update the JUCE logo
|
2021-08-23 11:00:36 +01:00 |
|
Tom Poole
|
c1eabac438
|
Projucer: Removed an unused asset file
|
2021-07-22 16:06:13 +01:00 |
|
reuk
|
4494c96760
|
Build: Add GarageBand info to plugin templates
|
2020-12-02 15:19:49 +00:00 |
|
ed
|
964d497d6c
|
Projucer: Removed some unused files
|
2020-06-29 08:27:28 +01:00 |
|
ed
|
3283f2224a
|
Projucer: Added new start page window
|
2020-06-04 14:52:29 +01:00 |
|
Tom Poole
|
6cb75d9d2c
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
2020-04-23 17:30:40 +01:00 |
|
ed
|
fba0295a44
|
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring
|
2020-04-17 16:05:10 +01:00 |
|
ed
|
cf93f79cc8
|
Projucer: Removed sign-in
|
2020-04-17 14:20:56 +01:00 |
|
reuk
|
2ca69e8f70
|
Projucer: Stop requiring JuceHeader to be included in projects
|
2020-04-13 13:16:05 +01:00 |
|
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
2020-04-13 12:10:11 +01:00 |
|
ed
|
9e030b7eaf
|
Don't attempt to open input channels if audio recording permission isn't granted in the audio app template
|
2020-02-26 16:22:55 +00:00 |
|
ed
|
7484ac3dd3
|
Projucer: Updated all project templates to use include search path when including JuceHeader.h
|
2020-01-21 16:25:33 +00:00 |
|
ed
|
d316ae3a31
|
Projucer: Fixed some warnings in the autogenerated code
|
2019-11-13 11:39:26 +00:00 |
|
ed
|
9ade3b30d5
|
Projucer: Request audio recording permissions in the Audio Application template on platforms which require it
|
2018-11-16 16:59:52 +00:00 |
|
ed
|
d543df6aff
|
Projucer: Sanitise Unity plug-in names when generating the C# script class name
|
2018-11-08 09:13:22 +00:00 |
|
ed
|
dab49b3f58
|
Projucer: Made UI application templates fullscreen on mobile devices
|
2018-10-17 12:53:43 +01:00 |
|
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
2018-05-10 16:32:30 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
ed
|
7d36760efd
|
PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows
|
2018-04-09 10:43:03 +01:00 |
|
ed
|
8a467e7dc3
|
Projucer: Added a "PIP Creator" utility tool
|
2018-03-22 15:23:27 +00:00 |
|
ed
|
711e75bdc8
|
Projucer: Add analytics
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
fa02112614
|
Projucer: Add PIPGenerator class
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
2f52fa205a
|
Projucer: Standardise replacement strings in file templates
|
2018-03-12 14:34:24 +00:00 |
|
ed
|
cd24d14000
|
Projucer: Fixed a missing argument in the simple content component template
|
2018-01-22 09:11:44 +00:00 |
|
Noah Dayan
|
bed0f02e54
|
Projucer: Cleaned up templates and added options for header and cpp file creation
|
2018-01-17 16:51:07 +00:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
jules
|
aecb819985
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
2017-10-30 14:52:47 +00:00 |
|
tpoole
|
eb8fecf816
|
Formatting improvements
|
2017-10-23 15:03:25 +01:00 |
|
tpoole
|
21315abce4
|
Projucer: Added beta CLion exporter support
|
2017-10-19 14:26:12 +01:00 |
|
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
2017-09-29 14:55:01 +01:00 |
|
hogliux
|
e2c8e30d72
|
Added a ScopedNoDenormal class to temporarily disable denormals
|
2017-09-12 11:32:32 +01:00 |
|
tpoole
|
87c22acd97
|
Projucer: Fixed a bug in the plug-in template code
|
2017-09-04 08:38:21 +01:00 |
|
tpoole
|
75c299025a
|
Projucer: Added code to handle JucePlugin_IsMidiEffect in the new audio plug-in template
|
2017-08-17 15:51:11 +01:00 |
|
hogliux
|
750ab85fe9
|
Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.
|
2017-04-27 14:42:25 +01:00 |
|
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
2017-04-27 14:40:50 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
tpoole
|
0140304e38
|
Removed some #pragma once warnings from Projucer generated code
|
2017-02-21 12:48:38 +00:00 |
|
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
2017-02-17 15:34:10 +00:00 |
|
ed
|
1739f34717
|
Changed Projucer MainWindow templates to use default LookAndFeel background colour instead of always light grey
|
2017-02-16 11:09:08 +00:00 |
|
stefan
|
76a9b7d24a
|
Projucer: link to privacy policy in EULA and re-save jucer project
|
2016-10-25 18:19:21 +02:00 |
|
hogliux
|
2a37ba034a
|
Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew"
|
2016-10-17 17:13:23 +01:00 |
|
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
2016-09-16 17:06:19 +01:00 |
|
jules
|
d1030fa845
|
Projucer: added some missing 'override' specifiers
|
2016-04-30 16:23:30 +01:00 |
|
hogliux
|
00dd576b21
|
Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard
|
2016-04-20 15:50:14 +01:00 |
|