Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fixed plSampler detection
Browse files Browse the repository at this point in the history
  • Loading branch information
nfxbeats committed Nov 1, 2022
1 parent 89a6bd6 commit c4c8c81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions device_FIRE-NFX.py
Original file line number Diff line number Diff line change
Expand Up @@ -3907,12 +3907,13 @@ def getPlugin(pluginName):
'''
global LOADED_PLUGINS

if(pluginName == "") and (isSampler()):
return plSampler

if(pluginName == "GLOBAL CTRL") and (isSampler()):
return plGlobal

if(isSampler()):
return plSampler


if(pluginName == FLEFFECTS):
plFLChanFX.FLChannelType = getChannelType()
return plFLChanFX
Expand Down

0 comments on commit c4c8c81

Please sign in to comment.