9 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  ed cdbc28c18b Add documentation tags 7 years ago
  jules 210bc5897b Clarified some documentation in AudioPlayHead 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  jules 65ba032545 Tweaked the wording of some comments in AudioPlayHead 7 years ago
  hogliux 86f9c11d15 Added new FrameRateType fps23976 to AudioPlayHead 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules d36156c620 Removed some extraneous semicolons 8 years ago
  jules 79c54bc076 Added some missing 60fps framerate variables 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  hogliux bbe1b0bc01 Do not ignore return-value of AudioPlayHead::getCurrentPosition 10 years ago
  hogliux 1eab4fe594 Do not ignore return-value of AudioPlayHead::getCurrentPosition 10 years ago
  jules 2bccce2f6f Improved a couple of comments. 10 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 177018c7f4 Documentation fixes. 12 years ago
  jules 904e54660f Minor docs change, and addition to AudioThumbnail. 12 years ago
  jules 33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 12 years ago
  jules 46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
  Julian Storer e130af03ec 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. 14 years ago
  Julian Storer f04309f44a Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 14 years ago
  Julian Storer 5d98779f19 Updated the date in the copyright notice. 14 years ago
  Julian Storer 27506c2120 Copyright notice update. 15 years ago
  Julian Storer 1458cd4eb3 Rebuilt the plugin demo as a Jucer-generated project, and beefed it up a bit to include a simple synthesiser and delay effect. 15 years ago
  jules 158a17f08a (Added missing files from last check-in) 16 years ago