From the report, it seems that the driver is counting the sample position in negative direction (subtracting the buffer size instead of adding). I don’t have an Mbox2, so I can’t test this. Perhaps the driver update is flawed. How old is this driver update? Have you checked PT support forums to see if people have reported problems in other hosts?
If this driver works in some hosts, then these hosts probably ignore the sample position counter, and just assume the sample position is incremented with the buffer size. I’m using the counter to check for buffer overflow errors.
@swindus wrote:
Is it possible to collect all files which are only referenced by Podium?
Not currently. A “consolidate project” menu command is on my list for a future update.
Is there a function to delete all files from the project folder which are not used anymore?
Not a function, but: Open the Podium file browser. Select “Go To Project Folder” menu command. All the sound files that are used by the project are marked with a pin icon. You can select the files that are not marked, and then use the “Delete” right-click menu command.
An unused sound file purge option is also something that I’ll add to a future “consolidate project” command.
@thcilnnahoj wrote:
I was about to start updating those chapters again, but there seems to be no need! You would indeed do well not letting the guide fall that far behind anymore. 🙂
Yes, the guide is starting to feel more up to date. It’s easier to add info about new features if the pages are not completely outdated.
I’m taking the parameter automation chapter home over the weekend, to get back into it… After that, sequence events, probably. Just let me know if I’m crossing over into your guide territory again, Frits.
Sounds great 🙂
@LiquidProj3ct wrote:
@Zynewave wrote:
- Updated the “Tracks”, “Track Inspector” and “Mixing” chapters in the Podium guide.
Can I assume those chapters can be translated?
Yes. I think thcilnnahoj is done with them for now, and I’m not planning on editing them further.
@swindus wrote:
When I create a new arrangement with a new midi track with a VST instrument and a new sequence with midi notes and then select the half length of the sequence for the punch range Alt+B renders the complete sequence/track.
After undoing the bounce and enabling the record mode Alt+B renders the punch range.
From this point on Alt+B renders the punch range without enabling record mode. So it seems that the punch range rendering does not work correct on e new track/sequence without enabling the record mode at least once(?).
Thanks, I’m fixing this currently. It was a problem when using the Alt+B key shortcut, when the track was not already bounce enabled.
I’ve updated some of the guide chapters with the 2.36 changes. I’ll do some testing tomorrow, and if no new bugs appears, I’ll probably release 2.36 in a day or two.
@thcilnnahoj wrote:
@Zynewave wrote:
– Enabling bouncing on a track doesn’t show the B button on the mixer strip, so you can’t see its state there.
The new Bounce button in the effect chain should show the bounce state. Unless the effect chain is hidden, the redundant B button is hidden to save vertical space. Isn’t it enough with the bounce indicator in the effect chain?
Hmm, I guess, though it’s not as clear that a track is configured for bouncing when the only indication is an effects slot, compared to the aligned B buttons. You also can’t use key shortcuts the bounce selectors, it seems. Edit: Missed the post about the bypass buttons. I usually don’t use them, though…
I’ve changed it so that the ‘B’ buttons only disappear if the “show bypass buttons” option is enabled.
@LiquidProj3ct wrote:
Maybe it’s in your plan already, but the same shorctus you use for effects slots (Shift-Click to bypass, Alt-Click to delete) should work in the bounce slots.
Alt+Click will unassign the device mapping on a track. It does not delete the track. The bounce track does not have a device assigned, so I’m not sure if Alt+click would make sense there. Likewise, there is no device to bypass.
Note that if you select the “show bypass buttons” mixer option, a “B” button will appear instead of an “X” button on bounce tracks.
@thcilnnahoj wrote:
– If a track doesn’t have any effects, the bounce track is created on the parent track instead of the selected track, and nothing is rendered.
Fixed in the new beta8. It was a last minute code change that I forgot to test.
– Enabling bouncing on a track doesn’t show the B button on the mixer strip, so you can’t see its state there.
The new Bounce button in the effect chain should show the bounce state. Unless the effect chain is hidden, the redundant B button is hidden to save vertical space. Isn’t it enough with the bounce indicator in the effect chain?
– Another one, not related to 2.36: Using Ctrl+C&V on a track in the mixer doesn’t copy the track (even though it’s set as active selection in the mixer) whenever a sequence or tempo/marker event is selected as well. It copies the sequence (which only has inactive selection) instead.
I’ll fix that.
Beta7:
Bounce enabling a track will now create a dedicated bounce track in the effect chain, instead of enabling bounce mode on an existing effect track. The bounce track will show up with a “Bounce” button in the chain, which can be clicked to open the bounce menu. The bounce extraction point can be set by dragging the bounce track up or down in the chain.
MIDI channel reset messages are now only sent to MIDI interface channels that have previously been used. This greatly reduces the total number of reset messages sent on playback start.
Try the new 2.36 beta7. The reset messages are now only sent to MIDI channels that previously have received MIDI messages.