mirror of
				https://github.com/onyx-and-iris/voicemeeter-compact.git
				synced 2025-11-04 07:11:45 +00:00 
			
		
		
		
	fix bug where a bus level may hang,
reproducible through toggling composite mode I haven't noticed it occuring for strips. patch bump
This commit is contained in:
		
							parent
							
								
									2522505a89
								
							
						
					
					
						commit
						520adc0a02
					
				@ -1,6 +1,6 @@
 | 
			
		||||
[tool.poetry]
 | 
			
		||||
name = "voicemeeter-compact"
 | 
			
		||||
version = "1.0.11"
 | 
			
		||||
version = "1.0.12"
 | 
			
		||||
description = "A Compact Voicemeeter Remote App"
 | 
			
		||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
 | 
			
		||||
license = "MIT"
 | 
			
		||||
 | 
			
		||||
@ -189,7 +189,7 @@ class Bus(ChannelLabelFrame):
 | 
			
		||||
 | 
			
		||||
    def upd_levels(self):
 | 
			
		||||
        if self.index < self.parent.parent.kind.num_bus:
 | 
			
		||||
            if self.target.levels.is_updated:
 | 
			
		||||
            if self.target.levels.is_updated or self.level.get() != -118:
 | 
			
		||||
                val = max(self.target.levels.all)
 | 
			
		||||
                self.level.set((0 if self.mute.get() else 100 + val - 18))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user