Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
Language Identifier
Commits
d06888fb
Commit
d06888fb
authored
Jun 23, 2021
by
Dan Wilcox
Browse files
show listening status
parent
292ebeab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofApp.cpp
View file @
d06888fb
...
...
@@ -146,10 +146,10 @@ void ofApp::draw() {
std
::
size_t
historyWidth
=
400
;
std
::
size_t
historyHeight
=
150
;
// draw current label
// draw current label
status
ofSetColor
(
64
,
245
,
221
);
ofNoFill
();
ofDrawBitmapString
(
displayLabel
,
50
,
50
);
ofDrawBitmapString
(
(
recording
?
"listening..."
:
displayLabel
)
,
50
,
50
);
// draw the average volume
ofPushStyle
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment