@@ -129,28 +129,41 @@ export const ACTIVITY_3_CONFIG = {
129129 } ,
130130 {
131131 type : 'list' ,
132+ title : 'Part 1: Recording and Clip Manipulation' ,
132133 items : [
133- 'Toggle the multitrack editor using the button at the top.' ,
134134 'Add an audio track by clicking the "Add Track" button and selecting "Audio Track".' ,
135135 'Click the record button in the track controls on the left side. Wait for the countdown.' ,
136136 'Record about ten seconds of audio, then stop recording.' ,
137137 'Notice the waveform that appears. Select the grab tool and drag the waveform around.' ,
138- 'Add a second audio track and record another short sequence.' ,
139- 'Switch to the select tool and click/drag to select multiple waveform clips at once.' ,
140- 'Press play to observe how the regions of silence and sound produce what you hear.' ,
141- 'Click a single clip, then click the copy button. Click on the timeline to move the playhead, then click paste.' ,
138+ 'Switch to the select tool and click/drag to select a clip.' ,
139+ 'Click the copy button, move the playhead to a new position, then click paste.' ,
142140 'Select all clips and hit backspace to delete them.' ,
143- 'Import your recorded take using the "Import from takes" button.' ,
144- 'Import the provided bassline for your second audio track.' ,
145- 'Drag the waveform clips to align the bassline with your melody.' ,
146- 'Click the mixdown button to create a combined track.' ,
141+ ] ,
142+ } ,
143+ {
144+ type : 'list' ,
145+ title : 'Part 2: Bassline Import and Mixdown' ,
146+ items : [
147+ 'Click "Import from takes" and import your recorded take.' ,
148+ 'Click "Import from takes" again and import the provided bassline.' ,
149+ 'Listen back to both tracks. Notice that they may not be aligned.' ,
150+ 'Drag the melody or bassline clips to align them with each other.' ,
151+ 'Click the "Mixdown" button to create a combined track from all your audio.' ,
147152 'Hit the solo button (S) on the new mixdown track to hear it alone.' ,
148- 'Save this clip as a take, then switch back to single track editor.' ,
149- 'Load your mixdown take in the single track editor.' ,
150- 'Toggle the effects rack and hover over Equalizer for a description.' ,
151- 'Select the "Warm Bass" preset and observe how the frequency graph changes.' ,
152- 'Apply the effect and listen back.' ,
153- 'Experiment with other presets and create your own EQ curve.' ,
153+ ] ,
154+ } ,
155+ {
156+ type : 'list' ,
157+ title : 'Part 3: Applying EQ' ,
158+ items : [
159+ 'Select a clip on one of your tracks by clicking on it.' ,
160+ 'Click the "Effects" button in the toolbar to open the effects rack.' ,
161+ 'Click "Add Effect" and select "Equalizer" from the list.' ,
162+ 'Click the gear icon on the equalizer effect you just added to open its parameters.' ,
163+ 'In the EQ view, find the "EQ Preset" dropdown and select "Warm Bass".' ,
164+ 'Observe how the frequency curve changes. Close the EQ parameters.' ,
165+ 'Click "Apply to Clip" to render the effect onto your audio.' ,
166+ 'Listen back and notice how the sound has changed.' ,
154167 ] ,
155168 } ,
156169 {
0 commit comments