ok, so how exactly should I record? should I ground the inputs? or just mute them/ set to minimum input gain?
Type: Posts; User: Van
ok, so how exactly should I record? should I ground the inputs? or just mute them/ set to minimum input gain?
hehe! nice
one clock for all! all clocks for one! ;)
kidding... but usually yes
Hi,
I'm just curious if someone did manage to implement the exported C++ code from the maxMSP Gen object as Teensy Audio Object?
If yes, a simple example would be very helpful!
greets!
ok. I'll post the data at the weekend!
btw. there is a tool for RME I just discovered:
http://www.rme-audio.de/en/support/techinfo/digicheck.php
scroll down to Bit Statistic & Noise
Here is what I'm getting:
15544
Is this...
ok, thanks for the in depth clarification!
but I'm curious, what is it actually that makes it so expensive?
then with the current audio board, is it possible to to implement 48kHz or 96kHz? has the...
heh.. so you're telling me that people are spending tons of dollars on binary noise? quite funny actually :)
but I don't think so.
ok perhaps a sound card would be a good example. the cheapest one...
what are you trying to point out?
ahh this is what you mean..
did you also found things like f.e the Vienna Symphonics Library https://www.vsl.co.at/de. this is perhaps a little bit more what a professional studio would use..
this is pretty much the majority of all available commercial daw's..
VST is just a standard introduced by Steinberg. There is a SDK which you can use to develop your own plugins. If the DAW supports...
well this is exactly what I've asked about in the first place.
I would like to use the Teensy Audio Adapter Board mk II ;)
what do you mean?
I actually didn't intend to start a general conversation about audio engineering. This is always pita...
about your question:
yes this is exactly where I ended up. using another synth.. and this...
there are specialized ultra low jitter master clocks for that.
in many ways.
until now I've build multiple instruments out of the teensy. a friend of mine added midi support in some old...
the 'easy' part is what's concerning me. perhaps for the most of you. for me it's a at least a 2 weeks project.. ;)
yes exactly! but also out of the teensy.
..
thank you. I have fun with the teensy! I'm just struggling a little bit with the audio quality ;)
yes, please. good AD/DA converter at first. this is where many, even commercial, products fail very often.
and why not a dedicated and well dimensioned power supply?
If you go for teensy as a...
thank you guys for the response!
perhaps some of you didn't catch the fact that I'm talking from a musician standpoint and not from a developer point of view.
And I see an incredible potential in...
Hi,
before I start , I would like to thank the developers for the incredible platform you're making possible for musicians (and not only programmers), like me!
But I really would like to use...
sfaik there is absolute no convention on how sysex should be architectured.
f.e. KORG packs 8 bytes into 7bits and unpacks 7bytes into 8 bits.
where f.e. DSI Tempest has a totally custom...
what exactly does it mean?
Hi guys,
similar to this thread:
https://forum.pjrc.com/threads/50688-lt-MIDI-h-gt-in-external-hpp-cpp-file-and-callbacks-question
what is the workaround?
here is my .ino:
thank you guys!! really kind of you!
so now I understand the problematic!
I'll stick to main.ino because static is not an option.
but many thanks!
btw. @KurtE this doesn't compile because...
well it sounds logical but I have no clue how to do this..
would you please provide me an small example?
many thanks!
ok. got it!
sorry i'm beginner and pretty shure this is basic c++ stuff butt I still need help with that..
so here is the main.ino file:
#include "MidiController.h"
MidiController...
thank you for your answer!
well I would like to refactor my code. Don't wanna have 500 lines of code in my main.ino file just for the midi stuff where i have to initialize another classes and do...
no one on this?
Hi,
I'm trying to include the <MIDI.h> in an external .hpp/.cpp file and setting up the callback how we normally would do in the main.ino file,
but I'm getting this error:
invalid use of...
well the midi part is not such a problem.
I have an model of a complicated mathematical drum machine. I'm syning, computing and sending data out. and teensy handles it very brave!
but i need a...
thank you for the quick response!
could an teensy+RasPi also be an option?
Hi guys,
is this possible to drive the Ableton Push 2 USB Display Interface with a Teensy?
here is the link with the AP2 Specs:
...
Hi guys,
this is more general question.
I'm currently developing sort of MIDI sequencer using the teensy 3.1.
I've got an ILI9341 TFT using the ILI9341_t3 lib.
Yes, its much faster then other...
thank you very much!
it is in the Teensy.mk file.
changed the line:
USB_FLAGS += -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DTIME_T=$(shell date +%s)
to:
USB_FLAGS += -DUSB_MIDI_SERIAL...
Hi,
I'm trying to switch over and use Xcode for my projects. everything compiles fine except usbMIDI. (usbMIDI not found..)
Any clue on how to set it up?
greets, van