On DAW development using JUCE and tracktionengine(JUCEとtracktionengineを利用したDAW開発について)

Nice to meet you!

I am a Japanese student and I am currently working on a research project on DAW development using JUCE.
I asked a question in the JUCE forum and you recommended ‘Tracktion-engine’ to me, so I’m planning to develop using JUCE and Tracktion-engine from now on.

So my question is, do you have any recommended literature, sample code, videos, etc. that I can utilise in DAW development using the above two?

Please use DeepL for translations.

Translated with DeepL.com (free version)

/* ---------- ja ---------- */
初めまして!

私は日本の専門学生で、現在研究課題としてJUCEを利用してのDAW開発を取り組もうと考えております。
JUCEフォーラム内で質問したところで”Tracktion-engine”を皆さんにおすすめしていただき、これからはJUCEとTrantion-engineで開発を進めていく方針です。

そこで質問ですが、上の二つを利用したDAW開発に活かせるおすすめ文献やサンプルコード、動画などはありますか?

Hey,

I recommend starting by reviewing the example projects for the Tracktion Engine here:

https://github.com/Tracktion/tracktion_engine/tree/develop/examples

This should help with the initial setup of your application and demonstrate how to utilize the various facets of the engine.

I hope this helps.

1 Like

Thank you so much!