Zynewave's Forum Page
Forum Replies Created
-
ZynewaveKeymaster@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=28502) 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
ZynewaveKeymaster@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.
ZynewaveKeymasterIt’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.
ZynewaveKeymasterThe 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.
ZynewaveKeymasterYou 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:
ZynewaveKeymasterIf 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.
ZynewaveKeymaster@michi_mak wrote:
so what happened to the list with 50+ request you had bookmarked?
I haven’t lost it, if that’s what you’re thinking.
ZynewaveKeymaster@Lion wrote:
Just out of curiosity is there any idea around how long that would take?
The GDI/Direct2D thing will take less than a week.
ZynewaveKeymasterIt is not a problem running Podium on ARM processors. I already have Podium running on ARM with the experimental iOS port I did a while back.
What is more problematic is that Microsoft is rumored to only support Metro style apps and not desktop apps, with Windows 8 on ARM based tablets. The new Metro API is called WinRT, which replaces the old Win32 API. With WinRT, Microsoft has understandably chosen to cut out some of the older redundant technology. For example, the Win32 GDI graphics system that Podium uses, is replaced by Direct2D in WinRT. So, I’ll need to implement support for Direct2D in Podium. There are other problem areas, such as with the audio and MIDI support in WinRT, but I’ll just have to deal with them one at a time.
ZynewaveKeymaster@Infinitoar wrote:
Zynewave I don’t know now as I’m typing this, but how do you enable the latency info in the mixer? I will toy around with Podium to check that out, but off the top off my head I don’t know how…
Click the “mixer options menu” button at the top left corner of the mixer.
ZynewaveKeymasterIf you enable the “show latency information” option in the mixer, you can verify what your latency is in samples and milliseconds. An ASIO buffer size of 2048 will give a fairly noticeable delay when monitoring direct. It’s also possible that some plugins (typically compressors) add additional latency. If your PC can’t handle lower buffer sizes with ASIO4ALL, then you may get better performance with a dedicated soundcard that has a native ASIO driver.
ZynewaveKeymasterYou could also split the sound event where you want to boost, set up a crossfade by resizing the events so they overlap, and then raise the gain of the new sound event.
ZynewaveKeymasterI have no intention of letting Podium die. I realize it’s been a while since the last release, but I’ve been busy with another job. I have to do other work to make a living.
I’ve also spent some time with the Windows 8 developer preview, to examine what is needed to make Podium run on that platform. The world is moving fast towards touch-based input on tablet-size form factors, and I want to ensure that Podium will run on those systems as well. That will require a series of updates that I’m preparing, such as an updated project file storage method, and updates to the graphics and audio layer I’m using in Podium. Those updates will take some time and unfortunately does not provide new features, but I find it important that Podium will be able to support all Windows 8 platforms (Intel/Arm) from the day Windows 8 launches.
ZynewaveKeymasterAs far as I can remember, ReWire cannot handle offline (faster than realtime) bounce. Try using realtime bounce recording.
ZynewaveKeymasterNot yet. I expect to have it fixed for the next release.
