Skip to content

Commit

Permalink
Merge branch 'main' into smoothdamp_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosters authored Feb 6, 2025
2 parents ad1ff2a + 6c9aca1 commit dad5ae2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion demos/audiovisualfft/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"Version": "0.1.0",
"RequiredModules": [
"napapp",
"napcameracontrol",
"napparametergui",
"napaudiovisualfft"
],
Expand Down
6 changes: 6 additions & 0 deletions demos/audiovisualfft/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
project_dir=$( cd "$(dirname -- "$0")" ; pwd -P )
nap_root=$project_dir/../..
. $nap_root/tools/buildsystem/common/sh_shared.sh
configure_python $nap_root
$python $nap_root/tools/buildsystem/common/build_app_by_dir.py $project_dir "$@"
1 change: 0 additions & 1 deletion system_modules/napaudio/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Type": "nap::ModuleInfo",
"mID": "ModuleInfo",
"RequiredModules": [
"napmath",
"napscene"
],
"WindowsDllSearchPaths": [
Expand Down
2 changes: 0 additions & 2 deletions system_modules/napfft/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"Type": "nap::ModuleInfo",
"mID": "ModuleInfo",
"RequiredModules": [
"napmath",
"napscene",
"napportaudio"
],
"WindowsDllSearchPaths": []
Expand Down
2 changes: 0 additions & 2 deletions system_modules/napportaudio/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"Type": "nap::ModuleInfo",
"mID": "ModuleInfo",
"RequiredModules": [
"napmath",
"napscene",
"napaudio"
],
"WindowsDllSearchPaths": [
Expand Down

6 comments on commit dad5ae2

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Linux Build 326 is now running

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Win64 Build 334 is now running

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Linux Build 326 outcome was SUCCESS
Summary: Running Build time: 00:32:07

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Win64 Build 334 outcome was SUCCESS
Summary: Running Build time: 00:38:07

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Raspberry Pi Build 1812 is now running

@cklosters
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Public / Package NAP Raspberry Pi Build 1812 outcome was SUCCESS
Summary: Running Build time: 00:44:39

Please sign in to comment.