Barnard-PL-Labs / SequencerLiveCoding

Live Coding for the Novation Circuit
19 stars 5 forks source link

Add volume control #11

Open santolucito opened 3 years ago

santolucito commented 3 years ago

add a master volume field to the global beat dict here:

https://github.com/Barnard-PL-Labs/SequencerLiveCoding/blob/ea724cdd45dd786fba00d9c0a588b37b433687c8/public/js/beat.js#L23

then use that field in play.js here:

https://github.com/Barnard-PL-Labs/SequencerLiveCoding/blob/ea724cdd45dd786fba00d9c0a588b37b433687c8/public/js/play.js#L40