Skip to content

Commit

Permalink
Rename note frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Dec 29, 2024
1 parent a7bc504 commit d061a65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
using FrooxEngine;
using Elements.Assets;
using Elements.Core;
using CoreMidi;

namespace ProtoFlux.Runtimes.Execution.Nodes.Obsidian.Math
{
[NodeCategory("Obsidian/Math")]
public class NoteFrequency : ValueFunctionNode<FrooxEngineContext, float>
public class MIDI_NoteFrequency : ValueFunctionNode<FrooxEngineContext, float>
{
public readonly ValueInput<int> NoteNumber;
protected override float Compute(FrooxEngineContext context)
Expand Down

0 comments on commit d061a65

Please sign in to comment.