Boring. Stupid. Pointless.
Very nice graphics, though.
Boring. Stupid. Pointless.
Very nice graphics, though.
You know I’m going to add exporting to MIDI files in one of next versions. This will allow users to import SoundGrid Grids into any other DAW and each layer will become MIDI track. But this will not give you the same sound output without samples from soundbanks that were used in original Grid.
So I’m going to create SoundFont files matching all my soundbanks. Then you can assign appropriate SoundFonts to MIDI tracks (DAWs have either built-in support for SoundFonts or plugins) and hear the same sound. Unfortunately filters and effects can’t be exported/imported but I think this solution is still better than nothing.
namespace boost { namespace fusion {
struct random_access_traversal_tag;
namespace result_of
{
template <typename Sequence, typename State, typename F>
struct fold
: fusion::detail::choose_fold<
Sequence, State, F
, is_base_of<random_access_traversal_tag, typename traits::category_of<Sequence>::type>::value>
{};
}
template
inline typename result_of::fold::type
fold(Sequence& seq, State const& state, F f)
...
Done:
To do: