#-o Doh!
That’s a upper/lower case sensitivity bug in the 2.38 updated code for the Podium.ini file. I’ll try to release 2.39 with a quick fix later today.
@Infinitoar wrote:
It’s my guess, which is probably true, is that only major updates are for Podium the paid version. The freeware version is not a priority updated version so whatever bugs or problems are in the freeware version are left alone until much demand is asked for it.[Although I see more licensed users than freeware ones.] Or not updated at all.
I kind of feel stupid JUST realizing this, which I thought before that, both versions of Podium were updated just that Podium Free was “nerfed” or major features were taken out but still kept the overall updates as the paid version.
Podium Free is identical to the full Podium version, except for the few mentioned feature limitations. Whatever improvements and bug fixes I make to Podium will automatically appear in Podium Free. Podium Free releases will appear less frequently, and will be delayed a few versions, compared to full releases. I don’t plan to release a Free version each time I release a full version. That is why Free 2.36 is not available yet.
Ending up with sequences named “… 2 2 2 2” is something that also has annoyed me a lot. The naming system only works as intended when you add new events to a track, which produces increasing events such as “Track 1”, “Track 1 2”, “Track 1 3”, etc.
I’m currently modifying the naming system so that it will also work when you convert phantom events to unique copies. I hope to have it implemented in 2.38.
This is on the todo list. Changing the gain and pan settings are not “smoothed”, so fast/big changes can be produce clicking. Like if you have an automation curve of bar events rather than line events.
@primelpott wrote:
is there any change in the status of this “issue”?
No status change. I don’t have an estimate on when this part of Podium will get an update. There are a couple of big features that have higher priority, so it’s months away.
@pj geerlings wrote:
Would you please consider adding this feature request to your queue?
Sure, but don’t expect to see this before audio time-stretching is implemented.
@thcilnnahoj wrote:
– Mono and multichannel side-chain mappings (or multi-mappings in general) seem to share instance numbers. Ex.: If there are both a mono SC #1 and a stereo SC #1, creating a new instance of stereo SC #1 names it stereo SC #3. Of course this only applies if the mappings were created from the same DLL.
The mappings belonging to a single plugin instance are linked by the combination of the plugin file name and the instance number. Are you suggesting that the mapping names should read “#2”, even though the instance number in the properties is 3?
– Making a selection by Shift+clicking in the curve and sound editor doesn’t override snap like expected (by me, at least :wink:). If you hold Shift and then click somewhere, it still snaps the start/end of the selection to the grid. This works differently in the arrangement and note editors, where the selection begins exactly at the clicked position instead of snapping.
Fixed. Thanks.
– Shouldn’t the new project page/panel be able to have key focus? I was stumped after hitting enter to confirm the project name, the ‘create’ button pulsated and invited me to press it, but hitting enter again tried to open a project from the recent projects list instead.
Hmm, I guess that would mean the cursor keys should be able move the highlight focus between the buttons on the page, etc. I think the community rather prefer that I spend time on frequently requested features.
– When you move a fader and set it back to the original value in one action (not by right-click cancelling), it still creates an undo point, which is kind of a waste…?
The undo point is created when you start the drag operation. I would need to add code that checks the final value against the initial value, and if matching, step back in the undo history and remove the undo point. Perhaps later.
– I’ve had the f&%#ing (excuse me) overload problem happen again – with just one fade!!! And it seems it was dependent on the fade shape this time… Not only does this block the entire project sound, it also makes your computer slow to a crawl, and you can only hope you’re still able to deactivate arrangement power before something blows up… 🙁
I managed to reproduce and fix an overload problem that sounds like your description. The fix is available in 2.38 beta6. Please let me know if you still encounter this problem.
Beta6 is available. This is hopefully the last beta. I plan to release 2.38 later this weekend. Please let me know if you find any bugs in beta6. Changes in beta6:
Clearing the group or composite option on a track will automatically move all child tracks out of the group.
Fix: Shift+clicking would not override snap when dragging a segment selection or when dragging a marquee selection in the curve editor.
Fix: The “default sample rate” setting in the audio interfaces dialog can now be set before activating the ASIO driver.
Fix: Fade-in/out curves with a duration of 1 sample could result in level overload.
(1) Start time + duration (bar beat:division percent), and text describing the event. The graphics next to each time indicate the relative position, i.e. the percentage. I just noticed that there is a graphics bug, introduced when I changed the percentage range from -50..+50 to 0..99 a few versions back.
(2) No editing, at the moment. The list view is only usable for diagnostics, where you for example can check for overlapping events, or zero duration events.
The code for the eventlist is very old, and I haven’t updated it in a long time.
Correct, that is simple resampling, and that will be the first method I implement when adding support for audio stretching. True time-stretching (pitch-preserving) will come later as another option you can select on audio stretched events.
Beta5:
Fix: Modified the code that saves the Podium.ini file. This eliminates the long delay that could occur on some PC systems when exiting Podium, or when starting a plugin scanning.
If you previously have experienced a noticeable delay when exiting Podium, I would appreciate if you could try this beta and check if the delay is gone. It should now exit instantaneously. It’s no longer necessary to add Podium.exe to your antivirus exclusion list.
In case it is a crash that is caused by the timing/speed of the plugin scanning, you could try to manually import the plugin once the scanning is complete. Use the “import plugin” command in the Devices menu.