1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Tunes Live Coding Template
//
// Edit this file and save to hear your changes in real-time!
//
// Quick start:
// Run: cargo run --release --bin tunes-live src/templates/jams.rs
// Edit this file and save - you'll hear changes instantly!
//
// For a new session:
// 1. Copy this file: cp src/templates/jams.rs my_live.rs
// 2. Change imports from `crate::` to `tunes::`
// 3. Run: cargo run --release --bin tunes-live my_live.rs
// Internal imports for IDE support (work when file is in src/templates/)
use crate;
use crateAudioEngine;