Skip to content

Commit

Permalink
Release 2.0.104-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Oct 5, 2024
1 parent 82eaf75 commit 51b64bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledfx",
"version": "2.0.104-b1",
"version": "2.0.104-b2",
"description": "LedFx v2 - BladeMOD",
"author": "YeonV aka Blade",
"private": true,
Expand Down
6 changes: 0 additions & 6 deletions src/components/Midi/MidiListener.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ const MIDIListener = () => {

const handleWebsockets = (event: any) => {
const output = WebMidi.getOutputByName(midiOutput)
if (output) initLeds(output)
try {
if (event.type === 'scene_activated') {
const { scene_id } = event.detail
Expand Down Expand Up @@ -288,11 +287,6 @@ const MIDIListener = () => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [scenes, sceneDialogOpen, midiInitialized])

// useEffect(() => {
// return () => {
// WebMidi.disable()
// }
// }, [])

// init midiMapping from scenes
useEffect(() => {
Expand Down

0 comments on commit 51b64bb

Please sign in to comment.