Thanks. Fixed in 3.1.1.
Old topic, I know, but as I was going through my list of unresolved topics, I noticed this one may have been fixed with the latest 3.1.1 beta release.
@Poobah wrote:
(However, couldn’t Podium just always put imported MIDI tracks inside a single audio-capable master track so that it works automatically and is structured like normal arrangements?)
It could, and I may change this some day. Some users may work exclusively with MIDI, and so would not need the master audio track.
I think it would also be good if Podium supported horizontal mouse-wheel scrolling. Some mice support tilting the scroll wheel left and right to scroll horizontally. Standard windows controls seem to support this. Could Podium also support this so that such users can easily scroll horizontally in the arrangement editor?
I remember testing this a couple of years ago, and was not happy with the result. I have a mouse with side-tilt, but it provides horrible accuracy.
@druid wrote:
32-bit seems to work with unicode, I tried loading and saving unicode filenames, and renaming items within Podium with Japanese.
Are there any areas that are still dependant on ASCII or similar, or has everything been uypgraded to unicode? Do notes, device names etc. all support unicode now?
All text handling within Podium is now Unicode. Windows stores Unicode strings as double-byte (16-bit) characters. Whenever Podium needs to save/load strings in files and VST/ReWire plugins, the strings are converted to the single-byte (8-bit) UTF-8 format. A UTF-8 string that does not contain Unicode specific characters is identical to the ASCII version of the string. The UTF-8 conversion is necessary since the VST and ReWire communication interfaces only support strings with single-byte characters.
Using UTF-8 should ensure compatibility with plugins that do not support Unicode. If a plugin supports UTF-8 conversion, then it should be possible to name e.g. VST presets in Podium with Unicode characters, and have them appear correctly in the plugin UI.
Beta2 is up, with three small changes:
Rerendering a bounce track will truncate the bounced audio file to the length of the new bounce range.
When key focus is in the “Note name” field in the Note Map dialog, the Enter key will activate the “Edit next” button instead of the default OK button.
Fix: The “Adjust tempo and stretch to align grid at cursor” command could freeze if the bpm value was not enabled in the tempo event.
@Poobah wrote:
Hi,
Hi. Thanks for the feedback.
Issues
- There are no MIDI outputs available in imported midi files. When you import a MIDI file, it seems that each track in the file is converted to a master in Podium Free. Although these masters’ audio outputs default to the application-configured MIDI outputs, when you try to set the outputs, you can only set them to the audio outputs; you don’t have all of the options you normally have for non-imported MIDI tracks.
- You can’t use VST instruments for imported MIDI file tracks. If you assign a VST instrument to one of these tracks or anywhere else in the arrangement, the background colour of the instrument name turns red, and the tooltip text reads, “The device produces audio but there is no parent track device that processes audio.”. I have not found any way to produce such a “parent track device that processes audio”. The only solution I have found is to copy the track or its contents into a new arrangement so that it becomes a child of the new arrangement’s master. Perhaps a solution to this problem is to import the MIDI tracks as children of a standard master track. (However, I figure that the current implementation works the way it does for a good reason, so excuse my ignorance in this area.)
It should be possible to have instruments assigned to the tracks of an imported MIDI file, but it requires that the instrument are present in the project before the import. There is a youtube video that shows how it can be done:
http://www.youtube.com/watch?v=hV1Eg7zToZw&list=UU5f_La02aUXMdDIWfYa_QNA&index=5&feature=plcp
Bugs:
- I found a reproducable way to make Podium freeze using one of the adjust tempo context menu commands.
- Download this Flight of the Bumblebee MIDI file and import it.
- Execute the “Adjust Tempo and Stretch to Align Grid at Cursor” command anywhere on the timeline. Podium should freeze.
Thanks. This is now fixed.
I found another way to crash Podium, this time using the SampleTank Free VST.
- Set any track’s source to SampleTank.
- Play the arrangement containing the track.
- Open Preferences and change the value of “Bypass processing when detecting CPU overload”.
- OR change audio settings such as sample rate or ASIO driver’s buffer size.
- Click OK or Apply. Podium should crash.
I don’t know if SampleTank is at fault here or not. I have tried doing the same sort of thing while running the VST in MiniHost, and I didn’t experience any problems. I observed that MiniHost seems to stop all of its audio processing while the audio settings and ASIO settings windows are open.
I have SampleTank, and I believe I remember it crashing for me too when changing Podium settings that will cause a reset of plugins. The safe way to do it, is to first unload the plugins by switching off power in the arrangement, and then configure the engine preferences.
- Bounced tracks appear to be corrupted in certain situations.
- Bounce a non-empty MIDI track.
- Make a new track and record some audio (not MIDI) into it until the recording passes the length of the bounced track.
- Delete the audio recording you just made (not the track or arrangement).
- Turn off bounce playback for the bounced track.
- Increase the tempo significantly (this makes the bug more noticeable). For example, increase it by 50%.
- Bounce the track you originally bounced.
- Repeated step 2, except re-use the same track rather than creating a new one. Once the recording passes the length of the bounced track, the previous bounced track at the previous tempo should start being appended to the bounced track.
This is an issue that has been brought up before. It is because Podium so far have not truncated any previously bounced audio when doing a new bounce. In cases where you shorten an arrangement and redo the bounce, the result is that only the new range is overwritten, and the old audio beyond the new range is not deleted. I have now changed this so that the bounced sound gets truncated every time a new bounce is rendered.
If you mean the popup menu, then no. You’ll have to use the inspector parameter panel.
My guess is that the problematic file is saved in a format that Podium does not support. Resaving it in wavosaur will then save it in the proper wav file format. How was the wav file originally created?
@Cris17 wrote:
Hello everybody, my name is Cris and I am a little new to the DAW world and these forums.
Welcome to the forum, Cris.
1) I saw that many people would really like support for midi plugins. An arpeggiator (maybe something like energyxt?) would be highly appreciated. Or even support for one would be wonderful. Is this going to happen soon?
I just made a reply to a similar question:
http://www.zynewave.com/forum/viewtopic.php?t=2850
2) Is there any possibility to implement some basic staff view of the midi notes? I don’t think it would be too complicated. I often write in midi and would like to be able to see the music in notes.
I currently don’t have plans for a staff view. In the distant future I can see myself experimenting with this, but that is years away.
Frits
@thcilnnahoj wrote:
If you need any help rewriting Podium in JavaScript/HTML5, just let me know. 😉
JavaScript/HTML5: Good choice, you’re all set to create fast and fluid Windows 8 apps 😉
Luckily for me, MS still considers C++ development equally important to C# and JavaScript/HTML5 in the new Windows 8 WinRT core, so I won’t need to port the code.
It’s not on the top of the todo-list, so I can’t say when it will arrive. Sorry about that. I’ve tried to give estimates on these larger features before, but the priorities on the todo-list is often in a state of flux. I work best when I don’t have to rush through a feature implementation road-map.
The library presets are stored as preset objects in the project file, and not as separate files. The device definition folder can be found by browsing for the plugin folder under “Devices” in the Podium object browser.
This is a system that I’m not satisfied with, and I indeed plan to make this file based, so that any saved library presets are available for all projects.
You select the automation parameter from either the right-click menu, or the parameter panel in the inspector.
In case you haven’t watched any yet, there are a few videos on the Zynewave youtube channel that shows how automation can be used:
If the track level meter is not peaking when you play the note, then it could be a problem with the VST instrument. Try to use another VST instrument. You should also verify that your audio interface is configured correctly, by playing a wave file either from the Podium file browser or an a track.