Skip to content

Instantly share code, notes, and snippets.

View rib3ye's full-sized avatar
🆒
Petting a cat

Noah Tsutsui rib3ye

🆒
Petting a cat
View GitHub Profile

NOTE: This is a preview release! Report bugs/feedback to:

[email protected]

TL;DR: Ambience speeds up the placement and testing of SFX in Studio!

Ambience

Ambience is a Studio Plugin that makes creating sounds more intuitive with a visualization of their maximum reach, roll-off properties, placement, RollOffMode sound curves, and more.

@rib3ye
rib3ye / new-node-site.sh
Last active September 24, 2024 18:58
Start a new npm project with nodemon and open sublime and chrome on a mac
#!/bin/bash
# Permissions issue?
# MAKE SURE YOU chmod +x new-node-site.sh
# Step 1: Check if the project name is provided as an argument
if [ -z "$1" ]
then
echo "Error: No project name provided."
echo "Usage: ./setup-node-project.sh <project_name>"