1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/examples/DSPDemo/Source
2018-01-09 16:28:14 +00:00
..
Demos Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 2018-01-09 16:28:14 +00:00
DSPDemo.h Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
EditorColourScheme.xml Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
Main.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00
Main.h Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
MainComponent.cpp Fixed some const violation errors 2017-12-19 12:44:24 +00:00
MainComponent.h Added the JUCE DSP module 2017-07-27 12:39:07 +01:00