Show only the region on the track and hide the rest of the track #3162
Replies: 2 comments 4 replies
-
Other than covering the invisible portion with an opaque region, you could play around with CSS masking/clipping or perhaps with the mix-blend-mode. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @katspaugh ,
I'm looking to hide the entire waveform of the track and only show the region portion of the waveform. Trying to recreate the below design from the DAW, but I only have one audio source for all the tracks.
![image](https://private-user-images.githubusercontent.com/55389513/265382782-f50d7d4e-fbc1-4d6d-ad86-30c23c1f9838.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjY5NjMsIm5iZiI6MTczOTMyNjY2MywicGF0aCI6Ii81NTM4OTUxMy8yNjUzODI3ODItZjUwZDdkNGUtZmJjMS00ZDZkLWFkODYtMzBjMjNjMWY5ODM4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAyMTc0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRlZjA0MWE3NzA2YTZlOWY0YzZhN2M4OTYzMGFkYTg5ZjUxNDkxNTQ1YWFlMDViN2ZkYjlmOTNlNmYxN2QwYjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9Y0ZEdgJ7_NESJ549cVQJl0FPpJ6EUHnGCtbuBGUClA)
I also tried creating multiple regions as shown below
Region 1: 0s-10s
Region 2: 10s-rest of the track with dark color so it's not visible.
But the problem with this is that I cannot resize the region: 1. Changing the start time of the Region_2 as the Region_1 resizes could also be a solution.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions