This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
705
Commits
11
Branches
1.7GB
Tree:
ca19733aad
develop
develop-distrho
v5.x-distrho
v6.0.8
v6.0.8-distrho
v6.1.6
v6.1.6-distrho
v7.0.12
v7.0.12-distrho
v7.0.9
v7.0.9-distrho
2021-05-28
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ca19733aad'
${ noResults }
HTTPS
ZIP
TAR.GZ
jules
ca19733aad
fixed broken CD reader code on linux; added support for broadcasting in DatagramSockets; small fix for String::replaceSection
16 years ago
build
fixed broken CD reader code on linux; added support for broadcasting in DatagramSockets; small fix for String::replaceSection
16 years ago
docs
17 years ago
extras
Added some missing files for camera support
16 years ago
src
fixed broken CD reader code on linux; added support for broadcasting in DatagramSockets; small fix for String::replaceSection
16 years ago
juce.h
17 years ago
juce_Config.h
Added the CameraDevice class to allow webcam capture!
16 years ago
juce_amalgamated.cpp
changed the AudioFormatReader class to make the formats more consistent in the way they deal with requests for a different number of channels to the number that the file contains. This will mean that anyone who's using a custom AudioFormat will need to replace their read() method with a readSamples() method (easy to do - it's quite similar, with a couple of extra parameters, and actually makes things a bit easier for the subclass).
16 years ago
juce_amalgamated.h
changed the AudioFormatReader class to make the formats more consistent in the way they deal with requests for a different number of channels to the number that the file contains. This will mean that anyone who's using a custom AudioFormat will need to replace their read() method with a readSamples() method (easy to do - it's quite similar, with a couple of extra parameters, and actually makes things a bit easier for the subclass).
16 years ago
juce_amalgamated.mm
18 years ago