| Context(s) | chop | 
                
                    
                    
                    
                        int  chremove(int channel_index)
                    
                    
                
            
                
                    
                    
                    
                        int  chremove(int channel_indices[])
                    
                    
                
            
                
                    
                    
                    
                        int  chremove(string channel_name)
                    
                    
                
            
                
                    
                    
                    
                        int  chremove(string channel_names[])
                    
                    
                
            
この関数は、CHOPノードからチャンネルを削除します。これは、ChannelSampleではなく、Clip, Channel, Samplesに対して反復させる時にのみ動作します。
すべてのチャンネルが削除された場合は1、そうでない場合は0を返します。
            
                channel_index
            
            
        
削除するチャンネルインデックス。
            
                channel_indices
            
            
        
削除するチャンネルインデックスの配列。
            
                channel_name
            
            
        
削除するチャンネル名。
            
                channel_names
            
            
        
削除するチャンネル名の配列。
| chop |  |