Replies: 11 comments
-
I put all my Teensy into sockets onto boards , I don't solder directly to any of the teensy so they can be swapped...except for the tenor extra keys I do need to solder directly onto teensy ... //THIS IS THE STANDARD 24 key box //TO ADD A G SOL midi 67 on pin 15 // This is literally just the size of the above array minus one. I need this as a const to |
Beta Was this translation helpful? Give feedback.
-
Pogo pins... do you mean for the underside surface-mount pin spots? Maybe... I don't think it'd work on the through-hole pins, but maybe the surface-mount ones. Quick save-slot access: perhaps another hidden keycombo on the keybox could be hot-keys to load slot 1-4. What is the situation you'd want to have this? Without another button I don't think it could be made on-the-fly while actually playing, but a keycombo would make it a little faster to access... but I'm not sure if that's immediate enough to achieve what you want. Sorry, I'm not sure what you mean by having an open-note string beyond what @Gubbledenut mentioned for adding to the keybox and what we've talked about before (using the -1 spot in the array). Does that not work for this situation? |
Beta Was this translation helpful? Give feedback.
-
pogo it's just for lower pins 40-50, where there is no hole it would be to avoid soldering directly on the teensy, and to be able to use it as a test unit, it's always ideas to try. indeed the possibility of being able to change range, therefore slot, Thank you for the possible modification at the level of the open string by adding a 25th key, but it is to be able without changing the shcetch inside the teensy the possibility of using as the dg therefore with the open string (2 possibility modified by a button). it's going to be a lot of buttons, but a lot of game possibilities |
Beta Was this translation helpful? Give feedback.
-
This page describes how you can use a little chip controller to effectively put more than one button on a pin. https://www.pjrc.com/teensy/td_midi.html Just an idea if you're running low on pins. I'd be interested to know if pogos work out for you, though. I probably won't go as far as making the open-string-button modification part of the main code as an option. There's two big reasons:
The best I can do here is show you how where to modify the code to do what you want, as I did with the open-string-button. I'd suggest maintaining a fork of the code. That way you can have these modifications in-place, and when I release updates, you can pull that and merge in your modifications. I won't be modifying the keybox portion of the code often, so most of the time this merge will be automatic. Quick-change save slots: it sounds like a keybox-combo wouldn't achieve the on-the-fly changing you want (it'd require hitting random notes during play to do it). So to do with with an extra button, like with the open-note-string, you'd have to do this yourself. It's not an option I'd include because it's useless on the 99.9% of digigurdies that won't have this extra button... including mine :-) That said, I did make it easy for you to add this. Loading a save slot is very easy:
(you'd have to do more to determine which slot or cycle though them, but this is the basic idea) I'd be happy to help you get it working, but I won't be including this in the main code is all. |
Beta Was this translation helpful? Give feedback.
-
thanks for all, i have already idea, and lot of time i can don't do it because i have not enough science of it. this project is alwaws on long time, now i have time, and lot of other hobby, and now the good weather come, more time... |
Beta Was this translation helpful? Give feedback.
-
Would it help if I showed you an example (not in the main code, but a
version you can work with) that has an extra button and cycles through the
save slots? Then you could just copy the idea for more buttons, or modify
exactly how it behaves.
…On Sun, Apr 3, 2022 at 11:06 AM lune36400 ***@***.***> wrote:
thanks for all, i have already idea, and lot of time i can don't do it
because i have not enough science of it.
this project is alwaws on long time, now i have time, and lot of other
hobby, and now the good weather come, more time...
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX5QOHZRPDYMWSNC6F4YGRDVDHM33ANCNFSM5SM3DF4Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
for sure, it can help me after i try it in my sketch for the moment i change the design of the pcb to add all pin Under teensy 3.5 for pin 40 to 57 and use after the pogo system |
Beta Was this translation helpful? Give feedback.
-
Herve I suggest soldering wires to the board for the extra internal pins but bring that out onto pins or a connector so it is still removable. This is how I do mine so everything can be swapped out. |
Beta Was this translation helpful? Give feedback.
-
Here ya go. This link shows the changes I added (you can also search for "LUNE" in the code itself): And here's the branch that you can pull/download: https://github.com/bazmonk/digigurdy-baz/tree/lune-button This would make a button change to the next slot (starting at 1 when you start up) each time it's pressed. I marked all the spots where you'd have to add in parts to use a new button. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Try lowering the SPIN_DECAY, especially if you're not using diodes or
concerned about how quickly you can staccato. You should be able to get it
low enough to crank 3-4 seconds per revolution smoothly... at least as well
as previous versions of my code. I have a 600:1 geared motor, too.
I've only ever tried this one motor. I'm sure there's a better motor out
there for the job but I couldn't tell you what it is.
I think that keypad would work? I actually haven't done much in the way of
arduino and electronics like this. I don't see why it wouldn't work :-)
…On Tue, Apr 5, 2022 at 9:09 AM lune36400 ***@***.***> wrote:
One another one idea,
On my dg the motor is gear reduced motor 1/600, it's not good when i go
slowly because the gear make somes "crank", but no jitter. it's ok on
screen, (test with last scketch 1.3.4), code it's good, i use my dg only
one side turn, no diode for the moment, not really nessesary for me.
For replace this gear motor, for more smoothy a stepper motor, like 3D
printer nema17, can be work???? somebody try ??, can be more smooth to turn
the crank, and add another system to brake a little, the crank to more
friction like all the strings...... if the motor is so free it's impossible
to do "coup" for dog.
We vould use ic2 for screen and ic2 keyboard to have more button like this
, and more easy to connect and do line on pcb ???
[image: image]
<https://user-images.githubusercontent.com/68997708/161797055-7517abb2-1677-422b-91ac-8c230599d677.png>
No good ????
—
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX5QOH2HWDGV77IA7RYOYTTVDRQTNANCNFSM5STIMBCQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
This night a new idea.
-possibility to change on fly with little delay, or not ( as it's possible) to change one slot of the 4 previous slot save before ( possible or not)
in my project i see the possibilty to add note, thanks Basil, can you add just a button to have "on open string" and "off open string" in hard by comment or uncomment or "on fly" by button alwaws in choise ( the better for me), sorry to have some need, i can do lot of thing,
Sorry (David), or Gubbledenut, i am not a professionnal luthier, i am a noob in this way, i do lot of things for my pleasure, old car, built house, workshop, cnc, 3d printer, i prefer to built than use, i am poor man to be a creator, but i can help for other tings.......i do my hurdy gurdy with the help by Seb Tourny Luthier in La Chatre 36400.
do you thinks if we use male pogo pin for connect under teensy, good idea or not, in this case easy to connect, and easy because removable, no soldering.....
like this
Beta Was this translation helpful? Give feedback.
All reactions