mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Removed the initialiseJuce_NonGUI() and shutdownJuce_NonGUI() methods - these aren't needed any more. Removed some old MidiOutput methods which weren't cross-platform. OpenGLComponent updates. Extra DropShadower safety.
This commit is contained in:
parent
e159587a9b
commit
328cc11713
44 changed files with 1416 additions and 756 deletions
|
|
@ -50,19 +50,6 @@ MidiOutput::~MidiOutput()
|
|||
{
|
||||
}
|
||||
|
||||
void MidiOutput::reset()
|
||||
{
|
||||
}
|
||||
|
||||
bool MidiOutput::getVolume (float&, float&)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void MidiOutput::setVolume (float, float)
|
||||
{
|
||||
}
|
||||
|
||||
void MidiOutput::sendMessageNow (const MidiMessage&)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue