Zynewave's Forum Page

Profile  |  Topics  |  Replies  |  Favorites

Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 5,965 total)
  • in reply to: Preview 2.31: Slide/zoom key shortcuts #18434
    Zynewave
    Keymaster

    @Trancit wrote:

    If I name notes in the pianoroll, I would suggest, if I swith to the drum map, that this would reflect the name changes as well…I think those two should interact and it would be nice, if you could figure this out…

    Don’t worry. The note naming will become available in the drum map as well.

    The Drum map isn´t named correctly in the View menu…it only shows two times “Timeline”

    That’s because the old default setup did not specify the editor type in the profile name. The first “Timeline” is the piano roll and the second is the drum map. This issue will go away if I choose to merge the two editors into one.

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18433
    Zynewave
    Keymaster

    Beta12 is up. Some bugs are fixed, and the import/export buttons in the note map dialog are now implemented. Podium will look for a “Note Maps” subfolder in the setup folder. For this beta you can create this subfolder manually, or just save the files in the main Podium setup folder. I’ll add the creation of the “Note Maps” subfolder to the installer, along with a few default files for “GM Drum Kit”, “iMap Standard Drum Kit” and “iMap Extended Drum Kit”. Are there other common drum layouts that should be included?

    in reply to: Default note velocity… #18426
    Zynewave
    Keymaster

    @siegfried wrote:

    Possibility to set default velocity is great idea in my opinion. 64 is often too low.

    Would you be happy with a default velocity of 100?

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18424
    Zynewave
    Keymaster

    @LiquidProj3ct wrote:

    Highlighted blackkeys works fine too. If I can reproduce them I’ll tell you how.

    Please note: If a scale is active, then it will override the black key highlighting. Previously both scale and black keys were highlighted, which resulted in an unreadable mess.

    in reply to: Default note velocity… #18421
    Zynewave
    Keymaster

    There is no setting, but if you add new notes with the pencil tool, it will use the velocity of the previously selected event.

    I can easily change the default velocity for new notes to 100, but is a “default note-on velocity” setting in the piano roll properties dialog preferrable? Anyone else have different preferences to default velocity?

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18420
    Zynewave
    Keymaster

    @LiquidProj3ct wrote:

    Two bugs, selecting multiple events with far zoom doesn’t work fine:

    I can’t see what the bug is here?

    And, I barely use them having scales though, “highlight blackkeys” option doesn’t work.

    The two options are working fine here. Please explain?

    About “note map for track” doesn’t work in drums, i don’t know what’s your plan with this window, so I’ll wait a little before give more feedback. (because I see that drums roll view isn’t saved yet).

    The new note map dialog will be available in the drum map editor eventually. I’m trying to figure out how it’s going to work in the piano roll before unifying the two editors. So I’m looking for comments on the note map changes to the piano roll editor, and not the drum map editor.

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18419
    Zynewave
    Keymaster

    @LiquidProj3ct wrote:

    Please I need more contrast, I don’t see the guidelines, at least allow define the contrast in Piano Roll option

    Try the new beta11:

    I’ve added a “timeline grid” color setting to the colors setup dialog. Editing this color is also possible with the track inspector color picker right-click menu.

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18415
    Zynewave
    Keymaster

    Beta10 is up. This beta has some changes to the piano roll editor.

    There is a new menu button in the piano roll, with a “Customize Note Map” command for opening a dialog. The dialog can also be opened by right-clicking a key on the piano roll keyboard.

    In this dialog you can enter a color and a name for each key. It’s also possible to enable/disable each note, similar to the drum map editor. Multiple notes can be selected in the listbox with the standard shift/ctrl click shortcuts. When you enter a name or select a color, this will be applied to all selected notes.

    The names you enter for a note will be written on the piano roll keyboard, if zoomed in. For smaller zoom settings, I’m planning to implement a popup that will show the name of the key under the mouse cursor.

    I’ve also modified the way that black keys and scale keys are highlighted.

    Let me know what you think of this.

    in reply to: Wallander Instruments problem #18410
    Zynewave
    Keymaster

    I’ve now fixed this by adding some code in Podium that will reset the floating-point bit precision back to defaults, if the plugin has changed it. I’ve sent an email about this to Wallander Instruments, as this may be an issue that can affect other hosts as well.

    in reply to: Inaccurate VST controls #18409
    Zynewave
    Keymaster

    This is the code for the fxp header format I use in Podium:

    	// Based on fxProgram from vstfxstore.h in VST API
    struct VstProgramFileHeader {
    ULONG_BE m_FileMagic;
    ULONG_BE m_ByteSize;

    ULONG_BE m_TypeMagic;
    ULONG_BE m_TypeVersion;
    ULONG_BE m_PluginID;
    ULONG_BE m_PluginVersion;

    ULONG_BE m_NumParams;
    char m_Name[28]; // Null-terminated.

    // m_TypeMagic == 'FxCk':
    // float_BE m_Params[m_NumParams];

    // m_TypeMagic == 'FPCh':
    // ULONG_BE m_ChunkSize
    // UBYTE m_Data[m_ChunkSize]
    };

    Whether the data is stored as an array of floats or an unspecified chunk of data, will depend on the plugin.

    in reply to: Wallander Instruments problem #18399
    Zynewave
    Keymaster

    That is one spooky bug 😯

    It appears that the plugin changes the floating point precision or rounding method, and does not set it back to default before returning to the host. This causes malfunction in some optimized code in Podium that relies on the default floating point behaviour. I’m trying to find a fix for this.

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18396
    Zynewave
    Keymaster

    @LiquidProj3ct wrote:

    A question, do you need to program for each plugin this the ability of retrieve names? It’s weird

    No. Poise was just returning that it did not support key names for the current program, when Podium requested the name for note #0. I’m now ignoring that return value and continue to request names for all keys. Perhaps there are other plugins that behave this way.

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18394
    Zynewave
    Keymaster

    @thcilnnahoj wrote:

    The GBP top-align bug seems to be fixed in beta 8. Here’s another one, though:
    – It’s aligned to the middle position of any visible drum key lanes instead of the whole editor’s height. Just deselect all but one key and it’ll be top-aligned.

    That’s on purpose. It will do that in the piano roll as well (if you zoom out and have a big vertical pixel resolution). My intention was to align it as close as possible to the event lines. Would it be less confusing if the panel was always top aligned?

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18392
    Zynewave
    Keymaster

    Another idea I’m considering:

    The piano roll and drum map regions share a lot of functionality, so I’m considering removing the drum map region completely, and instead make the “piano roll” region into a “note” region, which will combine the two regions into one. Some of the latest updates to the piano roll have not made it into the drum map editor, and so combining them will ensure that the event editing is similar in both the piano roll and drum map mode.

    So, instead of selecting between the “piano roll” and “drum map” editor profiles, there will be one profile, and you then have a “enable drum map” option in the menu button (as introduced in the new drum map region), which will toggle between the piano roll and drum map layout.

    Good/bad idea?

    in reply to: Preview 2.31: Slide/zoom key shortcuts #18389
    Zynewave
    Keymaster

    @LiquidProj3ct wrote:

    Drumazon, Nithonat and Nepheton update their names in Podium 🙂 It fails with Phoscyon, but Phoscyon fail too with other host, so I think it’s a problem of the plugin.

    Poise fails with Poise, podium don’t extract the names even. Reaper does it.

    Beta9 is uploaded, which works with Poise. Unfortunately Poise does not notify the host when the pad/key names change, so you will need to close and reopen the drum map editor to make Podium retrieve the updated key names. I’ve sent an email to the Poise developer about this, so perhaps a future Poise update will support it.

Viewing 15 posts - 1,186 through 1,200 (of 5,965 total)
© 2021 Zynewave