StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
191 stars 5 forks source link

Add back in recording mode #82

Open bboettcher3 opened 7 months ago

bboettcher3 commented 7 months ago

I took out the "record your own audio" mode in v1.0.0, but it should be added back in! Most of the code is still there, maybe some is commented out.. anyway, look in Source/DSP/AudioRecorder.h/.cpp (should be working as expected) and Source/PluginEditor.cpp (where the commented-out code would be) to re-enable it. We'll need a new microphone png for the button as well :)