https://playfultones.com
The "if with initializer" aka "init-statement in if" syntax lets you declare variables right in the if statement, keeping scope tight and code clean.
#cpp #audio #programming #audiodev
The "if with initializer" aka "init-statement in if" syntax lets you declare variables right in the if statement, keeping scope tight and code clean.
#cpp #audio #programming #audiodev
#CPP #Programming #Unicode #JUCE
#CPP #Programming #Unicode #JUCE
github.com/remberg/juce...
It's a great utility for UI prototyping. Though using it excessively quickly makes it a hassle to find a specific one in the Live Values window.
Here's a helpful regex pattern for cleaning them up:
JUCE_LIVE_CONSTANT\(([^)]*)\)
github.com/remberg/juce...
It's a great utility for UI prototyping. Though using it excessively quickly makes it a hassle to find a specific one in the Live Values window.
Here's a helpful regex pattern for cleaning them up:
JUCE_LIVE_CONSTANT\(([^)]*)\)