Giter Club home page Giter Club logo

helix-preset-viewer's People

Contributors

dbagchee avatar maikito26 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

helix-preset-viewer's Issues

Better Align Block Position Across Path A & B

Paths are aligned center currently independently. Therefore blocks across paths aren't necessarily in the correct order depending on how you view it.

I imagine something closer to HX Edit:

B1-B2-Split-------B6----Merge-B8-B9
. . . . . . . . . L B4-B5----B7 โ…ƒ

Map Controllers / Expression Pedals to Blocks

We all love expression pedals, would be awesome to show assignment!

I believe the following is an example of Expression/Footswitch pedals being assigned. HX Effects also can do amp switching on the Expression 1/2 outs so I'll need to pull out that data to review to see if it changes the data.

  "tone" : {
   "controller" : {
    "dsp0" : {
     "block1" : {
      "Pedal" : {
       "@controller" : 2,
       "@max" : 1.0,
       "@min" : 0.0
      }
     },
     "block3" : {
      "Pedal" : {
       "@controller" : 2,
       "@max" : 1.0,
       "@min" : 0.0
      }
     }
    }
   },

Display Global Parameters

Would be cool to see:

  • Tempo
  • Input Z
  • Variax Params
  • Pedalstate (Whatever this is, I believe it would be useful)

Map Footswitch Assignment to Blocks

Would be cool to see the intended Footswitch Assignment and custom labels/colours/etc.

Below is an example of footswitch assignment, separate from the tone blocks. Almost would have to load this into a separate array for footswitch blocks, and then look up the values. Based on this design, the block number can probably be the key for lookup so in my theoretical thinking it could be easy.

  "footswitch" : {
    "dsp0" : {
     "block0" : {
      "@fs_enabled" : true,
      "@fs_index" : 3,
      "@fs_label" : "Impulse Response",
      "@fs_ledcolor" : 16711720,
      "@fs_momentary" : false,
      "@fs_primary" : true
     },
     "block1" : {
      "@fs_enabled" : true,
      "@fs_index" : 2,
      "@fs_label" : "Volume Pedal",
      "@fs_ledcolor" : 65408,
      "@fs_momentary" : false,
      "@fs_primary" : true
     },
     "block2" : {
      "@fs_enabled" : true,
      "@fs_index" : 4,
      "@fs_label" : "Gain",
      "@fs_ledcolor" : 65408,
      "@fs_momentary" : false,
      "@fs_primary" : true
     },
     "block3" : {
      "@fs_enabled" : true,
      "@fs_index" : 5,
      "@fs_label" : "Pan",
      "@fs_ledcolor" : 65408,
      "@fs_momentary" : false,
      "@fs_primary" : true
     },
     "block4" : {
      "@fs_enabled" : true,
      "@fs_index" : 6,
      "@fs_label" : "Stereo Width",
      "@fs_ledcolor" : 65408,
      "@fs_momentary" : false,
      "@fs_primary" : true
     },
     "block5" : {
      "@fs_enabled" : true,
      "@fs_index" : 1,
      "@fs_label" : "Send 1",
      "@fs_ledcolor" : 65408,
      "@fs_momentary" : false,
      "@fs_primary" : true
     }
    }
   },

Show Snapshots

This one is a thinker. I would prefer tabs at the top with the snapshots able to be selected.

  • I would like the tab to show an indicator if the snapshot has something configured different than snapshot 0
  • I would like the blocks to then indicate that it has parameter differences

Another thought I had was maybe when we click on a block, it would draw the parameters. And each snapshot could be its own column in the resultant table.

Hide unused paths when preset is loaded

This would probably serve HX Effects/HX Stomp/Potential future products in Helix family better than the Helix Floor/LT. However, just to clean up, I'd like to see unused preset paths hidden! Feel free to close if you disagree.

Split code into separate files

Will make commits/merges easier - I'm trying to avoid needing a build script though. Need to do a little research on best way to break out the Vue stuff.

Show Inputs & Outputs

Formally getting this up here.

Each DSP section on Helix presets has inputs/outputs. Load these into whats shown for intended routing. These blocks don't have an @position parameter so I believe it's oustide of the scope of #15

Example:

        "outputB" : {
          "@model" : "HD2_AppDSPFlowOutput",
          "@output" : 1,
          "pan" : 0.5,
          "gain" : 0
        },
        "inputA" : {
          "@input" : 0,
          "@model" : "HD2_AppDSPFlow1Input",
          "noiseGate" : false,
          "decay" : 0.5,
          "threshold" : -48
        },

Add Split & Join Blocks in signal path

Help out with routing :)

I know there are different split types as well, so these would need to be captured.

        "join" : {
          "@model" : "HD2_AppDSPFlowJoin",
          "B Pan" : 0.5,
          "B Level" : 0,
          "A Level" : 0,
          "A Pan" : 0.5,
          "@position" : 8,
          "Level" : 0,
          "@enabled" : false,
          "B Polarity" : false
        },
        "split" : {
          "BalanceA" : 0.5,
          "@model" : "HD2_AppDSPFlowSplitY",
          "@enabled" : true,
          "bypass" : false,
          "@position" : 0,
          "BalanceB" : 0.5
         },

Show block enabled state

I thought this may be a good one for me to get my head around how this project works, and as a good precursor to #35

If the block is not enabled they it should be greyed out per the helix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.