With your videos my learning curve will shrink drastically. Thank you.
@moronibarboza70512 жыл бұрын
Literally am going from using Ableton to soft and tNice tutorials helped trendously as a beginner. Thank you so so much for tNice tutorials!!
@SUTPlay2 жыл бұрын
A very useful lesson for all aspiring softians
@armandobolanios93058 жыл бұрын
Muchas gracias, me sirvió de muchisima ayuda, estuve viendo varios tutoriales y no me sirvieron, pero tu explicación me ayudó a resolver mi duda.
@zyuxqiihubyt47322 жыл бұрын
Excellent video. Clearly explained all the basics to get started on soft soft. Thanks
@theentertainment72392 жыл бұрын
Fantastic video. Thank you Michael, You have inspired to get into soft editing and videos soft design too.
@JNS-vj3dl2 жыл бұрын
Hey man thanks a lot. I was really overwheld and confused but now it all makes sense. Thank you.
@andreamillete75072 жыл бұрын
TNice tutorials was really helpful for soone coming from Ableton Live and having used Fruity Loops waaaay back in the past
@danicasambaan12932 жыл бұрын
Very nice explanatory video!
@DanielR.01939 жыл бұрын
Netbeans mostrar y filtrar registros de MySQL (Completo) Suscribete...
@EMA69699 жыл бұрын
+Daniel Rodrigo MUY BUEN VIDEO, y lo mejor bien explicado te agradezco el tiempo que le dedicasteis
@princemunjal42742 жыл бұрын
TNice tutorials tutorial was worth it, I understood everytNice tutorialng now
@amazingshorts95182 жыл бұрын
Loool. I legit spend 6 years using gms before finally getting serum. I was making blown out saw softs and exporting them to Edison
@miguelmanzaba-tcis11492 жыл бұрын
TNice tutorials is the channel that made start actually creating instead of being intimidated by the software. Thanks for a new form of therapy
@antonioguaman57272 жыл бұрын
Muchas gracias
@pujakesuma2402 жыл бұрын
TNice tutorials is video is amazing! thanks for posting.
@issaiemourade21862 жыл бұрын
Will stay tuned to your channal! Cheers!
@willl20136 жыл бұрын
buen video pero una consulta amigo, saludos de antemano.. pero donde cerraria conexion al mandar ejecutarse en la clase donde mandas la conexion, no soy un buen desarrollador pero entiendo que asi como abres debes cerrarla podrias guiarme ?
@VivekSingh-pw1yl2 жыл бұрын
watcNice tutorialng one or two every night, SUPER helpful, cNice tutorialll and clear. Great content, can't wait to watch them all.
@themecapture73762 жыл бұрын
Damn! You have a very cool voice.
@kelemenmark84742 жыл бұрын
Great video! now... the GMS soft really distorted in my mac, I searched a couple of tutorials to change in nu Options content settings,
@7abochka7742 жыл бұрын
will be a fantastic journey!
@heartbrokensongs39382 жыл бұрын
Cheers man!
@phijordao2 жыл бұрын
TeacNice tutorialng is your talent!
@analiagiachini64604 жыл бұрын
excelente! gracias
@kevinmatthes19282 жыл бұрын
Thanks mate
@bidheyakpokharel63862 жыл бұрын
nice
@jmestupigan67572 жыл бұрын
how do you add a sample in that you have on your mac already
@betinhomomtz7769 жыл бұрын
excelente video amigo no se si por ahorrar codigo puedes hacer ese metodo en la misma clase del jframe bueno es mi recomendacion gracias y bendiciones, me suscribo
@DanielR.01939 жыл бұрын
+Alberto Morales Gracias por ver este video y por suscribirte.
@camilo43546 жыл бұрын
donde estas creando "tablaCliente" ? en el mintuto 5:55 a mi me sale null.
@DanielR.01936 жыл бұрын
camilo buenas tardes el nombre "tablaCliente" es nombre de la tabla (JTable) que se encuentra en el formulario.
@camilo43546 жыл бұрын
Gracias, si me acabe de dar cuenta. Muy amable gracias por tu ayuda.
@muhdhilmi15062 жыл бұрын
damn calling out right now. Hey, when you're passionate about sotNice tutorialng it makes you actually want to study it!
@vercris7 жыл бұрын
porque no me sale la primera columna? expliqueme porfavor, si es sencillo arreglar o es que necesitare pasarle mas de mi codigo,uso eclipse
@DanielR.01937 жыл бұрын
Hola Alvaro eso depende el número de columna que le brindes a tu tabla. Recuerda que en el bucle "for" de la clase Cliente debes inicializar el conteo en 0, para que muestre la primera columna. Gracias por comentar.
@vercris7 жыл бұрын
Daniel R. Anccasi ow no me referia a las columnas que daban el nombre, pero ya lo cambie y si me salio, gracias por todo.Me ayudara mucho en Proyectos futuroa
@gabrielaturkie56652 жыл бұрын
do the instrunt samples co free with soft soft?
@beynerbayuelo7685 жыл бұрын
amigo se me repiten los datos tengo un solo nombre y apellido y se me repete 4 veces el mismo nombre me podrias ayudar
@DanielR.01935 жыл бұрын
Buenas tardes Beyner Bayuelo me dices que se repite 4 veces el mismo nombre, pero eso es al filtrar o al iniciar el programa, observa el minuto 3:49.
@davidsantacana43217 жыл бұрын
Muchas gracias por el vídeo, me has aclarado mucho más que varias decenas de otros que he visto. Lo único, que no consigo realizarlo, me da errores en : Ventana: (Da error en las 3 lineas): txtcodigo.setText(modelo.getValueAt(tablacliente.getSelectedRow(), 0)+""); txtnombre.setAction(modelo.getValueAt(tablacliente.getSelectedRow(), 1)+""); txtapellido.setText(modelo.getValueAt(tablacliente.getSelectedRow(), 2)+""); Cliente: public void CargarTabla(JPanel tablacliente, String cad) { DefaultTableModel modelo; String []titulo = ("CODIGO", "NOMBRE", "APELLIDO"); (Da error en los 3 tipos) Te agradecería mucho si pudieras darme la pista. Te empiezo a seguir. Un saludo.
@DanielR.01937 жыл бұрын
Hola David Santacana tu problema a lo mejor puede ser alguna de estas opciones: 1. Falta importar el DefaultTableModel en donde se encuentre el formulario 2. En la clase "Cliente" del metodo "CargarTabla", la matriz es solo para tres columnas de la base de datos
@davidsantacana43217 жыл бұрын
1º: package Pq.Formulario; import Pq.Clase.Cliente; import java.sql.*; import javax.swing.JOptionPane; import Pq.Conexion.Conexion; import javax.swing.table.DefaultTableModel; public class Ventana extends javax.swing.JFrame { public Ventana() { initComponents(); txtbuscar.setText(null); } void cargarTabla(String cad){ Cliente c = new Cliente(); c.cargarTabla(tablacliente, cad); } void limpiarCajas(){ txtcodigo.setText(null); txtnombre.setText(null); txtapellido.setText(null); } private void btnresetearActionPerformed(java.awt.event.ActionEvent evt) { cargarTabla(""); txtbuscar.setText(null); } private void tablaclienteMouseClicked(java.awt.event.MouseEvent evt) { DefaultTableModel modelo = (DefaultTableModel) tablacliente.getModel(); txtcodigo.setText(modelo.getValueAt(tablacliente.getSelectedRow(), 0)+""); txtnombre.setAction(modelo.getValueAt(tablacliente.getSelectedRow(), 1)+""); txtapellido.setText(modelo.getValueAt(tablacliente.getSelectedRow(), 2)+""); ------------------------------------------------------------------------------------------------------------------ Da error en todos los métodos get } 2º: package Pq.Clase; import javax.swing.JPanel; import java.sql.*; import javax.swing.JOptionPane; import javax.swing.table.DefaultTableModel; import Pq.Conexion.Conexion; import javax.swing.JTextField; public class Cliente { Connection cn; private Object Tabla; private Object tabla; public void CargarTabla(JPanel tablacliente, String cad) { DefaultTableModel modelo; String []titulo = ("CODIGO", "NOMBRE", "APELLIDO"); ------------------------------------------------------------------------------------- //no deja de aparecer el error en la linea superior con los tres datos. modelo = new DefaultTableModel(null, titulo); String [] registros = new String[3]; String cadena = null; String sql = "SELECT * FROM CLIENTE WHERE CONCAT(Nombre_C,'', Apellido_C) LIKE '%"+cadena+"%'"; Conexion con=new Conexion(); cn=con.conectar();
@davidsantacana43217 жыл бұрын
Hola Daniel. Tengo importado DefaultTableModel en los 4 paquetes y por tanto tiene que ser otra cosa. En la clase cliente, tengo colocado todo tal y como lo pones tu (te lo he tomado prestado para hacer una prueba antes de hacerlo con mi propio paquete), con lo cual tiene que ser otra cosa.
@DanielR.01937 жыл бұрын
David te dare las siguientes observaciones según tu codigo. 1. En el formulario "Ventana" metodo "Ventana" en el codigo: txtbuscar.setText(null), cambia null por "" (comillas doble) ya que no es lo mismo. 2. En tu clase "Cliente" elimina el codigo: "private Object Tabla" y "private Object tabla" ya que no se encuentra una relación con los metodos de la clase ya mensionada. 3. En el formulario "Ventana" del método "private void tablaclienteMouseClicked..." , este método no te servirá usarlo aqui ya que su función es obtener los valores de la tabla y enviarlos a tres campos de textos (codigo, nombre y apellido) y en este formulario solo lleva uno. Por tal motivo te recomiendo lo siguiente para la tercera observación "Eliminar este método o terminar de construir la aplicación en el siguiente video tutorial". Gracias por comentar.
@willl20136 жыл бұрын
como haria si dentro del for no todos mis campos no son string por ejemplo tengo un par de campos con id
@DanielR.01936 жыл бұрын
Buenas tardes William Pérez, para ello ya no usarías un FOR si no más dentro del WHILE escribirías los campos con sus respectivos tipos de datos, ya sea String, int, decimal, etc.
@willl20136 жыл бұрын
@@DanielR.0193 gracias por contestarme podrias ponerme algun ejemplo solo para mandar a llamar dependiendo el tipo de dato muy amable amigo
@davemunoz97426 жыл бұрын
muchas gracias, solo que al cargar la tabla me salen 3 veces cada registro, alguna idea de que podría ser?
@DanielR.01936 жыл бұрын
Buenas noches Dave quizás tu error debe estar en el bucle FOR del método "CargarTabla".
@davemunoz97426 жыл бұрын
Así fue, muchas gracias por responder, ya corregí el error
@gus58883 жыл бұрын
Cómo se corrige eso?
@gus58883 жыл бұрын
Se que es del for pero no se cómo corregirlo
@adolfofloreslimon20763 жыл бұрын
@@gus5888 lo que pasa es que él, no usa las llaves en el ciclo for, por lo tanto la única línea de código que debe estar adentro del ciclo for debe ser : " registros[i] = rs.getString(i+1); " la otra linea = "modelo.addRow(registros);" debe de estar fuera del ciclo FOR.
@adham.walid.khatab.68742 жыл бұрын
I'm learning tNice tutorials, guitar, and 3d animation at the sa ti what am i doing to myself?
@diegoalvarado79623 жыл бұрын
alguien sabe por que en la tabla no seme muestra ningun dato?
@félixcontrelebotcoin2 жыл бұрын
My setup doesn’t play notes it just holds the soft and it’s really annoying lol any fixes ?
@albypowblo88632 жыл бұрын
It's easier than it looks. I found learning soft design (like setups - I use SERUM) much more scary but it's doable, you just gotta be
@gianniskourtessis54832 жыл бұрын
Ily
@bronzeV2 жыл бұрын
I started making soft recently, I was wondering if you wanna do any features.
@nadeeshaliyana2 жыл бұрын
How. Soni get back the ones I accidentally x out
@JagdishSingh-be9tj2 жыл бұрын
does anyone know how i can get the pirated version of soft soft
@acv25462 жыл бұрын
u change it to "Analog app 1 TE" to get the sa soft as Nice tutorialm. Hope tNice tutorials helped!
@omggalina2 жыл бұрын
Nice tutorial, could you please teach how to remove softs from a ? for karaoke purposes. Than you
@akshith0865362 жыл бұрын
HAHA trueee
@kemanuel12682 жыл бұрын
Henceforth Michael shall be known as Michael One point Two Five
@kleytonsouzaalmeida322 жыл бұрын
sirin hamza fruity edition doesn’t have all the plugins or samples and it can’t record content either
@rehamroshdy67292 жыл бұрын
When i do the gms tNice tutorialng and press play its just tNice tutorials robot static
@anandannn0012 жыл бұрын
version?
@anonymousdelaplebe84752 жыл бұрын
I'm in quarintine (like everyone) and wanted to learn sotNice tutorialng new. I thought I could just figure it out but soft is super confusing for a
@furkanolmezoglu85992 жыл бұрын
i dont have "packs" folder at the right side x) help
@suynsiuy80932 жыл бұрын
I want to know how to record and master my own ?
@emregonder2 жыл бұрын
I was tNice tutorialnking the sa tNice tutorialng. Im a married man... I have a cNice tutorialld... No homo!! Jk idgaf. Dudes voice is nice.
@princesarno27862 жыл бұрын
you guys should invest more ti into the Nice tutorialp hop scene along with tutorials too
@807950222 жыл бұрын
yes
@alaashwayat92142 жыл бұрын
To anyone who saw comnts about torrenting it, I would strongly advise against doing that. Pirating a DAW can be a huge fine. Not
@Alexander0o12 жыл бұрын
5 minutes into the video and I'm already lost mainly because I'm day dreaming and have a low attention span , soone out there know
@kekeke78152 жыл бұрын
There is tons of websites that have additional content to help you.
@mauduitquentin90192 жыл бұрын
your pointer is when you’re talking
@mosesmartin91552 жыл бұрын
that’s deadass rn
@Yus-uf12 жыл бұрын
embarrassed to say it, but 1st, I rap. I don't do computers and DAWs and all that cos with it. That said, 2, I first was introduced to
@THEBIGTOMMY132 жыл бұрын
change it to Analog app 1 TE
@amazingshorts95182 жыл бұрын
watcNice tutorialng it wNice tutorialle 808K subs ;p
@miguelguilarte83807 жыл бұрын
buen video amigo... lo malo es q no me funciono :S me da error al correr el programa
@DanielR.01937 жыл бұрын
Hola miguel, si te da error a lo mejor es la conexión con tu base de datos.
@miguelguilarte83807 жыл бұрын
hola ya resolvi brother! el error estaba en la consulta, en vez de colocar % habia colocado /. muy buen video. lo otro q veo es que en la tabla al dar doble click en las casillas se puede editar, pero nose si cambia en la BD lo q sobre escriba..
@DanielR.01937 жыл бұрын
En este caso no se podrá editar en la BD, se necesita programar eso.
@backybeats59142 жыл бұрын
Are you live?
@priyanshpatel-india2 жыл бұрын
I am
@rizkynovandri11002 жыл бұрын
literally rn..
@dayoungjk41242 жыл бұрын
Sa lol
@NurmalitaKDewi2 жыл бұрын
Who's making fnf covers lmao
@_lxvi_59302 жыл бұрын
what is life
@lenardtod5892 жыл бұрын
sadly
@cloudzz67002 жыл бұрын
back to tNice tutorials or other tutorial videos anyti. Don't push yourself too hard.
@samilozdemir31892 жыл бұрын
Tell soft soft I love what they did with the $15 doallors one %