jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
jules
|
7d178feb0c
|
(Fixed mistake in last commit)
|
9 years ago |
jules
|
32178f4a1f
|
Tidied up some AUv3 code
|
9 years ago |
jules
|
1182aecf00
|
Improved a comment
|
9 years ago |
jules
|
c34f13a02d
|
Fixed a linkage problem in some release plugin builds
|
9 years ago |
jules
|
17e2acb9fd
|
Fixed a couple of AUv3 bugs
|
9 years ago |
hogliux
|
63ef9c1bfd
|
Fix compilation errors in AU format when compiling for older OS targets
|
9 years ago |
hogliux
|
cdeb0b5c87
|
Undo removal of setNumThreads in plug-in scanner
|
9 years ago |
hogliux
|
44359cb429
|
Fix missing std::nullptr defines
|
9 years ago |
Timur Doumler
|
24f05c405a
|
Whitespace.
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
9eb54629f2
|
Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles
|
9 years ago |
jules
|
22215d8279
|
Improved the performance of the HomeopathicStack class by diluting it from the codebase. If you need to use this class, please use the imprint of its memory in the GIT history.
|
10 years ago |
jules
|
46dc76f993
|
Improved a comment
|
10 years ago |
jules
|
118e872bf2
|
Added new class: HomeopathicStack
|
10 years ago |
jules
|
dfc4428af6
|
Avoided a problem in DirectShowComponent that caused crashes in error cases.
|
10 years ago |
jules
|
6e455aa1cb
|
Fixed minor comment typo
|
10 years ago |
jules
|
2549222b9d
|
Avoided another minor VST3 warning
|
10 years ago |
jules
|
2ffaafeeb5
|
Avoided a couple of warnings in VST3 code
|
10 years ago |
Timur Doumler
|
86aacef11e
|
MPE: changed default initial pressure for new notes to 0 if no pressure messages have been received before the note-on; removed virtual functions getInitialPitchbend/Pressure/TimbreForNoteOn as they are confusing and the default behaviour is reasonable.
|
10 years ago |
jules
|
6a66ff75bb
|
Added NamedValueSet::isEmpty()
|
10 years ago |
jules
|
af660278d7
|
Removed a malfunctioning method in CharPointer_ASCII
|
10 years ago |
jules
|
a5ec538596
|
Added a couple of methods to LinearSmoothedValue
|
10 years ago |
Timur Doumler
|
09be38bc46
|
Added isEmpty() method to OwnedArray.
|
10 years ago |
hogliux
|
7cecc7edfb
|
Add automation support for VST3 bypass
|
10 years ago |
Timur Doumler
|
e30464b210
|
Reverted: Added a missing include in juce_android_RuntimePermissions.cpp (the relevant compile error was already fixed by commit 2ecbe54c in a better way).
|
10 years ago |
Timur Doumler
|
4203f58548
|
Added a missing include in juce_android_RuntimePermissions.cpp.
|
10 years ago |
Timur Doumler
|
74447991ec
|
Fixed various compile errors due to rename of empty() to isEmpty().
|
10 years ago |
Timur Doumler
|
50224491d4
|
OSCMessage, OSCBundle: renamed empty() to isEmpty() for consistency with all other JUCE containers.
|
10 years ago |
Timur Doumler
|
4d41bdd7c9
|
Minor cleanup: removed superfluous semicolon after a member function definition.
|
10 years ago |
Timur Doumler
|
17497122e4
|
Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet.
|
10 years ago |
Timur Doumler
|
a694a66739
|
Android: fixed bug in Java code that caused compiler errors on API Level 21.
|
10 years ago |
Timur Doumler
|
4c3ef3936d
|
Fixed a compile error when building for 32-bit OS X with JUCE_SUPPORT_CARBON enabled.
|
10 years ago |
jules
|
2ecbe54c45
|
Added an include of <memory> for the android build
|
10 years ago |
jules
|
8653a97ede
|
Avoided a false-positive in File::isOnHardDisk() with unplugged network drives
|
10 years ago |
jules
|
64e702bcea
|
Added some minor comments
|
10 years ago |
jules
|
d410b6d13d
|
Avoided a possible null pointer in KeyMappingEditorComponent
|
10 years ago |
jules
|
4a581da6c5
|
Updated the version number used internally by FLAC
|
10 years ago |
jules
|
225297671c
|
Added some workarounds for compiling AudioProcessorValueTreeState with VS2013
|
10 years ago |
jules
|
438dbb7637
|
Tweaked some syntax in the SVG parser to avoid problems in GCC.
|
10 years ago |
jules
|
3f85b04914
|
Made sure that CachedImage resources are released recursively for all children when a child component becomes invisible
|
10 years ago |
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
10 years ago |
jules
|
a45c3c564f
|
Removed some C++11 syntax that had crept into the OSX font code
|
10 years ago |
jules
|
cd37ba3aa4
|
Fix for openGL when a GL component is removed from its parent without detaching first.
|
10 years ago |
jules
|
e0f5218121
|
Added an internal flag JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS
|
10 years ago |
jules
|
396d73a989
|
Fix for precedence of Javascript typeof operator
|
10 years ago |
jules
|
20264a91cd
|
Added some more unit tests and fixes for the Time class
|
10 years ago |
jules
|
7a973372ad
|
Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread
|
10 years ago |
jules
|
0f2c1f74c8
|
Added a check in WindowsMediaAudioFormat to handle reading beyond the end of a file
|
10 years ago |
jules
|
6d710f3194
|
Added a null pointer check in linux message dispatching
|
10 years ago |