Skip to content

Commit

Permalink
Added functionality to the microphone buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kjanderson1 committed Nov 7, 2023
1 parent 6d0c367 commit c997042
Show file tree
Hide file tree
Showing 19 changed files with 588 additions and 411 deletions.
Binary file modified .gradle/8.0.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.0.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.0.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.0.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.0.2/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
5 changes: 3 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"type": "java",
"name": "Current File",
"request": "launch",
"mainClass": "${file}"
"mainClass": "${file}",
"vmArgs": "--module-path '/Users/kesler_anderson/cse-110-project-team-39/lib' --add-modules javafx.controls,javafx.fxml"
},
{
"type": "java",
"name": "App",
"request": "launch",
"mainClass": "View.java",
//"vmArgs": "--module-path 'C:\\Users\\Christophian S\\Desktop\\javafx-sdk-21\\lib' --add-modules javafx.controls,javafx.fxml"
//"vmArgs": "--module-path '/Users/kesler_anderson/cse-110-project-team-39/lib' --add-modules javafx.controls,javafx.fxml"
},
{
"type": "java",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
Binary file not shown.
Binary file modified app/build/tmp/compileTestJava/previous-compilation-data.bin
Binary file not shown.
Loading

0 comments on commit c997042

Please sign in to comment.