ed
|
2e8ec2a757
|
Projucer: Remove unused code in CodeBlocksProjectExporter
|
7 years ago |
ed
|
1bdc584449
|
Projucer: Remove unused VST3 code in MakefileProjectExporter
|
7 years ago |
hogliux
|
51ba2e1902
|
Changed demo-runner bundle-id
|
7 years ago |
jules
|
121719be69
|
Added new method Rectangle::toNearestIntEdges(), and used this to improve the Grid layout snapping
|
7 years ago |
ed
|
5c8084c3e6
|
VST: Workaround for a potential infinite resizing loop due to coordinate rounding when updating the host window size
|
7 years ago |
jules
|
705262600b
|
Quick cleanup of some posix code
|
7 years ago |
jules
|
2e0f6b5dbc
|
Avoided an OSX font bug workaround that's no longer needed in 10.11, and also stripped out a huge amount of defunct OSX 10.5 font code
|
7 years ago |
jules
|
b46c63bdae
|
Made the MidiMessageSequence copy constructor generate a more faithful version of the original state, rather than always matching up all note on/off pairs
|
7 years ago |
Tom Poole
|
98483e826a
|
Fixed a compiler warning
|
7 years ago |
hogliux
|
0db9415de6
|
Add bypass support to both hosting and plug-in client code
|
7 years ago |
hogliux
|
e05a1549f2
|
Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class
|
7 years ago |
Dimitri Sudell
|
2ff4d858c6
|
AUv3: use 'UIViewContentMode' for nicer resizing
|
7 years ago |
hogliux
|
736a07e4ce
|
Added a setTagName method to XmlElement
|
7 years ago |
jules
|
36ff414d4e
|
Updated .gitignore to hide some new Xcode spam files
|
7 years ago |
jules
|
809651694e
|
Simplified the SparseSet class using Ranges
|
7 years ago |
jules
|
aeee6f4c33
|
Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF
|
7 years ago |
jules
|
f752a3331e
|
Added methods UndoManager::getUndoDescriptions() and UndoManager::getRedoDescriptions()
|
7 years ago |
hogliux
|
7bcd6a5ecd
|
Added support for uncompressing symbolic links in zip files
|
7 years ago |
hogliux
|
0c18f1cab7
|
Fixed a signed conversion warning on macOS and iOS
|
7 years ago |
Noah Dayan
|
585cd22f37
|
Migrate BLOCKS documentation
|
7 years ago |
hogliux
|
c048f5d40a
|
macOS/iOS/Linux: Added support for compressing symbolic links in zip files
|
7 years ago |
hogliux
|
3ebe75f030
|
Windows: ensured that File::replaceInternal does not fail with ACL errors
|
7 years ago |
Noah Dayan
|
fd0c426ed0
|
Fixed Doxygen bug in CoreAudioLayouts
|
7 years ago |
Noah Dayan
|
65c82b99db
|
Fixed typo in docs of MultiChoicePropertyComponent
|
7 years ago |
Noah Dayan
|
db1e454f45
|
Fixed a documentation tag in URLInputSource
|
7 years ago |
ed
|
db8fa5a4b4
|
Re-saved all projects
|
7 years ago |
ed
|
dd7d3c41d0
|
Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array
|
7 years ago |
ed
|
4f976edd5a
|
Fixed a typo in ChangeList.txt
|
7 years ago |
ed
|
cca893a5a2
|
Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type
|
7 years ago |
ed
|
bd75eb1ed8
|
Projucer: Update plugin name, description and AU export prefix defaults when project name changes
|
7 years ago |
hogliux
|
5b0b97473c
|
macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window
|
7 years ago |
ed
|
961b274e1b
|
Projucer: Removed a couple of unused methods
|
7 years ago |
ed
|
c70d321007
|
Fixed a positioning bug in MultiChoicePropertyComponent
|
7 years ago |
ed
|
e24cfc864a
|
Projucer: Fixed a couple of VST/VST3 typos in the previous commit
|
7 years ago |
ed
|
629f2a2979
|
Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent
|
7 years ago |
ed
|
51ff1daf60
|
Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values
|
7 years ago |
ed
|
11ad96d0c8
|
Added some methods to ValueWithDefault for converting between Array<var> and a delimited string so that it can be written to XML
|
7 years ago |
hogliux
|
f5db5faff6
|
Update the BLOCKS SDK and its documentation
|
7 years ago |
hogliux
|
975b242987
|
macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads
|
7 years ago |
jules
|
a0f3952081
|
Projucer GUI editor font kerning retention fix
|
7 years ago |
ed
|
89d1e60595
|
Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed
|
7 years ago |
ed
|
01339a5365
|
Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code
|
7 years ago |
ed
|
6eeaa4036c
|
Projucer: Ensure that the default project name is used when no name is set
|
7 years ago |
Tom Poole
|
f5174e340e
|
Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range
|
7 years ago |
ed
|
b0344308f5
|
Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly
|
7 years ago |
ed
|
4a80292515
|
Projucer: Fixed a bug in the MSVC exporter where the architecture setting was not being recalled correctly if set to "default"
|
7 years ago |
reuk
|
e98c73bc6d
|
AU: Pragma ignore warnings which are triggered by Apple code
|
7 years ago |
hogliux
|
350551b37c
|
Ensured that ThreadPool::moveJobToFront can survive a stale job pointer
|
7 years ago |
jules
|
a632b57e7a
|
Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems
|
7 years ago |
ed
|
0cfa1e4b7a
|
Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups
|
7 years ago |