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

Introjucer refactoring, moving more functionality from the ProjectExporters and into the ProjectTypes. Slightly altered the structure of nested groups that is generated, and tweaked the demo projects to reflect this. Couple of minor fixes to symbol exporting and CoreAudioFormat.

This commit is contained in:
Julian Storer 2011-07-11 19:03:54 +01:00
parent 7844647bf3
commit e130af03ec
54 changed files with 6323 additions and 6262 deletions

View file

@ -73,7 +73,7 @@ namespace JuceDummyNamespace {}
*/
#define JUCE_MAJOR_VERSION 1
#define JUCE_MINOR_VERSION 54
#define JUCE_BUILDNUMBER 22
#define JUCE_BUILDNUMBER 23
/** Current Juce version number.
@ -42749,7 +42749,7 @@ public:
/** This structure is filled-in by the AudioPlayHead::getCurrentPosition() method.
*/
struct CurrentPositionInfo
struct JUCE_API CurrentPositionInfo
{
/** The tempo in BPM */
double bpm;